← Back to Skills Marketplace
diagnostikon

Polymarket Candle Marubozu Trader

by diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ Security Clean
195
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-candle-marubozu-trader
Description
Trades marubozu continuation signals on Polymarket 5-minute crypto interval markets. A marubozu is an interval with extreme conviction (>65% or <35%) indicat...
Usage Guidance
This skill appears coherent and implements what it promises. Before installing: 1) Understand SIMMER_API_KEY grants trading authority — keep it secret and prefer creating a scoped/test key if possible; 2) The skill defaults to paper trading but will place real USDC trades if run with --live or configured to run live — test extensively in sim mode first; 3) The package depends on simmer-sdk from PyPI — verify that package name and source (and review its code) if you don't already trust it; 4) Because the skill can be invoked autonomously (the platform default), avoid granting it live mode or scheduling it until you’ve validated behavior; 5) Monitor activity and logs when first running, and consider running in an isolated environment or with a least-privilege API key.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-candle-marubozu-trader Version: 0.0.3 The skill is a functional trading bot designed for Polymarket crypto interval markets using a marubozu continuation strategy. The code in trader.py implements clear logic for market discovery, signal detection, and trade execution with a 'safe by default' mechanism that requires an explicit --live flag to move from paper trading to real assets. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in the documentation or implementation.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description claim: trade marubozu continuation signals on Polymarket 5-minute crypto interval markets. Declared requirement: SIMMER_API_KEY and the simmer-sdk Python package. The included trader.py implements market discovery, marubozu detection, sizing, and trade submission via SimmerClient — these match the stated purpose and required credentials.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, signal computation, and trading via the Simmer SDK. The skill explicitly defaults to paper trading (venue="sim") and requires an explicit --live flag for real trades. The runtime reads only the declared SIMMER_* tunables (present in clawhub.json) and SIMMER_API_KEY; it does not reference unrelated filesystem paths or other credentials.
Install Mechanism
No arbitrary download/install URLs; clawhub.json lists a pip dependency (simmer-sdk). Installing a pip package is standard for this use case but means remote code will be executed at install time — verify the simmer-sdk package provenance if you are cautious.
Credentials
Only SIMMER_API_KEY is required as a credential (appropriate for a trading skill). Tunables are non-secret environment variables declared in clawhub.json. The code only reads these declared variables (and re-reads them after apply_skill_config), so requested environment access appears proportionate to the function.
Persistence & Privilege
always:false and autostart:false (nothing runs automatically). The automaton entrypoint exists but defaults to paper mode; disable-model-invocation is false (normal). The skill does not request system-wide config or other skills' credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-candle-marubozu-trader
  3. After installation, invoke the skill by name or use /polymarket-candle-marubozu-trader
  4. 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
polymarket-candle-marubozu-trader 1.0.0 – Initial Release - Launches advanced signal logic for trading marubozu (extreme conviction) continuation signals on Polymarket 5-minute crypto interval markets (BTC, ETH, SOL, XRP). - Detects strong momentum intervals (probability >65% or <35%) and executes continuation trades on the next interval using conviction-scaled position sizing. - Includes safeguards, credential handling, and full paper-trading by default. - Highly configurable with tunable risk parameters and several suggested signal enhancements for advanced users. - Requires only a SIMMER_API_KEY; no automated or live trading enabled by default.
Metadata
Slug polymarket-candle-marubozu-trader
Version 0.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Polymarket Candle Marubozu Trader?

Trades marubozu continuation signals on Polymarket 5-minute crypto interval markets. A marubozu is an interval with extreme conviction (>65% or <35%) indicat... It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.

How do I install Polymarket Candle Marubozu Trader?

Run "/install polymarket-candle-marubozu-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Candle Marubozu Trader free?

Yes, Polymarket Candle Marubozu Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Candle Marubozu Trader support?

Polymarket Candle Marubozu Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Candle Marubozu Trader?

It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.

💬 Comments