← Back to Skills Marketplace
diagnostikon

Polymarket Candle Cross Asset Divergence Trader

by diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ Security Clean
198
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-candle-cross-asset-divergence-trader
Description
Detects cross-asset divergence in Polymarket crypto 5-minute interval markets. When normally correlated assets like BTC and ETH show contradictory candle dir...
Usage Guidance
This package appears internally consistent for running a Polymarket divergence strategy. Before installing or running live: 1) Keep the SIMMER_API_KEY secret and provision it with minimal funds/permissions for initial testing. 2) Run locally in paper mode (default) and validate behavior against known market snapshots. 3) Verify the simmer-sdk package provenance (PyPI project page, author, and release history) before installing to reduce supply-chain risk. 4) Confirm you will only run live trades with an explicit --live invocation and audit logs/positions after any live run. If you want higher assurance, request the full trader.py file (untruncated) and the simmer-sdk source/version to review any networking or unexpected behavior.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-candle-cross-asset-divergence-trader Version: 0.0.3 The skill implements a cross-asset divergence trading strategy for Polymarket crypto interval markets using the legitimate simmer-sdk. The logic in trader.py focuses on parsing market data, detecting price discrepancies between BTC and other assets, and executing trades with built-in safety defaults (paper trading by default). No indicators of data exfiltration, unauthorized remote execution, or malicious prompt injection were found in the code or documentation.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py all describe the same cross-asset divergence trading strategy for Polymarket 5-minute interval markets. The single required credential (SIMMER_API_KEY) and the use of a simmer-sdk dependency are consistent with executing trades against Simmer/Polymarket.
Instruction Scope
Instructions and code focus on discovering interval markets, parsing intervals, detecting divergences, and sizing/executing trades. The SKILL.md and trader.py default to paper mode and only enable live trading with an explicit --live flag. There are no instructions to read unrelated files, harvest other environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install script is embedded, but clawhub.json declares a pip dependency on 'simmer-sdk'. Requiring a third-party Python package is reasonable for a trading SDK, but pip installs carry moderate supply-chain risk — users should verify the package name/version and source (PyPI author, project page) before installing.
Credentials
Only SIMMER_API_KEY is required and documented; the code reads expected tunable environment variables (SIMMER_*), all of which are declared in clawhub.json. There are no unrelated credential or config path requirements.
Persistence & Privilege
The skill is not always-enabled (always: false) and autostart is false; it will not run automatically unless the user configures it. It does call apply_skill_config when available to load tunables, which is normal for a managed skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-candle-cross-asset-divergence-trader
  3. After installation, invoke the skill by name or use /polymarket-candle-cross-asset-divergence-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
Initial release of Candle Cross-Asset Divergence Trader for Polymarket interval markets. - Detects cross-asset candle divergence between BTC and follower coins (ETH, SOL, XRP) using 5-minute interval markets. - Trades the convergence: when BTC and a follower coin signal opposite directions, enters a position expecting the follower to align with BTC. - Implements conviction-based position sizing; sizes increase with the strength of the divergence. - Features configurable risk parameters (max position, trade floor, volume/spread filters, min days, max open positions). - Runs in paper trading mode by default; requires explicit flag for live trading. - All plumbing for interval parsing, divergence detection, trade execution, and safety are handled out-of-the-box.
Metadata
Slug polymarket-candle-cross-asset-divergence-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 Cross Asset Divergence Trader?

Detects cross-asset divergence in Polymarket crypto 5-minute interval markets. When normally correlated assets like BTC and ETH show contradictory candle dir... It is an AI Agent Skill for Claude Code / OpenClaw, with 198 downloads so far.

How do I install Polymarket Candle Cross Asset Divergence Trader?

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

Is Polymarket Candle Cross Asset Divergence Trader free?

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

Which platforms does Polymarket Candle Cross Asset Divergence Trader support?

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

Who created Polymarket Candle Cross Asset Divergence Trader?

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

💬 Comments