← 返回 Skills 市场
Polymarket Copy Consensus Trader
作者
diagnostikon
· GitHub ↗
· v1.0.1
· MIT-0
137
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-copy-consensus-trader
功能描述
Only trades Polymarket markets where 3+ top whale wallets independently agree on direction. Filters out noisy single-wallet signals and focuses on high-convi...
安全使用建议
This skill appears internally consistent with its goal of consensus-based trading: it fetches public data from predicting.top and Polymarket, computes consensus, and uses the Simmer SDK to place trades. Before installing or running it, consider the following:
- Keep SIMMER_API_KEY secret: this key authorizes trades. Running with --live will execute real USDC trades. Test thoroughly in paper mode first.
- Dependency review: clawhub.json lists simmer-sdk. Ensure you install a vetted version of that package (review its source) before running to avoid supply-chain surprises.
- Network calls: the skill makes outbound HTTP requests to predicting.top and data-api.polymarket.com. If you require stricter network controls, review/whitelist those endpoints.
- Review the full trader.py: I reviewed the large portions provided, but the file was truncated in the supplied content. Inspect the entire file yourself for any unexpected network endpoints, obfuscated code, or credential exfiltration before granting production access.
- Operational controls: use paper mode and limit API key scopes if possible; enable monitoring/alerts on live trading and restrict autostart unless you intend continuous operation.
If you want, I can (1) scan the remainder of trader.py for anything unusual if you provide the full file, (2) produce a concise checklist of items to verify in simmer-sdk, or (3) help craft minimal IAM/scoped permissions for the SIMMER_API_KEY.
功能分析
Type: OpenClaw Skill
Name: polymarket-copy-consensus-trader
Version: 1.0.1
The skill implements a legitimate consensus-based trading strategy for Polymarket using the Simmer SDK. It fetches public leaderboard data from predicting.top and wallet activity from the official Polymarket data API (data-api.polymarket.com) to identify trades where multiple 'whale' wallets agree. The code in trader.py is transparent, follows the stated logic, and includes safety features such as defaulting to paper trading unless a live flag is explicitly provided.
能力标签
能力评估
Purpose & Capability
Name/description match what the code and SKILL.md do: fetch a predicting.top leaderboard, pull wallet activity from data-api.polymarket.com, build a consensus map, and place trades via a Simmer SDK client. The single required secret (SIMMER_API_KEY) is proportional — it is the trading authority. The pip dependency (simmer-sdk) declared in clawhub.json is consistent with the SimmerClient usage in trader.py.
Instruction Scope
SKILL.md instructs the agent to fetch leaderboard and wallet activity, aggregate consensus, and optionally execute live trades only when --live is passed. The instructions and the code both restrict default behavior to paper trading and document the same APIs and env variables. The instructions do not ask for unrelated files, system secrets, or unexpected external endpoints.
Install Mechanism
There is no explicit install script (instruction-only style), which minimizes install-time risk. clawhub.json lists a pip requirement (simmer-sdk) but no automated installer — ensure your environment will install that dependency before running. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requires SIMMER_API_KEY (declared) and reads a set of SIMMER_* tunables; these are all declared in clawhub.json and are reasonable for a trading skill. No unrelated credentials or high-privilege system paths are requested. The code uses only public third-party HTTP APIs (predicting.top and Polymarket data API).
Persistence & Privilege
The skill is not marked always:true, autostart is false, and it defaults to paper mode. It does not request to modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but it is not paired with elevated persistence or unexplained credential access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-copy-consensus-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-copy-consensus-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
SDK resilience: try/except runt apply_skill_config
v1.0.0
Initial release
元数据
常见问题
Polymarket Copy Consensus Trader 是什么?
Only trades Polymarket markets where 3+ top whale wallets independently agree on direction. Filters out noisy single-wallet signals and focuses on high-convi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 Polymarket Copy Consensus Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-copy-consensus-trader」即可一键安装,无需额外配置。
Polymarket Copy Consensus Trader 是免费的吗?
是的,Polymarket Copy Consensus Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Copy Consensus Trader 支持哪些平台?
Polymarket Copy Consensus Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Copy Consensus Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v1.0.1。
推荐 Skills