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