← Back to Skills Marketplace
diagnostikon

Polymarket Bundle Cross Coin 5min Trader

by diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ Security Clean
187
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-bundle-cross-coin-5min-trader
Description
Trades cross-coin divergence in 5-minute crypto Up/Down bundles on Polymarket. BTC, ETH, SOL, and XRP move together in practice -- when one coin diverges fro...
Usage Guidance
This skill appears internally consistent and implements the described Polymarket divergence strategy. Before installing: 1) Review the simmer-sdk PyPI/GitHub package and its maintainers (supply-chain risk). 2) Keep autostart/cron disabled and test extensively in paper mode (default) until you are confident. 3) Only supply a SIMMER_API_KEY that has the minimum permissions you are willing to grant; consider using a limited/test account for live trades and rotate keys after testing. 4) Inspect the full trader.py (and any updates) for changes before switching to --live, and monitor trading activity if you enable live mode.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-bundle-cross-coin-5min-trader Version: 0.0.3 The bundle implements a legitimate mean-reversion trading strategy for Polymarket crypto bundles using the `simmer-sdk`. The `trader.py` script identifies price outliers among correlated assets (BTC, ETH, SOL, XRP) within 5-minute windows and executes trades to exploit the divergence. It includes robust safety features, such as defaulting to a simulation mode (`venue='sim'`) and providing multiple configurable risk parameters in `clawhub.json` (e.g., `SIMMER_MAX_POSITION`, `SIMMER_MAX_SPREAD`). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description claim Polymarket trading. The package depends on simmer-sdk and the only required secret is SIMMER_API_KEY, which is the trading authority the skill needs. The code parses Polymarket questions, groups 5‑min windows, computes deviations, and sizes trades — all consistent with the stated strategy.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, signal computation, safeguards, and trade execution. The skill reads only the declared environment tunables and the SIMMER_API_KEY. There are no instructions to read arbitrary local files or send data to unrelated external endpoints.
Install Mechanism
No install script included in the bundle, but clawhub.json lists a pip dependency on simmer-sdk (PyPI/GitHub links provided). Requiring a PyPI package is expected for this functionality but carries the usual moderate risk of third‑party package code — verify the simmer-sdk package and its versions before installation.
Credentials
Only SIMMER_API_KEY is required (declared). The script also reads multiple tuning env vars, all declared in clawhub.json. No unrelated credentials or system secrets are requested.
Persistence & Privilege
autostart is false and always is not set, so the skill is not forced into every agent run. The automaton entrypoint is declared (managed:true, entrypoint: trader.py) which lets the platform run it as an automaton if enabled — this is expected for a trading skill but you should keep autostart/cron disabled until you review behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-bundle-cross-coin-5min-trader
  3. After installation, invoke the skill by name or use /polymarket-bundle-cross-coin-5min-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
Bundle Cross-Coin 5min Divergence Trader skill released. - Detects and trades cross-coin divergences in 5-minute BTC, ETH, SOL, and XRP Up/Down bundles on Polymarket. - Executes mean-reversion trades when a coin's market deviates >10% from group consensus in a time window. - Sizes positions dynamically based on conviction (deviation magnitude). - Default mode is paper trading; live trading available with the --live flag. - Configurable risk/tuning parameters exposed via the Simmer UI. - Template includes advanced remix ideas such as on-chain correlation and momentum filters.
Metadata
Slug polymarket-bundle-cross-coin-5min-trader
Version 0.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Polymarket Bundle Cross Coin 5min Trader?

Trades cross-coin divergence in 5-minute crypto Up/Down bundles on Polymarket. BTC, ETH, SOL, and XRP move together in practice -- when one coin diverges fro... It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.

How do I install Polymarket Bundle Cross Coin 5min Trader?

Run "/install polymarket-bundle-cross-coin-5min-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Bundle Cross Coin 5min Trader free?

Yes, Polymarket Bundle Cross Coin 5min Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Bundle Cross Coin 5min Trader support?

Polymarket Bundle Cross Coin 5min Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Bundle Cross Coin 5min Trader?

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

💬 Comments