← 返回 Skills 市场
diagnostikon

Polymarket Candle Gap Fill Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ 安全检测通过
191
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-candle-gap-fill-trader
功能描述
Trades gap-fill reversions on Polymarket 5-minute crypto interval markets. When consecutive intervals have contradictory strong signals -- prior interval res...
安全使用建议
This skill appears coherent and implements what it claims: trading Polymarket 5-minute interval gap fills using the Simmer SDK. Before installing, confirm you trust the Simmer runtime and the SIMMER_API_KEY you supply (it grants trading authority). Default behavior is paper trading; real trades require explicitly running with --live. If you want to avoid accidental live trades, do not grant autonomous invocation to agents that could call this skill, or keep the API key restricted/revocable and use strict tunable limits (small MAX_POSITION, higher MIN_VOLUME). Review the trader.py code yourself if you want to verify network endpoints and logging behavior, and only provide the API key to environments you trust.
功能分析
Type: OpenClaw Skill Name: polymarket-candle-gap-fill-trader Version: 0.0.3 The skill is a legitimate trading bot for Polymarket crypto interval markets, implementing a mean-reversion strategy based on price gaps. The code in trader.py is well-structured, follows the stated logic in SKILL.md, and includes safety features such as defaulting to paper trading (venue='sim') unless a live flag is explicitly provided. There is no evidence of data exfiltration, malicious execution, or prompt injection; it interacts solely with the expected simmer-sdk and environment variables defined in clawhub.json.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the implementation: trader.py implements discovery of Polymarket 5-minute interval markets, gap detection, conviction sizing, and trade execution via the Simmer SDK. Required dependency (simmer-sdk) and required environment variable (SIMMER_API_KEY) are proportional to the stated trading purpose.
Instruction Scope
SKILL.md instructs the agent to discover markets, detect gaps, and trade; it documents paper-vs-live modes and required credential. The instructions do not request or read unrelated system files or credentials and explicitly default to paper trading. No vague, broad data-collection steps are present.
Install Mechanism
This is an instruction-only skill with a code file and a pip dependency (simmer-sdk) declared in clawhub.json. No external URL downloads, extract steps, or obscure installers are used. Using pip for an SDK is expected for this purpose.
Credentials
Only SIMMER_API_KEY is required (declared in clawhub.json and SKILL.md). Tunables are exposed via environment variables but are configuration, not secrets. The single credential requested is appropriate for a trading skill.
Persistence & Privilege
The skill is not always-enabled (always:false) and autostart is false. However, it can be invoked autonomously by the agent (default model invocation is allowed). Because the skill can execute real trades when run with --live, consider limiting autonomous invocation or ensuring policy safeguards to prevent unintended live trading.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-candle-gap-fill-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-candle-gap-fill-trader 触发
  4. 根据 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 the Candle Gap Fill Trader for Polymarket crypto interval markets: - Detects and trades reversion on structural price gaps between consecutive 5-minute interval markets for BTC, ETH, SOL, and XRP. - Implements conviction-based position sizing, scaling trades by gap magnitude. - Includes tunable risk controls for sizing, volume, spread, and thresholds, all adjustable via Simmer UI. - Defaults to safe paper trading mode; requires explicit --live flag for real trades. - Handles all market discovery, gap detection, trade execution, and operational safeguards out-of-the-box.
元数据
Slug polymarket-candle-gap-fill-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket Candle Gap Fill Trader 是什么?

Trades gap-fill reversions on Polymarket 5-minute crypto interval markets. When consecutive intervals have contradictory strong signals -- prior interval res... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 Polymarket Candle Gap Fill Trader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-candle-gap-fill-trader」即可一键安装,无需额外配置。

Polymarket Candle Gap Fill Trader 是免费的吗?

是的,Polymarket Candle Gap Fill Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket Candle Gap Fill Trader 支持哪些平台?

Polymarket Candle Gap Fill Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket Candle Gap Fill Trader?

由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。

💬 留言讨论