← 返回 Skills 市场
Polymarket Candle Timeframe Mismatch Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
193
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-candle-timeframe-mismatch-trader
功能描述
Multi-timeframe analysis for crypto Up or Down markets on Polymarket. Detects when 5-minute candle consensus diverges from the hourly market and trades conve...
安全使用建议
This skill appears internally consistent for automated Polymarket trading. Before installing: 1) Treat SIMMER_API_KEY as a high-value credential — verify what permissions that API key grants in Simmer/Polymarket and use a minimally privileged key. 2) Start in paper mode (no --live) to validate behavior and parsing against live market names; the skill will perform real trades if you run with --live. 3) Inspect or lock down the 'simmer-sdk' dependency and ensure it is from a trusted source. 4) If you enable any optional remixes (Binance overlay, external price feeds), review those additions for network endpoints and credential use. 5) Reduce MAX_POSITION / other tunables when first running live to limit financial exposure.
功能分析
Type: OpenClaw Skill
Name: polymarket-candle-timeframe-mismatch-trader
Version: 0.0.3
The skill implements a legitimate multi-timeframe trading strategy for Polymarket crypto markets. Analysis of 'trader.py' and 'SKILL.md' shows the code functions as described, using the 'simmer-sdk' to compare 5-minute and hourly market data. It includes safety features such as a default paper-trading mode (venue='sim') and lacks any indicators of data exfiltration, credential theft, or malicious command execution.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py all describe a Polymarket Up/Down trading strategy. The skill requires SIMMER_API_KEY (trading authority) and lists 'simmer-sdk' as a pip dependency; both are appropriate and expected for a Simmer/Polymarket trading skill.
Instruction Scope
The runtime instructions and trader.py focus on market discovery, interval parsing, consensus detection, and order placement; default behavior is paper trading. SKILL.md suggests optional remixes (e.g., overlaying Binance price feeds, volume weighting), which would expand external network usage if implemented, but these are optional enhancements and are not required for the core skill to run.
Install Mechanism
No arbitrary download/install URLs are present. The manifest declares a pip dependency on 'simmer-sdk' (standard package registry usage). There is no install script that pulls code from untrusted URLs or writes unexpected binaries.
Credentials
The only required secret-level environment variable is SIMMER_API_KEY (declared in SKILL.md and clawhub.json) which is appropriate for a trading client. Other environment variables are tunables (position sizes, thresholds) and not sensitive. The code reads only these declared variables.
Persistence & Privilege
autostart/cron are false and 'always' is not set; the skill does not request forced persistent inclusion. Model invocation is allowed (the platform default) but there are no extra privileges requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-candle-timeframe-mismatch-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-candle-timeframe-mismatch-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
Candle Timeframe Mismatch Trader v1.0.0
- Initial release: multi-timeframe trading strategy for Polymarket crypto "Up or Down" markets.
- Detects and trades when 5-minute candle consensus diverges from the slower-moving hourly market.
- Executes trades on the hourly market based on a directional majority (4 out of 6) in the 5-minute sub-intervals.
- Safety-first: defaults to paper trading mode, with live trading only via explicit --live flag.
- Fully parameterized for risk, volume, spread, and consensus thresholds; adjustable via the Simmer UI.
- Designed as a template for further signal enhancement with real-time feeds or multi-asset confirmation.
元数据
常见问题
Polymarket Candle Timeframe Mismatch Trader 是什么?
Multi-timeframe analysis for crypto Up or Down markets on Polymarket. Detects when 5-minute candle consensus diverges from the hourly market and trades conve... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 193 次。
如何安装 Polymarket Candle Timeframe Mismatch Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-candle-timeframe-mismatch-trader」即可一键安装,无需额外配置。
Polymarket Candle Timeframe Mismatch Trader 是免费的吗?
是的,Polymarket Candle Timeframe Mismatch Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Candle Timeframe Mismatch Trader 支持哪些平台?
Polymarket Candle Timeframe Mismatch Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Candle Timeframe Mismatch Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills