← 返回 Skills 市场
92
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-whale-copytrade
功能描述
Mirror high-performing whale wallets on Polymarket. Monitors configured wallet addresses for recent trades above a size threshold and copies them automatical...
安全使用建议
Key things to consider before installing:
- The code itself looks coherent for copytrading and only needs your SIMMER_API_KEY and simmer-sdk, but the included deployment metadata (clawhub.json) will schedule the skill to run with --live every 15 minutes. That means once installed as an automaton it can place real trades automatically — contrary to the SKILL.md message that dry-run is the default. If you plan to install, do one of the following first: (1) run the script locally in dry-run to validate behavior; (2) remove or edit clawhub.json so the automaton does not pass --live (or remove the cron) before deployment; or (3) install with a limited/sandbox Simmer API key (paper trading or restricted scopes) so accidental live trades can't cause real losses. Also review and set the SIMMER_COPYTRADE_MAX_POSITION, MAX_TRADES, and MIN_TRADE env vars to conservative values, and examine the default whale wallet list before mirroring. If you are not comfortable with a skill that can autonomously execute live trades on a schedule, do not install the managed automaton config as-is.
功能分析
Type: OpenClaw Skill
Name: polymarket-whale-copytrade
Version: 1.0.0
The skill is a functional Polymarket copy-trading bot that monitors high-volume whale wallets and mirrors their trades on the Simmer platform. The code in copytrading.py uses the official simmer-sdk and public Polymarket APIs (clob.polymarket.com and gamma-api.polymarket.com) to resolve market data and execute trades. It includes standard safety features like slippage checks, flip-flop detection, and dry-run modes, with no evidence of data exfiltration, credential theft, or malicious prompt injection.
能力标签
能力评估
Purpose & Capability
The skill is a Polymarket copytrader and legitimately needs a SIMMER_API_KEY and the simmer-sdk; Polymarket CLOB/Gamma public APIs are used for reads. However the included clawhub.json config instructs the agent to run copytrading.py with --live on a 15-minute cron, which is not obvious from the SKILL.md (which emphasizes dry-run by default). Automating live trades on install is a disproportionate operational decision relative to the simple stated purpose.
Instruction Scope
SKILL.md instructions stay within the copytrading domain (install simmer-sdk, set SIMMER_API_KEY, configure wallet list and thresholds). The Python code only reads declared SIMMER_* env vars and hits Polymarket public APIs plus the Simmer SDK. There is no sign the instructions ask for unrelated files/credentials or exfiltrate arbitrary data.
Install Mechanism
No arbitrary downloads or extract steps are present. The package relies on pip installing simmer-sdk (declared in clawhub.json), which is an expected and traceable dependency for integrating with Simmer.
Credentials
Only SIMMER_API_KEY (and optional SIMMER_COPYTRADE_* variables) are required — these are proportional for a skill that places trades via Simmer. No unrelated third-party secrets or system credentials are requested.
Persistence & Privilege
The skill is not 'always: true', but clawhub.json config sets 'automaton.managed: true' with a cron of */15 and entrypoint args ['--live'], meaning if deployed through the automaton it will autonomously execute live trades every 15 minutes. This contradicts the SKILL.md 'dry run default' statement and materially increases risk (automatic financial actions without an explicit opt-in each run).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-whale-copytrade - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-whale-copytrade触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Polymarket Whale Copytrader.
- Automatically mirrors trades from high-performing whale wallets on Polymarket based on configurable filters (trade size, lookback window, wallet list).
- Includes safety features like flip-flop detection, slippage checks, deduplication, and position tracking to avoid redundant or risky trades.
- Supports dry run mode by default with easy CLI configuration for live trading and smart position sizing.
- Easily customizable to track your own list of wallets, filter by market category, or extend with auto-discovery of new whales.
元数据
常见问题
Polymarket Copytrading 是什么?
Mirror high-performing whale wallets on Polymarket. Monitors configured wallet addresses for recent trades above a size threshold and copies them automatical... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Polymarket Copytrading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-whale-copytrade」即可一键安装,无需额外配置。
Polymarket Copytrading 是免费的吗?
是的,Polymarket Copytrading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Copytrading 支持哪些平台?
Polymarket Copytrading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Copytrading?
由 DC(@chokle)开发并维护,当前版本 v1.0.0。
推荐 Skills