copy-trading

copy-trading is a skill for Claude Code from agiprolabs/claude-trading-skills. It costs 21 tokens per session (2,253 once invoked), scanned A, original, MIT.

A guide to evaluating Solana wallets and copying their trades on decentralised exchanges, where transactions are publicly recorded on-chain.

In plain words
What is it for?
It helps identify and monitor profitable wallets, assess whether their results can be copied, and design proportionally sized trades with separate risk controls.
Why use it?
It helps separate wallets with repeatable results from lucky ones and accounts for risks such as fast price changes, trading costs, low liquidity and front-running.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the trading-skills plugin — 68 skills shipped together

Good fit It helps identify and monitor profitable wallets, assess whether their results can be copied, and design proportionally sized trades with separate risk controls.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agiprolabs/claude-trading-skills/copy-trading
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agiprolabs/claude-trading-skills --skill copy-trading
Clone the repo
git clone --depth 1 https://github.com/agiprolabs/claude-trading-skills

Made for: Claude Code.

Or install trading-skills, the plugin that ships this one along with the rest of its 68 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for copy-trading

README.md
[![agentmods](https://agentmods.dev/badge/skills/agiprolabs/claude-trading-skills/copy-trading/github.svg)](https://agentmods.dev/skills/agiprolabs/claude-trading-skills/copy-trading)
Your own site
<a href="https://agentmods.dev/skills/agiprolabs/claude-trading-skills/copy-trading"><img src="https://agentmods.dev/badge/skills/agiprolabs/claude-trading-skills/copy-trading/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for copy-trading

Your own site · 80×15
<a href="https://agentmods.dev/skills/agiprolabs/claude-trading-skills/copy-trading"><img src="https://agentmods.dev/badge/skills/agiprolabs/claude-trading-skills/copy-trading.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,253 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.02253
Opus 5 $0.00010 $0.01126
Sonnet 5 $0.00004 $0.00451
Haiku 4.5 $0.00002 $0.00225

Measured 12d ago against content hash e6639b45bb14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

copy-trading scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/evaluate_wallet.py, scripts/monitor_wallet.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/copy-trading/SKILL.md · 210 lines

How it starts

The opening of the file, as written. The whole thing — 210 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copy Trading

Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading. Identify profitable wallets on-chain, evaluate whether their edge is real and replicable, monitor their activity in real time, and execute proportionally-sized trades with independent risk controls.

What Copy Trading Means on Solana

Copy trading is the practice of monitoring one or more wallets that have demonstrated consistent profitability and replicating their trades in your own wallet. On Solana, every DEX swap is publicly visible on-chain within seconds, making it technically feasible to detect and follow any wallet's activity.

How It Differs from TradFi Copy Trading

Dimension TradFi (eToro, etc.) Solana On-Chain
Data source Platform-reported P&L Verifiable on-chain transactions
Latency Minutes to hours Seconds (websocket) to sub-second (gRPC)
Front-running risk Low High (MEV bots, sandwich attacks)
Trade cost Commissions + spread Gas + slippage + priority fees
Capacity High (large-cap equities) Low (micro-cap tokens have thin liquidity)
Signal decay Slow Fast (PumpFun tokens move in minutes)
Transparency Partial (delayed reporting) Full (every transaction is public)

The core tradeoff: Solana provides perfect transparency but introduces execution risk. The wallet you copy got a price that no longer exists by the time you trade.

The Copy-Trade Pipeline

Stage 1 — Discovery

Find wallets with strong track records. Sources include:

  • SolanaTracker Top Traders: GET /top-traders/{token} returns the highest-PnL wallets for any token
  • Birdeye Trader Rankings: wallet-level P&L leaderboards by token or globally
  • On-chain leaderboards: community-built dashboards (GMGN, Cielo, Arkham)
  • Social signals: wallets shared on Twitter/X or Telegram alpha groups
  • Your own analysis: run token-holder-analysis on a token that performed well, then profile the top holders

Read the full file on GitHub · 210 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 210 lines · 21 tokens per session scan A e6639b45bb14

Subscribe to this mod's changes

copy-trading is a skill published in the GitHub repository agiprolabs/claude-trading-skills (356 stars, last pushed 9d ago), licensed MIT. It adds 21 tokens to every session and 2,253 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.