← 返回 Skills 市场
Polymarket Candle Cross Asset Divergence Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
198
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-candle-cross-asset-divergence-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-candle-cross-asset-divergence-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 198 次。
如何安装 Polymarket Candle Cross Asset Divergence Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-candle-cross-asset-divergence-trader」即可一键安装,无需额外配置。
Polymarket Candle Cross Asset Divergence Trader 是免费的吗?
是的,Polymarket Candle Cross Asset Divergence Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Candle Cross Asset Divergence Trader 支持哪些平台?
Polymarket Candle Cross Asset Divergence Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Candle Cross Asset Divergence Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills