← Back to Skills Marketplace
Polymarket Micro Cluster Momentum Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
176
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install polymarket-micro-cluster-momentum-trader
Description
Trades cluster momentum continuation in 5-minute crypto Up/Down bundles on Polymarket. When 2+ coins (BTC, ETH, SOL, XRP) all show the same directional bias...
Usage Guidance
This skill appears to do what it says: it uses simmer-sdk with your SIMMER_API_KEY to discover Polymarket markets and place trades. Before enabling live trading: 1) verify the simmer-sdk PyPI package and its GitHub repo (review code and recent releases) to reduce supply-chain risk; 2) keep the skill in paper mode until you validate behavior and tunables; 3) treat SIMMER_API_KEY as a high-value secret (rotate/revoke if compromised); 4) confirm you trust the unknown publisher (no homepage provided); and 5) run the skill in a sandboxed environment and review network activity if you need higher assurance.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-micro-cluster-momentum-trader
Version: 0.0.3
The skill bundle implements a legitimate momentum trading strategy for Polymarket crypto bundles using the simmer-sdk. The code in trader.py correctly handles market discovery, signal detection, and risk management with a clear distinction between paper trading and live execution. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py all align: the skill discovers Polymarket 5-minute Up/Down markets, detects cross-coin clusters, and places micro trades through the Simmer SDK. The single required credential (SIMMER_API_KEY) maps to the declared trading authority.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, parsing, cluster detection, and trade execution via the Simmer client. There are no instructions to read unrelated files, exfiltrate env vars, or call unexpected endpoints in the provided code/instructions.
Install Mechanism
This is an instruction-only skill with a pip dependency (simmer-sdk) declared in clawhub.json. Installing a third-party PyPI package is a normal moderate-risk step; verify the simmer-sdk package and its GitHub repository before installing, since supply-chain risks exist for unverified packages.
Credentials
The only required credential is SIMMER_API_KEY (trading authority), which is proportional to the skill's function. Other environment variables referenced are tunables with defaults and are declared in clawhub.json; the code reads them for risk controls.
Persistence & Privilege
autostart/cron are false and always is not set; the skill does not request permanent forced inclusion. The automaton entrypoint is provided but autostart=false means it won't run automatically until enabled — appropriate for a trading bot.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-micro-cluster-momentum-trader - After installation, invoke the skill by name or use
/polymarket-micro-cluster-momentum-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.3
Add signal_data for backtest support
v1.0.2
Add get_fast_markets() for better 5-min market discovery
v1.0.1
Fix metadata consistency between trader.py, clawhub.json and SKILL.md
v1.0.0
Initial release — micro-trading skill with conviction-based sizing
Metadata
Frequently Asked Questions
What is Polymarket Micro Cluster Momentum Trader?
Trades cluster momentum continuation in 5-minute crypto Up/Down bundles on Polymarket. When 2+ coins (BTC, ETH, SOL, XRP) all show the same directional bias... It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.
How do I install Polymarket Micro Cluster Momentum Trader?
Run "/install polymarket-micro-cluster-momentum-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Micro Cluster Momentum Trader free?
Yes, Polymarket Micro Cluster Momentum Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Micro Cluster Momentum Trader support?
Polymarket Micro Cluster Momentum Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Micro Cluster Momentum Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills