← 返回 Skills 市场
Polymarket Candle Doji Breakout Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
140
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install polymarket-candle-doji-breakout-trader
功能描述
Detects doji patterns (48-52% probability) in crypto 5-minute interval markets on Polymarket and trades the post-doji breakout in the direction of the pre-do...
安全使用建议
This skill appears internally consistent with its stated purpose. Before installing: (1) confirm the intended scope of your SIMMER_API_KEY (limit permissions and use a key restricted to trading on Simmer if possible), (2) test extensively in paper mode (default) and review behavior under edge cases, (3) audit the simmer-sdk package/version you will install (ensure it's the official package and up-to-date), and (4) be aware that enabling --live will execute real USDC trades. If you want extra assurance, request the full trader.py (complete, not truncated) and the exact simmer-sdk version to inspect any network calls or unexpected behavior inside that SDK.
功能分析
Type: OpenClaw Skill
Name: polymarket-candle-doji-breakout-trader
Version: 0.0.3
The skill implements a technical analysis trading strategy for Polymarket crypto interval markets, specifically targeting 'doji' breakout patterns. The code in trader.py uses the simmer-sdk for market discovery and trade execution, following a clear logic for trend analysis and conviction-based sizing. It includes safety mechanisms such as a paper-trading default (sim mode) and configurable risk parameters in clawhub.json, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力标签
能力评估
Purpose & Capability
The name/description (doji breakout trader on Polymarket) match the implementation: trader.py uses a SimmerClient, finds 5-minute 'Up or Down' markets, detects doji patterns, and sizes/executess trades. The single required credential (SIMMER_API_KEY) and the declared pip dependency (simmer-sdk) are appropriate for a trading skill.
Instruction Scope
SKILL.md and the code keep scope to market discovery, pattern detection, sizing, and execution. The skill defaults to paper trading and requires an explicit --live flag for real trades. Instructions and runtime code do not attempt to read unrelated files or additional environment variables beyond the declared tunables and SIMMER_API_KEY.
Install Mechanism
No arbitrary downloads or extract steps. The manifest simply declares a pip dependency on 'simmer-sdk', which is a normal registry install for a client SDK. This is a standard, expected install mechanism for a trading skill.
Credentials
Only SIMMER_API_KEY is required as a secret (declared in clawhub.json). Other parameters are tunables (numeric env vars) used to control risk and are reasonable. The code only reads those declared tunables and the API key; no unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and autostart is false; the automaton entrypoint exists but will not run automatically unless configured. The skill does not modify other skills' configs. Model invocation remains allowed (platform default) but this is not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-candle-doji-breakout-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-candle-doji-breakout-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.0
Initial release
元数据
常见问题
Polymarket Candle Doji Breakout Trader 是什么?
Detects doji patterns (48-52% probability) in crypto 5-minute interval markets on Polymarket and trades the post-doji breakout in the direction of the pre-do... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 Polymarket Candle Doji Breakout Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-candle-doji-breakout-trader」即可一键安装,无需额外配置。
Polymarket Candle Doji Breakout Trader 是免费的吗?
是的,Polymarket Candle Doji Breakout Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Candle Doji Breakout Trader 支持哪些平台?
Polymarket Candle Doji Breakout Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Candle Doji Breakout Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills