← Back to Skills Marketplace
Polymarket Candle Morning Star Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
189
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-candle-morning-star-trader
Description
Trades crypto "Up or Down" 5-minute interval markets on Polymarket by detecting Morning Star (DOWN-doji-UP bottom reversal) and Evening Star (UP-doji-DOWN to...
Usage Guidance
This skill appears to do what it says: it scans Polymarket interval markets and uses the Simmer SDK to place trades, defaulting to paper mode. Before installing, (1) review trader.py yourself (or have a developer review) to confirm there are no unexpected network calls beyond the Simmer client, (2) supply an API key with the minimum necessary permissions (prefer a paper/sandbox key if available), and (3) keep live trading disabled until you have tested behaviour and tunables in paper mode. If you plan to run live, limit max position and enable monitoring/alerts so mistakes can't execute large real trades.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-candle-morning-star-trader
Version: 0.0.3
The skill bundle implements a legitimate trading strategy for Polymarket crypto interval markets using the 'simmer-sdk'. The code in 'trader.py' follows a clear logic for detecting candlestick patterns (Morning/Evening Star) and executing trades based on configurable risk parameters. It includes a safety-first approach by defaulting to a simulation environment ('venue=sim') unless explicitly run with a '--live' flag. No evidence of data exfiltration, malicious execution, or prompt injection was found in 'trader.py' or 'SKILL.md'.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (Polymarket Morning/Evening Star trader) align with the code and SKILL.md: pattern detection, market discovery, and trade execution via the Simmer SDK. Required items (SIMMER_API_KEY, simmer-sdk pip dependency, tunables) are appropriate for a trading skill and nothing unrelated (e.g., AWS credentials or system-level access) is requested.
Instruction Scope
SKILL.md outlines market discovery, pattern logic, and a safe default (paper trading). The runtime instructions and the included trader.py focus on parsing market questions, detecting patterns, sizing trades, and calling the Simmer client. There are no instructions to read arbitrary local files, harvest unrelated environment variables, or post data to unexpected endpoints.
Install Mechanism
This is instruction + code (no install spec), and clawhub.json declares a pip dependency on simmer-sdk. No downloads from arbitrary URLs or archive extraction are present. Requiring a library from PyPI is proportionate for a Python trading client.
Credentials
Only SIMMER_API_KEY is declared as required in both SKILL.md and clawhub.json; tunables are environment variables for risk parameters and are reasonable. No unrelated secret variables or config paths are requested.
Persistence & Privilege
autostart is false and always is not set; automaton entrypoint exists but defaults to paper mode and does not run automatically. The skill does not request permanent elevated privileges or modify other skills' configs. Note: the agent/platform can still invoke the skill autonomously (normal default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-candle-morning-star-trader - After installation, invoke the skill by name or use
/polymarket-candle-morning-star-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
Version 1.0.0
- Initial release of Candle Morning Star Trader.
- Detects Morning Star and Evening Star candlestick reversals in Polymarket crypto 5-minute interval markets.
- Trades in the new trend direction when the next interval hasn’t fully priced in the reversal, scaling conviction with lag distance.
- Supports paper trading by default, with live trading enabled via command flag.
- Advanced signal logic with tunable risk and pattern detection parameters.
- Designed for extensibility with options for signal remixes (e.g., volume, RSI).
Metadata
Frequently Asked Questions
What is Polymarket Candle Morning Star Trader?
Trades crypto "Up or Down" 5-minute interval markets on Polymarket by detecting Morning Star (DOWN-doji-UP bottom reversal) and Evening Star (UP-doji-DOWN to... It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.
How do I install Polymarket Candle Morning Star Trader?
Run "/install polymarket-candle-morning-star-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Candle Morning Star Trader free?
Yes, Polymarket Candle Morning Star Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Candle Morning Star Trader support?
Polymarket Candle Morning Star Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Candle Morning Star Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills