Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Si...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install polymarket-copytrading或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install polymarket-copytrading⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/polymarket-copytrading/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: polymarket-copytrading description: Mirror positions from top Polymarket traders using Simmer API. Size-weighted aggregation across multiple wallets. metadata: author: Simmer (@simmer_markets) version: "1.8.0" displayName: Polymarket Copytrading difficulty: beginner ---
Mirror positions from successful Polymarket traders using the Simmer SDK.
> This is a template. The default logic mirrors whale wallets by size-weighted allocation — remix it with your own wallet selection criteria, position filters, or rebalancing rules. The skill handles all the plumbing (wallet fetching, conflict detection, trade execution). Your agent provides the alpha.
Use this skill when the user wants to:
# Check account balance and positions
python scripts/status.py
# Detailed position list
python scripts/status.py --positions
API Reference:
https://api.simmer.marketsAuthorization: Bearer $SIMMER_API_KEYGET /api/sdk/portfolioGET /api/sdk/positionsUser provides wallet(s) directly in chat:
User: "Copytrade this wallet: 0x1234...abcd"
User: "What positions does 0x5678...efgh have?"
User: "Follow these whales: 0xaaa..., 0xbbb..."
→ Run with --wallets flag:
python copytrading_trader.py --wallets 0x1234...abcd
python copytrading_trader.py --wallets 0xaaa...,0xbbb... --dry-run
This is the simplest way - no setup needed, just pass wallets directly.
For automated recurring scans, wallets can be saved in environment:
| Setting | Environment Variable | Default | |---------|---------------------|---------| | Target wallets | SIMMER_COPYTRADING_WALLETS | (none) | | Top N positions | SIMMER_COPYTRADING_TOP_N | auto | | Max per position | SIMMER_COPYTRADING_MAX_USD | 50 | | Max trades/run | SIMMER_COPYTRADING_MAX_TRADES | 10 |
Top N auto-calculation (when not specified):
Polymarket Constraints:
> ⚠️ Start Conservative: Begin with small amounts (--max-usd 5-10) and --dry-run to understand how the skill behaves before scaling up.
> By default, only buys execute. Pass --rebalance to also sell positions the whales have exited, or --whale-exits to sell only on whale exits.
Each cycle the script:
Copytrading supports $SIM mode — mirror whale positions using simulated money on Simmer's LMSR markets. No wallet or USDC required.
# Paper trade with $SIM (explicit)
python copytrading_trader.py --venue sim --wallets 0x123... --live
# Auto-detect: if your account has no linked wallet, $SIM is used automatically
python copytrading_trader.py --wallets 0x123... --live
In $SIM mode:
sdk:copytrading)Run a scan (dry run by default — no trades):
python copytrading_trader.py
Execute real trades:
python copytrading_trader.py --live
Check positions only:
python copytrading_trader.py --positions
View current config:
python copytrading_trader.py --config
Override wallets for one run:
python copytrading_trader.py --wallets 0x123...,0x456...
Full rebalance mode (includes sells):
python copytrading_trader.py --rebalance
Sell when whales exit positions:
python copytrading_trader.py --whale-exits
After each run, message the user with:
Example output to share:
🐋 Copytrading Scan Complete
Configuration:
• Following 2 wallets
• Top 10 positions, max $50 each
• Balance: $250.00 USDC
Fetched positions:
• 0x1234...abcd: 15 positions
• 0x5678...efgh: 22 positions
• Combined: 28 unique markets
• Conflicts skipped: 2
Top 10 by allocation:
1. "Will BTC hit $100k?" - 18.5% → BUY YES
2. "Trump pardons X?" - 12.3% → BUY NO
3. "Fed rate cut Jan?" - 9.8% → Already held
...
Trades executed: 4 buys ($180 total)
• Bought 45 YES shares on "Will BTC hit $100k?" @ $0.82
• Bought 120 NO shares on "Trump pardons X?" @ $0.15
...
Next scan in 4 hours.
User: "Copytrade 0x1234...abcd" → Run: python copytrading_trader.py --wallets 0x1234...abcd → Report what positions that wallet has and what trades would execute
User: "What is 0x5678...efgh holding?" → Run: python copytrading_trader.py --wallets 0x5678...efgh --dry-run → Show their positions without trading
User: "Follow these wallets: 0xaaa..., 0xbbb..., 0xccc..." → Run: python copytrading_trader.py --wallets 0xaaa...,0xbbb...,0xccc... → Aggregate positions across all wallets, report results
User: "Copytrade this whale but only top 5 positions" → Run: python copytrading_trader.py --wallets 0x... --top-n 5
User: "How are my positions doing?" → Run: python copytrading_trader.py --positions → Show current Polymarket positions with P&L
User: "Show copytrading config" → Run: python copytrading_trader.py --config → Display current settings
User: "Sell positions that whales have exited" → Run: python copytrading_trader.py --whale-exits → Compares your positions to whales, sells any they've closed
User: "Do a full rebalance to match the whales" → Run: python copytrading_trader.py --rebalance → Includes both buys AND sells to match whale allocations
Common approaches:
The skill works best when:
...
安装 Polymarket Copytrading 后,可以对 AI 说这些话来触发它
Help me get started with Polymarket Copytrading
Explains what Polymarket Copytrading does, walks through the setup, and runs a quick demo based on your current project
Use Polymarket Copytrading to mirror positions from top Polymarket traders
Invokes Polymarket Copytrading with the right parameters and returns the result directly in the conversation
What can I do with Polymarket Copytrading in my finance & investment workflow?
Lists the top use cases for Polymarket Copytrading, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/polymarket-copytrading/ 目录(个人级,所有项目可用),或 .claude/skills/polymarket-copytrading/(项目级)。重启 AI 客户端后,用 /polymarket-copytrading 主动调用,或让 AI 根据上下文自动发现并使用。
Polymarket Copytrading 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Polymarket Copytrading 可免费安装使用。请查阅仓库了解许可证信息。
Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Si...
Polymarket Copytrading 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Polymarket Copytrading
Identifies repetitive steps in your workflow and sets up Polymarket Copytrading to handle them automatically