← Back to Skills Marketplace
Polymarket Bundle Btc 5min Streak Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
190
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-bundle-btc-5min-streak-trader
Description
Trades BTC "Up or Down" 5-minute interval markets on Polymarket by detecting streaks of 3+ consecutive same-direction intervals and trading mean-reversion on...
Usage Guidance
This skill appears to do what it says: it finds Polymarket BTC 5-minute markets and places contrarian trades, using only the SIMMER_API_KEY and simmer-sdk. Before installing: 1) Only provide SIMMER_API_KEY if you trust the skill/source — it's a high-value credential that can place live trades. 2) Keep the default paper mode and test extensively (paper trading) before enabling --live. 3) Review the simmer-sdk package and the SimmerClient network behavior if you want to verify exactly where credentials and orders are sent. 4) Note the author/source is unknown (no homepage) — that reduces provenance; consider reviewing the full trader.py (including the truncated portion) and running it in an isolated environment first. If you need higher assurance, ask the author for a verified package source or run the code through your own code review and sandboxed tests.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-bundle-btc-5min-streak-trader
Version: 0.0.3
The bundle implements a BTC 5-minute interval mean-reversion trading strategy for Polymarket using the 'simmer-sdk'. The code in trader.py performs market discovery, parses interval timing using regular expressions, and executes trades based on detected price streaks. It includes a 'safe by default' mechanism that requires an explicit --live flag to move from paper trading to real execution. No evidence of data exfiltration, credential theft, or malicious prompt injection was found in SKILL.md or the source code.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, clawhub.json and trader.py consistently describe a Polymarket BTC 5-min streak contrarian trader. Declared dependency (simmer-sdk) and required environment variable (SIMMER_API_KEY) are directly relevant to performing trades via the Simmer platform. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to discover markets, parse intervals, detect streaks, and place trades; it explicitly defaults to paper trading and requires an explicit --live flag for real trades. The instructions do not ask the agent to read arbitrary local files, other environment variables, or exfiltrate data outside the trading flow. The optional 'remix' suggestions (e.g., wire Binance feed) are advisory and not required.
Install Mechanism
There is no arbitrary download install; clawhub.json lists a pip dependency (simmer-sdk), which is an expected package for interacting with the Simmer API. No URL downloads, extract steps, or personal servers are used.
Credentials
Only one required env var (SIMMER_API_KEY) is declared, which is proportionate to a trading skill. This is a high-value credential (trading authority) — its request is expected but sensitive. Other tunables are optional environment configs and are reasonable for the strategy.
Persistence & Privilege
always is false and autostart/cron are false/null so the skill is not forced into every agent run and will not run automatically by default. clawhub.json marks the skill as automaton-managed with an entrypoint (trader.py), which is consistent with providing an executable trading agent, but autostart=false means it won't execute unless explicitly started. Model invocation is allowed (default), which is normal; be aware an autonomous agent could invoke the skill and, if configured to run live, place real trades.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-bundle-btc-5min-streak-trader - After installation, invoke the skill by name or use
/polymarket-bundle-btc-5min-streak-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
Bundle BTC 5-Min Streak Trader – initial release
- Detects 3+ consecutive same-direction BTC 5-min interval streaks on Polymarket and trades mean-reversion on the next interval.
- Implements conviction scaling with streak length and configurable trade sizing.
- Fully automates signal generation, market selection, trade execution, and safety checks; defaults to paper trading.
- Highly customizable: supports remixing with external data, tuning thresholds, and switching between mean-reversion and momentum modes.
- All key parameters are user-adjustable in Simmer UI.
Metadata
Frequently Asked Questions
What is Polymarket Bundle Btc 5min Streak Trader?
Trades BTC "Up or Down" 5-minute interval markets on Polymarket by detecting streaks of 3+ consecutive same-direction intervals and trading mean-reversion on... It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.
How do I install Polymarket Bundle Btc 5min Streak Trader?
Run "/install polymarket-bundle-btc-5min-streak-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Bundle Btc 5min Streak Trader free?
Yes, Polymarket Bundle Btc 5min Streak Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Bundle Btc 5min Streak Trader support?
Polymarket Bundle Btc 5min Streak Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Bundle Btc 5min Streak Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills