← Back to Skills Marketplace
Polymarket Candle Doji Breakout Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
140
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install polymarket-candle-doji-breakout-trader
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-candle-doji-breakout-trader - After installation, invoke the skill by name or use
/polymarket-candle-doji-breakout-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Polymarket Candle Doji Breakout Trader?
Run "/install polymarket-candle-doji-breakout-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Candle Doji Breakout Trader free?
Yes, Polymarket Candle Doji Breakout Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Candle Doji Breakout Trader support?
Polymarket Candle Doji Breakout Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Candle Doji Breakout Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills