Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install polymarket-whale-copier或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install polymarket-whale-copier⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/polymarket-whale-copier/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: polymarket-whale-copier version: 1.0.0 description: Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed. author: nix tags: [polymarket, trading, copy-trading, whale, prediction-markets, automation] ---
Automatically copy trade winning Polymarket wallets.
Track any wallet, mirror their bets, profit from their alpha.
# 1. Set your Polymarket private key
export POLYMARKET_KEY="0xYourPrivateKey"
# 2. Run the copier
python3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10
Edit config.json:
{
"target_wallet": "0x...",
"copy_percent": 10,
"min_trade_usd": 5,
"max_trade_usd": 50,
"buy_only": true,
"check_interval_sec": 60,
"dry_run": false
}
# Start copy trading (background)
./scripts/start.sh
# Check status
./scripts/status.sh
# Stop trading
./scripts/stop.sh
# View recent trades
./scripts/logs.sh
# Auto-redeem winning positions
python3 scripts/auto_redeem.py
--target flag| Setting | Default | Description | |---------|---------|-------------| | copy_percent | 10% | % of whale's position to copy | | min_trade_usd | $5 | Skip trades smaller than this | | max_trade_usd | $50 | Cap maximum trade size | | buy_only | true | Only copy BUYs (safer) |
🚀 POLYMARKET COPY TRADER STARTING
🎯 Target: 0x4ffe49ba...609f71
📊 Copy: 10% | Limits: $5-$50
🔄 Monitoring cycle #42
📈 New trade detected!
Whale: BUY 500 shares @ $0.35 = $175
Copying: BUY 50 shares @ $0.35 = $17.50
✅ Order placed: #123456789
⚠️ Never share your private key ⚠️ Start with small amounts ⚠️ Use dry_run mode first ⚠️ Past performance ≠ future results
Issues? Questions? Open a GitHub issue or find us on Discord.
---
Built by Nix 🔥 | Not financial advice
安装 Polymarket Whale Copier 后,可以对 AI 说这些话来触发它
Help me get started with Polymarket Whale Copier
Explains what Polymarket Whale Copier does, walks through the setup, and runs a quick demo based on your current project
Use Polymarket Whale Copier to copy trade winning Polymarket wallets automatically
Invokes Polymarket Whale Copier with the right parameters and returns the result directly in the conversation
What can I do with Polymarket Whale Copier in my finance & investment workflow?
Lists the top use cases for Polymarket Whale Copier, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/polymarket-whale-copier/ 目录(个人级,所有项目可用),或 .claude/skills/polymarket-whale-copier/(项目级)。重启 AI 客户端后,用 /polymarket-whale-copier 主动调用,或让 AI 根据上下文自动发现并使用。
Polymarket Whale Copier 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Polymarket Whale Copier 可免费安装使用。请查阅仓库了解许可证信息。
Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
Polymarket Whale Copier 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Polymarket Whale Copier
Identifies repetitive steps in your workflow and sets up Polymarket Whale Copier to handle them automatically