← Back to Skills Marketplace
Candle Doji Breakout Trader
by
diagnostikon
· GitHub ↗
· v1.0.0
· MIT-0
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vpolymarket-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 to do what it says: a Polymarket doji-breakout trader that defaults to paper trading. However: (1) the publisher/registry metadata incorrectly omits the required SIMMER_API_KEY — assume the skill needs that API key and treat it as high-value (do not share broadly). (2) Review the simmer-sdk package source or vendor before installing to ensure it does only expected API calls. (3) Keep autostart disabled and run initially in paper mode (python trader.py) to observe behavior. (4) If you plan to run live, create the minimal-scoped API key possible and confirm the account has only the funds you intend to risk. (5) Ask the publisher to correct the registry metadata so required credentials are clearly declared; that inconsistency is the main reason this evaluation is marked 'suspicious'.
Capability Analysis
Type: OpenClaw Skill
Name: vpolymarket-candle-doji-breakout-trader
Version: 1.0.0
The skill is a legitimate trading bot designed to execute a 'Doji breakout' strategy on Polymarket crypto interval markets using the simmer-sdk. It features a safety-first design that defaults to paper trading (simulation mode) unless explicitly run with a --live flag, and it includes robust risk management tunables (e.g., MAX_POSITION, MAX_SPREAD) defined in trader.py and clawhub.json. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, clawhub.json, and trader.py all describe a Polymarket doji-breakout trader. The pip dependency (simmer-sdk) and use of a SIMMER_API_KEY are consistent with a trading client that can run in paper or live mode.
Instruction Scope
SKILL.md and trader.py limit behavior to discovering interval markets, detecting dojis, sizing, and executing trades via the Simmer SDK. The instructions explicitly default to paper trading and require an explicit --live flag for real trades. The skill does not instruct reading unrelated system files or contacting unknown endpoints in the provided sources.
Install Mechanism
Installation is instruction-only with a pip dependency (simmer-sdk) declared in clawhub.json. Using pip is an expected moderate-risk install method for a trading SDK; no arbitrary downloads or unknown URLs are present. Users should review the simmer-sdk package source before installing.
Credentials
The skill and clawhub.json require SIMMER_API_KEY (a high-value credential) which is appropriate for trading, but the registry metadata at the top of the report incorrectly listed 'Required env vars: none' and 'Primary credential: none'. This mismatch is an incoherence the publisher should fix. Apart from SIMMER_API_KEY, the skill only reads tunable env vars for sizing/filters (proportionate).
Persistence & Privilege
autostart is false and always is false; the automaton entrypoint is declared but autostart is disabled, so the skill will not run autonomously unless the user configures it. The skill calls apply_skill_config to load tunables (normal behavior) and does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vpolymarket-candle-doji-breakout-trader - After installation, invoke the skill by name or use
/vpolymarket-candle-doji-breakout-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Candle Doji Breakout Trader for Polymarket crypto interval markets.
- Detects doji patterns (48–52% probability) after clear trends and trades the post-doji breakout, targeting BTC, ETH, SOL, and XRP Up/Down bundles.
- Includes conviction-based position sizing and multiple tunable risk parameters.
- Fully automates parsing, pattern scanning, trade logic, and execution (paper trading by default).
- Safety features prevent live trading unless explicitly enabled.
Metadata
Frequently Asked Questions
What is 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 89 downloads so far.
How do I install Candle Doji Breakout Trader?
Run "/install vpolymarket-candle-doji-breakout-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Candle Doji Breakout Trader free?
Yes, Candle Doji Breakout Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Candle Doji Breakout Trader support?
Candle Doji Breakout Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Candle Doji Breakout Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v1.0.0.
More Skills