Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Copy Trading Solana

  • 20 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Copy Trading - Solana is a skill that monitors Solana wallets and automatically copies their trades using the Jupiter aggregator.

About

Copy Trading - Solana is a skill that monitors Solana wallets and mirrors their trades using the Jupiter aggregator. A developer follows a wallet with a size multiplier and per-trade cap, and the skill detects buys and sells across major Solana DEXes in real time. It matters for building an agent that follows Solana traders automatically.

  • Monitor Solana wallets and automatically copy their trades via Jupiter
  • Real-time monitoring over Solana WebSocket across Pump.fun, Raydium, Orca and Meteora
  • Position sizing with multiplier and per-trade SOL cap

Copy Trading Solana by the numbers

  • 20 all-time installs (skills.sh)
  • Ranked #714 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

copy-trading-solana capabilities & compatibility

Capabilities
copy trading · dex · divergence
Use cases
trading
Pricing
Bring your own API key
From the docs

What copy-trading-solana says it does

Monitor Solana wallets and automatically copy their trades using Jupiter aggregator.
SKILL.md
Real-time monitoring via Solana WebSocket
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill copy-trading-solana

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs20
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Monitor Solana wallets and auto-copy their trades via Jupiter with multiplier and per-trade caps.

Who is it for?

Auto-copying Solana wallet trades with per-trade sizing caps

When should I use this skill?

You want to mirror a Solana wallet's buys and sells in real time

By the numbers

  • default multiplier 1.0
  • default max 0.5 SOL per trade
  • default slippage 500 bps

Files

SKILL.mdMarkdownGitHub ↗

Copy Trading - Solana

Monitor Solana wallets and automatically copy their trades using Jupiter aggregator.

Commands

/copy add <wallet> [--name "label"] [--mult 1.0] [--max 0.5]   Follow a wallet
/copy remove <wallet|id>                                       Stop following
/copy list                                                     List followed wallets
/copy history [wallet]                                         View trade history
/copy pause <wallet|id>                                        Pause copying
/copy resume <wallet|id>                                       Resume copying
/copy stats                                                    View overall stats
/copy config <wallet|id> [options]                             Update config

Examples

/copy add 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
/copy add 7xKXtg... --name "whale1" --mult 0.5 --max 0.1
/copy list
/copy pause 7xKXtg...
/copy stats
/copy history whale1

Configuration Options

  • --mult <number>: Position size multiplier (default: 1.0)
  • 0.5 = half their size, 2.0 = double their size
  • --max <sol>: Maximum SOL per trade (default: 0.5)
  • --min <sol>: Minimum trade to copy (default: 0.01)
  • --name <label>: Friendly name for the wallet
  • --delay <ms>: Delay before copying (stealth mode)
  • --slippage <bps>: Slippage tolerance in basis points (default: 500)
  • --buys-only: Only copy buy trades
  • --sells-only: Only copy sell trades

Features

  • Real-time monitoring via Solana WebSocket
  • Automatic trade detection (Pump.fun, Raydium, Jupiter, Orca, Meteora)
  • Configurable position sizing with multiplier and max cap
  • Token whitelist/blacklist support
  • Trade history and P&L tracking
  • Stealth mode with configurable delay

How It Works

1. Monitor target wallet for transactions 2. Detect buy/sell trades across major DEXes 3. Apply your position sizing rules 4. Execute copy trade via Jupiter (best route) 5. Log results and update P&L stats

Related skills

Finance & Tradingfinancepayments

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.