← 返回 Skills 市场
1232
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This package is 'suspicious' rather than clearly malicious: it mostly contains readable code and only talks to Polymarket and a Polygon RPC, but it has several inconsistencies you should consider before installing or running with real funds. Key points:
- Do not export or paste your real private key into POLYMARKET_KEY unless you fully trust and understand the code. The registry did not declare any required secret, but the Quick Start and copy_trader.py expect a private key.
- The skill advertises automatic order execution and auto-redeem, but the code's execute_trade is a placeholder and auto-redeem only prints instructions; live trading / signing is not implemented. Do not assume it will place or redeem trades for you.
- The code derives a wallet address by hashing the private key (not a correct eth derivation) — this is a poor implementation choice and suggests the author cut corners; prefer software using a standard web3 library for signing.
- Network activity is limited to data-api.polymarket.com and polygon-rpc.com; there is no obvious exfiltration endpoint, but lack of declared credentials and inconsistent env var names (POLYMARKET_KEY vs POLYMARKET_WALLET) reduce transparency.
Recommended actions:
- If you want to try it, run only in dry_run mode (config.json default) and on an isolated/test environment with a throwaway wallet funded with minimal funds.
- Inspect and, if necessary, replace the wallet-derivation and signing code with a standard, audited web3 library before attempting live trades.
- Ask the publisher to update the registry metadata to declare the required credential(s) and to clarify differences between POLYMARKET_KEY and POLYMARKET_WALLET; request implementation of real signing/placement or remove misleading claims.
- Prefer open-source tools that explicitly disclose how they handle keys (e.g., local signing only, never transmitted) and that implement signing with well-known libraries.
If you are not comfortable auditing code yourself, do not provide your private key and avoid enabling live trading.
功能分析
Type: OpenClaw Skill
Name: polymarket-whale-copier
Version: 1.0.0
The skill bundle is classified as suspicious due to its handling of sensitive user data and a critical functional flaw. The `SKILL.md` instructs the user to provide a `POLYMARKET_KEY` (private key) as an environment variable, which is then read by `scripts/copy_trader.py`. While the script makes legitimate network calls to Polymarket APIs, it contains a severe bug in `scripts/copy_trader.py`'s `_derive_wallet` function that incorrectly derives the Ethereum wallet address, rendering it non-functional for actual trading. Crucially, `scripts/copy_trader.py` explicitly states '⚠️ Live trading not implemented - use Polymarket CLOB API', meaning it cannot execute trades even if the private key derivation were correct. This combination of requesting a private key for a non-functional trading script, coupled with the potential for future malicious implementation if the 'not implemented' flag is removed, makes it suspicious.
能力评估
Purpose & Capability
The skill advertises automatic copy-trading and 'No API keys needed', yet the SKILL.md Quick Start tells users to export POLYMARKET_KEY (a private key). The registry metadata lists no required environment variables or primary credential, which is inconsistent with the code and instructions. Also the code logs and monitors trades but does not implement real order placement (execute_trade only logs a placeholder), so the claimed capability to 'place matching orders' is not implemented.
Instruction Scope
Runtime instructions tell the agent/user to set a private key (POLYMARKET_KEY) and run copy_trader.py; the code reads that env var and derives a wallet locally. auto_redeem.py expects POLYMARKET_WALLET (different env var name). The scripts perform network calls only to public Polymarket data-api endpoints and polygon-rpc.com, and write local files (trades.log, state.json). There is no other file-system or system-wide access, but the mismatch of required env vars and ambiguous guidance is problematic.
Install Mechanism
No install spec — instruction-only with bundled scripts. Nothing is downloaded at install time; included files are plain-text Python and shell scripts. This is the lowest install risk.
Credentials
Registry declares no required credentials, but SKILL.md and copy_trader.py rely on a secret private key in POLYMARKET_KEY to derive an 'our' wallet and check balance. auto_redeem.py expects POLYMARKET_WALLET. Requesting a private key (a high-value secret) should have been declared explicitly; the absence in metadata is a red flag. The code does not exfiltrate the key, but it does perform on-host use and persists logs/state locally.
Persistence & Privilege
always:false and no system-wide configuration changes. The skill can be run in background via screen scripts, and writes its own log and state files under its script directory. It does not modify other skills or agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-whale-copier - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-whale-copier触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - copy trade any Polymarket wallet automatically
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1232 次。
如何安装 Polymarket Whale Copier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-whale-copier」即可一键安装,无需额外配置。
Polymarket Whale Copier 是免费的吗?
是的,Polymarket Whale Copier 完全免费(开源免费),可自由下载、安装和使用。
Polymarket Whale Copier 支持哪些平台?
Polymarket Whale Copier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Whale Copier?
由 Cassh(@cassh100k)开发并维护,当前版本 v1.0.0。
推荐 Skills