← 返回 Skills 市场
Polymarket Candle Three Soldiers Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
189
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-candle-three-soldiers-trader
功能描述
Trades crypto "Up or Down" 5-minute interval markets on Polymarket by detecting Three White Soldiers (3+ consecutive strong UP intervals all p>0.57) and Thre...
安全使用建议
This skill appears to be what it says: a Polymarket pattern-based trader that uses the Simmer SDK and defaults to paper trading. Before installing: (1) only provide a SIMMER_API_KEY with the minimum necessary permissions and be prepared to test in paper mode; (2) inspect or verify the simmer-sdk package/source (pip package provenance) because it will handle network calls and trades; (3) run and audit in sim mode extensively before using --live; (4) consider restricting the API key (rate/venue limits) and using separate keys for testing vs live. If you lack trust in the simmer-sdk publisher, do not provide your live API key.
功能分析
Type: OpenClaw Skill
Name: polymarket-candle-three-soldiers-trader
Version: 0.0.3
The skill bundle is a legitimate trading bot for Polymarket crypto interval markets, implementing a 'Three White Soldiers' candlestick strategy. The code in `trader.py` uses the `simmer-sdk` to interact with markets and includes safety features such as a default paper-trading mode (sim) and configurable risk limits via environment variables defined in `clawhub.json`. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
The name/description say it will scan Polymarket 5‑min Up/Down markets and trade candlestick continuation patterns. The code and SKILL.md only require a Simmer API client and tunables for trading; requesting SIMMER_API_KEY and the simmer-sdk dependency is appropriate and expected.
Instruction Scope
SKILL.md and trader.py instruct scanning markets, parsing intervals, detecting patterns, and placing trades. All referenced data sources and actions are within the stated trading purpose. The skill defaults to paper trading and explicitly requires a --live flag for real trades.
Install Mechanism
No install spec in the skill bundle; clawhub.json lists a pip dependency (simmer-sdk). Requiring a pip package is expected but carries normal supply-chain considerations—verify simmer-sdk is the official package and review its source or provenance before installation.
Credentials
Only SIMMER_API_KEY is declared as required. The code reads several SIMMER_* tunables but these are configuration parameters, not additional secrets. Requiring a single trading API key is proportional to the skill's purpose.
Persistence & Privilege
autostart is false and always is not set. The skill can be invoked autonomously (platform default), but it does not request elevated persistent privileges or modify other skills' config. Real trades require the explicit --live flag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-candle-three-soldiers-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-candle-three-soldiers-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.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
Initial release: Detects and trades classic "Three White Soldiers" and "Three Black Crows" candlestick patterns on Polymarket crypto 5-minute interval markets.
- Scans Bitcoin, Ethereum, and Solana "Up or Down" 5-minute interval markets for consecutive strong directional patterns.
- Buys the continuation direction when the next interval market lags behind the established trend; conviction scales with lag distance.
- Includes comprehensive signal logic, risk management tunables, and paper trading by default.
- Extensible with ideas like volume confirmation, real-time price feeds, and volatility filters.
- No automated runs; requires manual start and API key setup.
元数据
常见问题
Polymarket Candle Three Soldiers Trader 是什么?
Trades crypto "Up or Down" 5-minute interval markets on Polymarket by detecting Three White Soldiers (3+ consecutive strong UP intervals all p>0.57) and Thre... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。
如何安装 Polymarket Candle Three Soldiers Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-candle-three-soldiers-trader」即可一键安装,无需额外配置。
Polymarket Candle Three Soldiers Trader 是免费的吗?
是的,Polymarket Candle Three Soldiers Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Candle Three Soldiers Trader 支持哪些平台?
Polymarket Candle Three Soldiers Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Candle Three Soldiers Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills