← 返回 Skills 市场
Polymarket Candle Marubozu Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
195
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-candle-marubozu-trader
功能描述
Trades marubozu continuation signals on Polymarket 5-minute crypto interval markets. A marubozu is an interval with extreme conviction (>65% or <35%) indicat...
安全使用建议
This skill appears coherent and implements what it promises. Before installing: 1) Understand SIMMER_API_KEY grants trading authority — keep it secret and prefer creating a scoped/test key if possible; 2) The skill defaults to paper trading but will place real USDC trades if run with --live or configured to run live — test extensively in sim mode first; 3) The package depends on simmer-sdk from PyPI — verify that package name and source (and review its code) if you don't already trust it; 4) Because the skill can be invoked autonomously (the platform default), avoid granting it live mode or scheduling it until you’ve validated behavior; 5) Monitor activity and logs when first running, and consider running in an isolated environment or with a least-privilege API key.
功能分析
Type: OpenClaw Skill
Name: polymarket-candle-marubozu-trader
Version: 0.0.3
The skill is a functional trading bot designed for Polymarket crypto interval markets using a marubozu continuation strategy. The code in trader.py implements clear logic for market discovery, signal detection, and trade execution with a 'safe by default' mechanism that requires an explicit --live flag to move from paper trading to real assets. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in the documentation or implementation.
能力标签
能力评估
Purpose & Capability
Name/description claim: trade marubozu continuation signals on Polymarket 5-minute crypto interval markets. Declared requirement: SIMMER_API_KEY and the simmer-sdk Python package. The included trader.py implements market discovery, marubozu detection, sizing, and trade submission via SimmerClient — these match the stated purpose and required credentials.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, signal computation, and trading via the Simmer SDK. The skill explicitly defaults to paper trading (venue="sim") and requires an explicit --live flag for real trades. The runtime reads only the declared SIMMER_* tunables (present in clawhub.json) and SIMMER_API_KEY; it does not reference unrelated filesystem paths or other credentials.
Install Mechanism
No arbitrary download/install URLs; clawhub.json lists a pip dependency (simmer-sdk). Installing a pip package is standard for this use case but means remote code will be executed at install time — verify the simmer-sdk package provenance if you are cautious.
Credentials
Only SIMMER_API_KEY is required as a credential (appropriate for a trading skill). Tunables are non-secret environment variables declared in clawhub.json. The code only reads these declared variables (and re-reads them after apply_skill_config), so requested environment access appears proportionate to the function.
Persistence & Privilege
always:false and autostart:false (nothing runs automatically). The automaton entrypoint exists but defaults to paper mode; disable-model-invocation is false (normal). The skill does not request system-wide config or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-candle-marubozu-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-candle-marubozu-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
polymarket-candle-marubozu-trader 1.0.0 – Initial Release
- Launches advanced signal logic for trading marubozu (extreme conviction) continuation signals on Polymarket 5-minute crypto interval markets (BTC, ETH, SOL, XRP).
- Detects strong momentum intervals (probability >65% or <35%) and executes continuation trades on the next interval using conviction-scaled position sizing.
- Includes safeguards, credential handling, and full paper-trading by default.
- Highly configurable with tunable risk parameters and several suggested signal enhancements for advanced users.
- Requires only a SIMMER_API_KEY; no automated or live trading enabled by default.
元数据
常见问题
Polymarket Candle Marubozu Trader 是什么?
Trades marubozu continuation signals on Polymarket 5-minute crypto interval markets. A marubozu is an interval with extreme conviction (>65% or <35%) indicat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 Polymarket Candle Marubozu Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-candle-marubozu-trader」即可一键安装,无需额外配置。
Polymarket Candle Marubozu Trader 是免费的吗?
是的,Polymarket Candle Marubozu Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Candle Marubozu Trader 支持哪些平台?
Polymarket Candle Marubozu Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Candle Marubozu Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills