← Back to Skills Marketplace
Polymarket Candle Engulfing Reversal Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
203
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-candle-engulfing-reversal-trader
Description
Detects engulfing reversal patterns in crypto 5-minute interval markets on Polymarket. A bullish engulfing occurs when an interval completely reverses the pr...
Usage Guidance
This skill appears coherent with its stated purpose. Before installing: (1) run it in paper mode (default) to validate behavior; (2) only provide a SIMMER_API_KEY with the minimal permissions you trust for testing, and rotate/remove the key when finished; (3) confirm the simmer-sdk package source (PyPI) and review the full trader.py (live-trade logic) yourself; (4) be aware that enabling --live lets it place real USDC trades, so keep autostart/cron disabled until you’re confident in performance and safety.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-candle-engulfing-reversal-trader
Version: 0.0.3
The skill implements a legitimate technical analysis trading strategy for Polymarket crypto interval markets using the simmer-sdk. It includes appropriate safety mechanisms, such as defaulting to paper trading (sim mode) unless an explicit --live flag is provided, and uses environment variables for API key management. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across trader.py, SKILL.md, or clawhub.json.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required env var (SIMMER_API_KEY), and pip dependency (simmer-sdk) match a trading integration that uses the Simmer SDK to discover markets and place trades.
Instruction Scope
SKILL.md and trader.py focus on discovering Polymarket 5-minute interval markets, detecting engulfing patterns, and placing paper or live trades; they do not instruct reading arbitrary filesystem data, unrelated credentials, or exfiltrating data to external endpoints.
Install Mechanism
No download/install URL; dependency is declared as a pip package (simmer-sdk) in clawhub.json which is proportionate for a Simmer-based trading skill. This is a normal risk level for such a skill.
Credentials
Only SIMMER_API_KEY (the trading API key) is required and is documented as high-value; other runtime tunables are exposed via environment/config and are reasonable for trading configuration. The code only reads those declared variables.
Persistence & Privilege
always is false, autostart/cron are disabled by default, and model invocation is not disabled — standard for a user-invocable trading skill. No modifications to other skills or system-wide settings are present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-candle-engulfing-reversal-trader - After installation, invoke the skill by name or use
/polymarket-candle-engulfing-reversal-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 of Candle Engulfing Reversal Trader for Polymarket interval markets:
- Detects bullish and bearish engulfing patterns on 5-minute interval Up/Down markets for BTC, ETH, SOL, and XRP.
- Trades the interval after an engulfing pattern, sizing by conviction (pattern strength).
- Includes logic for market discovery, interval parsing, pattern classification, and trade execution.
- Robust risk controls and tunable parameters for capital, volume, spread, and pattern strength.
- Defaults to safe paper trading mode; live trading enabled via command-line flag.
- Well-documented template for further strategy remix and extension.
Metadata
Frequently Asked Questions
What is Polymarket Candle Engulfing Reversal Trader?
Detects engulfing reversal patterns in crypto 5-minute interval markets on Polymarket. A bullish engulfing occurs when an interval completely reverses the pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.
How do I install Polymarket Candle Engulfing Reversal Trader?
Run "/install polymarket-candle-engulfing-reversal-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Candle Engulfing Reversal Trader free?
Yes, Polymarket Candle Engulfing Reversal Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Candle Engulfing Reversal Trader support?
Polymarket Candle Engulfing Reversal Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Candle Engulfing Reversal Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills