← Back to list
copy-trading Checked
Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading
8.2Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "copy-trading" skill by following the instructions at https://skill123.me/install/copy-trading.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/copy-trading.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 25 KBAbout this skill
Overview
Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/copy-trading
Score breakdown
Trigger
4.0
What-only description; no When/When-Not boundaries, no trigger phrase variants, no Chinese keywords; good topical keywords (wallet evaluation, monitoring, copy-trade).
Structure
10.0
209-line SKILL.md; clean 3-reference + 2-script split; per-stage pointers to reference files; Files table; no redundant files.
Workflow
8.4
Six-stage pipeline with concrete minimum thresholds, scoring formulas with interpretation bands, three sizing approaches, pre-execution checklist, failed-trade handling, and risk limit tables; execution itself left as prose design (scripts monitor/evaluate only), verification via checklist rather than automated self-check.
Content
10.0
Concise, action-oriented, consistent tables and code blocks; runnable script invocations with --demo.
Engineering
10.0
Valid frontmatter; shebangs; graceful ImportError with install hint; all referenced paths exist.
Security
9.0
Manifest: env reads HELIUS_API_KEY/SOLANA_RPC_URL/ST_API_KEY (declared in script docs, no hardcoding); GET-only market data from api.mainnet-beta.solana.com, helius-rpc.com/api.helius.xyz, api.dexscreener.com, data.solanatracker.io — all official public APIs, no local data sent; no file writes, no private-key/signing code, no persistence. Capabilities match declared scope. Minor: no 'not financial advice' disclaimer for a skill recommending allocation and stop-loss levels.
Strong pipeline design (discovery->evaluation->filtering->monitoring->execution->risk) with quantitative thresholds, composite scoring, pre-execution checklist, circuit breakers and anti-patterns; scripts are read-only monitors/evaluators (no signing, no private keys). Weaknesses: trigger description lacks When/When-Not; no financial-advice disclaimer despite recommending allocations and stop-loss levels.
