Install
openclaw skills install wangbo-polymarket-copytradingBuild and run Polymarket copy-trading workflows (trader discovery, peak/decline cycle detection, candidate ranking, risk limits, and execution handoff). Use...
openclaw skills install wangbo-polymarket-copytradingCreate copy-trading plans from leaderboard data with strict risk controls.
OVERALL/POLITICS/CRYPTO × DAY/WEEK/MONTH/ALL).巅峰 / 强势 / 观察).Use script:
python3 scripts/scan_copytraders.py --top 5
Optional category focus:
python3 scripts/scan_copytraders.py --categories OVERALL,CRYPTO --top 5
Auto monitor + threshold execution:
# dry-run once
python3 scripts/auto_copytrade.py --config references/auto-copytrade-config.example.json
# live execution loop (every 120s)
python3 scripts/auto_copytrade.py \
--config references/auto-copytrade-config.example.json \
--interval 120 \
--execute
巅峰: DAY<=10 and WEEK<=10 and MONTH<=20强势: WEEK<=15 and MONTH<=30观察: MONTH<=20 but DAY>30普通空仓等待 with next check time.