← Back to Skills Marketplace
Polymarket Bundle Crypto Fade Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
192
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-bundle-crypto-fade-trader
Description
Fades strong directional crypto moves on Polymarket 5-minute interval markets. After 3+ consecutive high-conviction same-direction intervals (>58% probabilit...
Usage Guidance
This skill appears internally consistent for automated Polymarket trading. Before installing, confirm: (1) SIMMER_API_KEY you provide is scoped to the intended Simmer account and has only the permissions you expect; (2) test thoroughly in paper mode (default) and only use --live when you accept financial risk; (3) verify the simmer-sdk package source/version (pip) to ensure it's the official SDK; (4) review the full trader.py (the provided file is truncated in the manifest) if you want to confirm there are no hidden network calls or logging of sensitive data. If you need extra caution, run the skill in an isolated environment with a low-privilege Simmer API key and minimal test funds first.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-bundle-crypto-fade-trader
Version: 0.0.3
The bundle implements a crypto momentum fade trading strategy for Polymarket 5-minute interval markets using the `simmer-sdk`. The logic in `trader.py` correctly identifies price streaks and executes trades based on mean-reversion principles, with safety features such as a default paper-trading mode (venue='sim') and configurable risk parameters (tunables) defined in `clawhub.json`. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Tags
Capability Assessment
Purpose & Capability
Name and description (Polymarket fade trader) align with the implementation: trader.py implements market discovery, streak detection, conviction sizing, and trade execution via SimmerClient. The declared pip dependency (simmer-sdk) and required env var (SIMMER_API_KEY) are proportional to a trading integration.
Instruction Scope
SKILL.md and trader.py limit actions to market parsing, detection logic, and calls through the Simmer SDK. The skill defaults to venue="sim" (paper trading) and requires an explicit --live flag for real trades. There are no instructions to read unrelated local files, other credentials, or to send data to external endpoints beyond the Simmer client.
Install Mechanism
No arbitrary download/install spec is present. The manifest lists a pip dependency (simmer-sdk) which is expected for a Simmer integration; pip is a standard packaging mechanism (moderate risk by nature, but reasonable here). No archives, shorteners, or unexpected installers are used.
Credentials
Only SIMMER_API_KEY is required (declared in clawhub.json) and is actually used by trader.py. The script also reads tunable env vars prefixed SIMMER_*, all declared in clawhub.json. No unrelated secrets or extra credentials are requested.
Persistence & Privilege
autostart is false and always:true is not set. The skill does not request permanent/forced inclusion. It calls apply_skill_config when available (to load tunables), which is reasonable for a managed Simmer skill and limited to its own config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-bundle-crypto-fade-trader - After installation, invoke the skill by name or use
/polymarket-bundle-crypto-fade-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 Polymarket Crypto Momentum Fade Trader.
- Detects and fades strong directional streaks in BTC, ETH, and SOL 5-minute interval markets on Polymarket.
- Implements conviction-based position sizing, scaling by streak strength and market probability distance.
- Includes robust streak detection with adjustable thresholds and streak length parameters.
- Provides safety defaults: paper trading mode, strict credential and risk controls, and manual/autostart options.
- Fully documented template for advanced users to customize signal enhancements and execution logic.
Metadata
Frequently Asked Questions
What is Polymarket Bundle Crypto Fade Trader?
Fades strong directional crypto moves on Polymarket 5-minute interval markets. After 3+ consecutive high-conviction same-direction intervals (>58% probabilit... It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.
How do I install Polymarket Bundle Crypto Fade Trader?
Run "/install polymarket-bundle-crypto-fade-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Bundle Crypto Fade Trader free?
Yes, Polymarket Bundle Crypto Fade Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Bundle Crypto Fade Trader support?
Polymarket Bundle Crypto Fade Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Bundle Crypto Fade Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills