62 trading, DeFi, and quantitative finance Agent Skills. Works with Claude Code, Cursor, Codex, Gemini CLI, and 30+ other tools.
npx skills add https://github.com/agiprolabs/claude-trading-skills --skill wallet-profilingInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
A comprehensive collection of 62 ready-to-use trading, DeFi, and quantitative finance Agent Skills. Works with Claude Code, Cursor, Codex, Gemini CLI, and 30+ other tools. Transform your AI agent into a trading analyst capable of executing complex multi-step workflows across market data analysis, on-chain research, backtesting, risk management, tax compliance, and more.
Crypto/DeFi-first. Extensible to all of quant finance.
⚠️ Disclaimer: This is an analysis and research toolkit. Nothing produced by these skills constitutes financial advice. Always do your own research.
⭐ If you find this repository useful, please consider giving it a star! It helps others discover these tools and encourages continued development.
| Category | Skills | Description |
|---|---|---|
| 📊 Market Data & APIs | 7 | Birdeye, DexScreener, SolanaTracker, CoinGecko, Helius, Solana RPC, DeFiLlama |
| 🔌 Solana Infrastructure | 6 | PumpFun mechanics, transaction building, Yellowstone gRPC, ShredStream, Jito bundles, Raptor DEX aggregator |
| 🔗 On-Chain Analysis | 5 | Wallet profiling, holder analysis, whale tracking, liquidity, sybil detection |
| 📈 Technical Analysis | 3 | pandas-ta, TA-Lib, crypto-native custom indicators |
| 🔄 Backtesting & Strategy | 4 | vectorbt, Backtrader, strategy framework, walk-forward validation |
| ⚖️ Portfolio & Risk | 4 | Portfolio analytics, position sizing, risk management, Kelly criterion |
| 🏦 DeFi Specific | 6 | LP math, impermanent loss, yield analysis, MEV, tokenomics, DEX pool analysis |
| 📐 Statistical Methods | 5 | Regime detection, volatility modeling, cointegration, mean reversion, correlation |
| 🤖 ML for Trading | 4 | Signal classification, feature engineering, RL execution, sentiment |
| ⚡ Execution & Trading | 4 | DEX execution, slippage modeling, copy-trading, exit strategies |
| 📉 Data & Visualization | 3 | Trading charts, OHLCV processing, trade journaling |
| 🔬 Market Microstructure | 2 | DEX orderflow analysis, traditional LOB theory, market making |
| 🔮 Quant Finance | 2 | Options pricing, fixed income |
| 🧾 Tax, Accounting & Compliance | 7 | Cost basis, wash sales, tax-loss harvesting, exports, bookkeeping, reporting |
Each skill includes:
SKILL.md)references/This repo follows the open Agent Skills standard and works with any compatible agent.
The fastest way to install. Requires Claude Code v1.0.33+.
Step 1: Add the marketplace
/plugin marketplace add agiprolabs/claude-trading-skills
Step 2: Install the plugin
/plugin install trading-skills@agiprolabs-claude-trading-skills
That's it! All 62 skills are now available. Claude will automatically discover and use them when relevant to your trading tasks. Skills are namespaced as /trading-skills:skill-name.
Managing the plugin:
/plugin # Browse installed plugins
/plugin disable trading-skills@agiprolabs-claude-trading-skills # Disable
/plugin enable trading-skills@agiprolabs-claude-trading-skills # Re-enable
/plugin uninstall trading-skills@agiprolabs-claude-trading-skills # Remove
/reload-plugins # Apply changes without restart
Works with Claude Code, Cursor, Codex, Gemini CLI, and 30+ other tools.
Step 1: Clone the repository
git clone https://github.com/agiprolabs/claude-trading-skills.git
Step 2: Copy skills to your agent's skills directory
| Scope | Claude Code | Cursor | Codex | Gemini CLI |
|---|---|---|---|---|
| Global (all projects) | ~/.claude/skills/ |
~/.cursor/skills/ |
~/.codex/skills/ |
~/.gemini/skills/ |
| Project (one project) | .claude/skills/ |
.cursor/skills/ |
.codex/skills/ |
.gemini/skills/ |
# Global install — choose your tool:
cp -r claude-trading-skills/skills/* ~/.claude/skills/ # Claude Code
cp -r claude-trading-skills/skills/* ~/.cursor/skills/ # Cursor
cp -r claude-trading-skills/skills/* ~/.codex/skills/ # Codex
cp -r claude-trading-skills/skills/* ~/.gemini/skills/ # Gemini CLI
# Or project-level install (Claude Code example):
mkdir -p .claude/skills
cp -r /path/to/claude-trading-skills/skills/* .claude/skills/
Your agent will automatically discover the skills and use them when relevant to your trading tasks.
Note: Agent Skills are supported by 30+ tools including Claude Code, Cursor, Codex, Gemini CLI, VS Code Copilot, Roo Code, Goose, OpenHands, and more. See agentskills.io for the full list.
Use available skills. Analyze this Solana token: [MINT_ADDRESS]. Get current price and volume
from Birdeye, check holder distribution and top 10 concentration, analyze liquidity depth across
DEX pools, compute RSI/MACD/BBands on 1h candles, estimate slippage for a 0.5 SOL entry, and
give me a risk assessment with suggested position size assuming 2% portfolio risk.
Skills Used: birdeye-api, token-holder-analysis, liquidity-analysis, dex-pool-analysis, pandas-ta, slippage-modeling, risk-management, position-sizing
Use available skills. Backtest a simple RSI mean-reversion strategy on SOL/USDC 1h candles for
the past 6 months. Entry when RSI(14) < 30, exit when RSI > 70. Use 1% risk per trade with
ATR(14)*2 stop loss. Show me equity curve, drawdown chart, and key metrics (Sharpe, max DD,
win rate, profit factor).
Skills Used: birdeye-api, ohlcv-processing, pandas-ta, vectorbt, portfolio-analytics, trading-visualization
Use available skills. Compare yield opportunities for SOL across Raydium, Orca, and Meteora
LP pools. Calculate impermanent loss at ±25% and ±50% price moves. Show me net APY after IL
for each pool, and rank them by risk-adjusted yield. Include MEV risk assessment.
Skills Used: defillama-api, dex-pool-analysis, lp-math, impermanent-loss, yield-analysis, mev-analysis, trading-visualization
Use available skills. Analyze the top 20 holders of [TOKEN_MINT]. Identify which wallets have
been accumulating in the past 7 days. Check if any are known profitable traders. Show me the
holder distribution with a Gini coefficient and flag any concentration risks.
Skills Used: helius-api, token-holder-analysis, whale-tracking, solana-onchain, trading-visualization
Use available skills. I'm tracking cost basis for my SOL trades using proportional (average)
cost basis for my accumulate/house-money strategy. I bought 10 SOL at $150, then 5 SOL at $180.
Now I want to sell 3 SOL at $200. Calculate my cost basis, realized gain, and remaining position.
Then check if any of my recent sells trigger wash sale rules, and show me what my Form 8949
entries would look like. Export the results in Koinly-compatible format.
Skills Used: cost-basis-engine, tax-liability-tracking, wash-sale-detection, crypto-tax-export, regulatory-reporting
Use available skills. Build a feature set for [TOKEN] using 1h OHLCV data: RSI, MACD,
Bollinger Band width, volume ratio, and holder count momentum. Train an XGBoost classifier
to predict >2% returns in the next 4 hours. Use walk-forward validation with 30-day train,
7-day test windows. Show feature importance and classification metrics.
Skills Used: birdeye-api, ohlcv-processing, pandas-ta, custom-indicators, feature-engineering, signal-classification, trading-visualization
SKILL.md files for specific requirements)# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# Verify
uv --version
📖 For detailed documentation on all skills, see trading-skills.md
We welcome contributions! There's room for dozens more skills covering additional chains, CEX integrations, and advanced strategies.
git checkout -b feature/amazing-skill)SKILL.md files with valid frontmatter--demo mode)git commit -m 'Add amazing skill')git push origin feature/amazing-skill)SKILL.md frontmatter, naming conventions, directory structureSKILL.md under 500 lines — move detailed content to references/--demo mode in scripts so they work without API keysuv pip install for all dependency installation examplesSee CONTRIBUTING.md for the full guidelines.
Problem: Skills not loading
SKILL.md file/plugin to check status, try /reload-pluginsProblem: Missing Python dependencies
SKILL.md file for required packagesuv pip install package-nameProblem: API rate limits
Problem: API key errors
SKILL.md for authentication setupProblem: Scripts failing
--demo mode for testing without API keysQ: Is this free to use?
A: Yes, MIT licensed. Individual skills may reference tools with their own licensing.
Q: Can I use this for live trading?
A: The execution skills (dex-execution, raptor-dex) can interact with real markets, but they default to simulation/demo mode and require explicit confirmation. Use at your own risk.
Q: Why crypto/DeFi first?
A: The tooling gap is largest in crypto/DeFi. The extensible structure means contributors can add equities, options, and futures skills following the exact same pattern.
Q: Does this work with tools other than Claude Code?
A: Yes. Skills follow the open Agent Skills standard and work with 30+ compatible tools including Claude Code, Cursor, Codex, Gemini CLI, VS Code Copilot, Roo Code, Goose, and more.
Q: Why are all skills bundled together instead of separate packages?
A: Trading is inherently cross-disciplinary. Bundling all skills together makes it easy to chain workflows — e.g., fetching data, computing indicators, backtesting, sizing positions, and exporting tax reports — without worrying about which individual skills to install.
Q: Do I need all API keys?
A: No. Many skills (DexScreener, DeFiLlama, Jupiter quotes, CoinGecko free tier) need no authentication. Only install API keys for the services you use.
Q: Do I need all Python packages installed?
A: No. Only install the packages you need. Each skill specifies its requirements in its SKILL.md file.
Q: What if a skill doesn't work?
A: First check the Troubleshooting section. If the issue persists, open an issue with detailed reproduction steps.
Q: Can I contribute my own skills?
A: Absolutely! We welcome contributions. See Contributing for guidelines.
Q: How do I report bugs or suggest features?
A: Open an issue with a clear description. For bugs, include reproduction steps and expected vs actual behavior.
SKILL.md and references/ folders@software{claude_trading_skills_2026,
author = {{AGIPro}},
title = {Claude Trading Skills: Trading, DeFi, and Quantitative Finance Agent Skills},
year = {2026},
url = {https://github.com/agiprolabs/claude-trading-skills},
note = {62 skills covering market data, on-chain analysis, backtesting, risk management, tax compliance, and more}
}
AGIPro. (2026). Claude Trading Skills: Trading, DeFi, and quantitative finance Agent Skills [Computer software]. https://github.com/agiprolabs/claude-trading-skills
Claude Trading Skills by AGIPro (2026)
Available at: https://github.com/agiprolabs/claude-trading-skills
MIT License. See LICENSE.md for full terms.
Key Points:
Built by traders, for traders. Star ⭐ if you find it useful!