← 返回 Skills 市场
Polymarket Whale Momentum Trader
作者
diagnostikon
· GitHub ↗
· v1.0.6
· MIT-0
129
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install polymarket-whale-momentum-trader
功能描述
Detects when multiple top-performing whale wallets independently enter the same Polymarket market in the same direction within a configurable time window. Wh...
安全使用建议
This skill is plausibly what it says (a Polymarket momentum trader) but take these precautions before installing or running it: 1) Verify SIMMER_API_KEY scope and origin — use a dedicated API key with least privilege and do not reuse a general-purpose key. 2) Keep default operation in paper/sim mode; do not enable --live until you have audited the Simmer SDK version and confirmed trading limits and slippage guards. 3) Inspect or pin the simmer-sdk package source/version (supply-chain risk); review SimmerClient implementation if possible. 4) Confirm you are comfortable with the external data sources (predicting.top and data-api.polymarket.com) and that the skill's network access is acceptable. 5) Be aware of the metadata mismatch: the top-level listing omitted the SIMMER_API_KEY requirement — treat that as a red flag about quality control and ask the publisher for source/homepage and a clear list of required secrets before trusting with real funds.
功能分析
Type: OpenClaw Skill
Name: polymarket-whale-momentum-trader
Version: 1.0.6
The skill implements a legitimate trading strategy that monitors high-performing 'whale' wallets on Polymarket to identify consensus signals. It fetches data from public APIs (predicting.top and data-api.polymarket.com) and executes trades via the simmer-sdk. The code includes robust safety features such as paper-trading by default, position limits, spread gates, and slippage checks, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
The skill claims to detect whale consensus on Polymarket and trade via Simmer; the code and clawhub.json request the Simmer SDK and an API key (SIMMER_API_KEY), which is expected for a trading skill that places orders. Fetching predicting.top and Polymarket data is consistent with the stated purpose.
Instruction Scope
SKILL.md and trader.py both describe fetching leaderboards and wallet activity and only trading when a --live flag is provided (paper/sim by default). However the top-level registry summary listed 'Required env vars: none' while the code and clawhub.json require SIMMER_API_KEY; SKILL.md lists many tunables but doesn't explicitly call out the SIMMER_API_KEY requirement. That mismatch could confuse users about what secrets the skill needs.
Install Mechanism
No high-risk install (no arbitrary downloads). The manifest declares pip: ['simmer-sdk'] which is appropriate for a Python skill that imports SimmerClient. There is no install script that pulls code from unknown URLs.
Credentials
Only one sensitive credential is required (SIMMER_API_KEY) and that is proportional to a skill that performs trading via the Simmer SDK. The concern is the metadata inconsistency: the registry summary omitted required env vars while clawhub.json and trader.py both require SIMMER_API_KEY. Ensure the API key scope is minimal and intended for this service.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. It applies its own skill config via apply_skill_config(SKILL_SLUG) (expected behavior) and defaults to paper trading unless run with --live. Autonomous invocation is allowed by the platform default but is not an unusual privilege for a skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-whale-momentum-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-whale-momentum-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
SDK resilience: try/except runt apply_skill_config
v1.0.5
Rescan attempt 5
v1.0.4
Rescan attempt 4
v1.0.3
Rescan attempt 3
v1.0.1
Rescan
v1.0.0
Initial release
元数据
常见问题
Polymarket Whale Momentum Trader 是什么?
Detects when multiple top-performing whale wallets independently enter the same Polymarket market in the same direction within a configurable time window. Wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 Polymarket Whale Momentum Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-whale-momentum-trader」即可一键安装,无需额外配置。
Polymarket Whale Momentum Trader 是免费的吗?
是的,Polymarket Whale Momentum Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Whale Momentum Trader 支持哪些平台?
Polymarket Whale Momentum Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Whale Momentum Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v1.0.6。
推荐 Skills