From agi-super-team
Analyzes top Polymarket traders for copy trading signals using Dune analytics and Polymarket Data API. Scores wallets by win rate, PnL, and risk.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:polymarket-copy-trackerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze top Polymarket traders for copy trading signals.
Analyze top Polymarket traders for copy trading signals.
data-api.polymarket.com) - Wallet history (public, no auth)python3 scripts/find_top_traders.py --limit 20
python3 scripts/analyze_wallet.py 0xWALLET_ADDRESS
python3 scripts/analyze_wallet.py 0xWALLET_ADDRESS --json # raw JSON output
python3 scripts/copy_score.py wallet1 wallet2 wallet3 ...
# Open positions
GET https://data-api.polymarket.com/positions?user=WALLET&limit=50
# Closed/resolved positions
GET https://data-api.polymarket.com/closed-positions?user=WALLET&limit=50
# Trade history
GET https://data-api.polymarket.com/trades?user=WALLET&limit=100
Key fields in positions:
title - Market namesize - Number of sharesavgPrice - Average entry pricecurrentValue - Current market valuecashPnl - Unrealized P&L (open positions)realizedPnl - Realized P&L (resolved positions)outcome - Selected outcome (Yes/No/Team name)redeemable - True if resolved and can be redeemed| Metric | Weight | Good | Bad |
|---|---|---|---|
| Win Rate | 40% | ≥65% | <45% |
| Total PnL | 30% | ≥$1000 | <$0 |
| Risk Score | 20% | <0.8 | ≥1.0 |
| Sample Size | 10% | ≥20 trades | <5 trades |
Risk Score = Avg Loss / Avg Win (lower = better, <1.0 means wins > losses)
Final Score: 0-100 → COPYABLE (≥70), CAUTION (45-69), NOT RECOMMENDED (<45)
=== Analyzing Wallet: 0xf19572...8057 ===
CLOSED POSITIONS (Win Rate & PnL)
==================================================
Total Closed: 49
Win Rate: 67.3% (33W / 16L)
Total PnL: +$2,223,761
Avg Win: $110,028
Avg Loss: $87,948
Risk Score: 0.80 ✅ GOOD
OPEN POSITIONS: 8 | Value: $17,739 | Unrealized: -$445,325
COPY ASSESSMENT
==================================================
Score: 92/100 ✅ COPYABLE
✅ High win rate (67%)
✅ Excellent PnL ($2,223,761)
✅ Low risk (score 0.80)
✅ Good sample (49 trades)
| Script | Purpose |
|---|---|
find_top_traders.py | Extract wallet addresses from polymarket.com/leaderboard |
analyze_wallet.py | Deep-dive a single wallet (positions, trades, score) |
copy_score.py | Score and rank multiple wallets in parallel |
See references/top-wallets.md for a curated list of high-quality wallets organized by tier:
See references/discovery-methods.md for 5 methods to find wallets:
# 1. Score a known wallet
python3 scripts/analyze_wallet.py 0x2785e7022dc20757108204b13c08cea8613b70ae
# 2. Compare multiple candidates
python3 scripts/copy_score.py 0x2785e702... 0xed107a85... 0x6a72f618...
# 3. Find new top traders
python3 scripts/find_top_traders.py --limit 20
closed-positions has resolved trades, positions has open tradesnpx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamMirror positions from top Polymarket traders using Simmer API. Size-weighted aggregation across multiple wallets.
Evaluates Solana DEX wallets, designs copy-trade strategies, and monitors on-chain activity with risk controls.
Analyzes crypto wallet holdings, P&L, win rate, trading history, and developer tokens via GMGN API on Solana, BSC, Base, or Ethereum. Useful for wallet research and copy-trade decisions.