← 返回 Skills 市场
Polymarket Micro Cluster Momentum Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
176
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install polymarket-micro-cluster-momentum-trader
功能描述
Trades cluster momentum continuation in 5-minute crypto Up/Down bundles on Polymarket. When 2+ coins (BTC, ETH, SOL, XRP) all show the same directional bias...
安全使用建议
This skill appears to do what it says: it uses simmer-sdk with your SIMMER_API_KEY to discover Polymarket markets and place trades. Before enabling live trading: 1) verify the simmer-sdk PyPI package and its GitHub repo (review code and recent releases) to reduce supply-chain risk; 2) keep the skill in paper mode until you validate behavior and tunables; 3) treat SIMMER_API_KEY as a high-value secret (rotate/revoke if compromised); 4) confirm you trust the unknown publisher (no homepage provided); and 5) run the skill in a sandboxed environment and review network activity if you need higher assurance.
功能分析
Type: OpenClaw Skill
Name: polymarket-micro-cluster-momentum-trader
Version: 0.0.3
The skill bundle implements a legitimate momentum trading strategy for Polymarket crypto bundles using the simmer-sdk. The code in trader.py correctly handles market discovery, signal detection, and risk management with a clear distinction between paper trading and live execution. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py all align: the skill discovers Polymarket 5-minute Up/Down markets, detects cross-coin clusters, and places micro trades through the Simmer SDK. The single required credential (SIMMER_API_KEY) maps to the declared trading authority.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, parsing, cluster detection, and trade execution via the Simmer client. There are no instructions to read unrelated files, exfiltrate env vars, or call unexpected endpoints in the provided code/instructions.
Install Mechanism
This is an instruction-only skill with a pip dependency (simmer-sdk) declared in clawhub.json. Installing a third-party PyPI package is a normal moderate-risk step; verify the simmer-sdk package and its GitHub repository before installing, since supply-chain risks exist for unverified packages.
Credentials
The only required credential is SIMMER_API_KEY (trading authority), which is proportional to the skill's function. Other environment variables referenced are tunables with defaults and are declared in clawhub.json; the code reads them for risk controls.
Persistence & Privilege
autostart/cron are false and always is not set; the skill does not request permanent forced inclusion. The automaton entrypoint is provided but autostart=false means it won't run automatically until enabled — appropriate for a trading bot.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-micro-cluster-momentum-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-micro-cluster-momentum-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.3
Add signal_data for backtest support
v1.0.2
Add get_fast_markets() for better 5-min market discovery
v1.0.1
Fix metadata consistency between trader.py, clawhub.json and SKILL.md
v1.0.0
Initial release — micro-trading skill with conviction-based sizing
元数据
常见问题
Polymarket Micro Cluster Momentum Trader 是什么?
Trades cluster momentum continuation in 5-minute crypto Up/Down bundles on Polymarket. When 2+ coins (BTC, ETH, SOL, XRP) all show the same directional bias... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。
如何安装 Polymarket Micro Cluster Momentum Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-micro-cluster-momentum-trader」即可一键安装,无需额外配置。
Polymarket Micro Cluster Momentum Trader 是免费的吗?
是的,Polymarket Micro Cluster Momentum Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Micro Cluster Momentum Trader 支持哪些平台?
Polymarket Micro Cluster Momentum Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Micro Cluster Momentum Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills