← 返回 Skills 市场
157
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-mispricing-events
功能描述
Detects mispricings on Polymarket by cross-referencing Kalshi and Manifold consensus probability, then trades the gap using Kelly criterion sizing. Enters wh...
安全使用建议
This skill appears to do what it says: scanning public markets and placing trades through the Simmer SDK. Before installing, do the following: 1) Verify the simmer-sdk package is the official client and review its docs/source so you know what API scope the key allows. 2) Start with TRADING_VENUE=sim (paper) to confirm behavior and avoid real money loss. 3) Provide SIMMER_API_KEY only to an account with limited funds/permissions and rotate the key after testing. 4) Note the small doc/code mismatch: EVENTS_MISPRICING_MIN is used in code but not documented in SKILL.md—check intended behavior. 5) Audit network egress if you require strict controls (the skill calls Polymarket, Kalshi, Manifold, and Simmer endpoints). If you need higher assurance, request the full, non‑truncated source and a dependency manifest to review the Simmer SDK and third‑party packages.
功能分析
Type: OpenClaw Skill
Name: polymarket-mispricing-events
Version: 1.0.0
The skill is a legitimate automated trading bot designed to arbitrage price differences between Polymarket, Kalshi, and Manifold. The logic in mispricing_events.py correctly implements fuzzy title matching and consensus-based probability estimation as described in SKILL.md. It uses the simmer-sdk for trading and includes standard risk management features like liquidity filters, spread checks, and Kelly criterion sizing. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The skill claims to detect and trade Polymarket mispricings and does so: it fetches Polymarket/Kalshi/Manifold data and uses SimmerClient to submit trades. The only required secret is SIMMER_API_KEY, which is appropriate for a trading bot.
Instruction Scope
SKILL.md and the code limit activity to fetching public market APIs, fuzzy matching titles, computing consensus, and placing trades via SimmerClient. One small inconsistency: the code reads EVENTS_MISPRICING_MIN (ENV var) but that variable is not listed in the SKILL.md env table—otherwise instructions stay within the stated trading scope and do not read unrelated system files or secrets.
Install Mechanism
This is instruction‑only but clawhub.json requests pip packages (simmer-sdk, requests, urllib3). Installing pip packages is expected for this skill; review the simmer-sdk package provenance before granting API keys. No arbitrary URL downloads or archive extraction are present.
Credentials
Only SIMMER_API_KEY (and optional EVENTS_* configuration envs) are required. That is proportional: the skill needs a trading API key to submit orders. Remember this key grants trading capability and should be treated as highly sensitive.
Persistence & Privilege
The skill is not marked always:true and is user‑invocable; it may run autonomously per platform defaults. Because it can place trades, allow autonomous invocation only if you trust the code and the Simmer account permissions; otherwise run in 'sim' (paper) mode first.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-mispricing-events - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-mispricing-events触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: cross-platform consensus trading (Kalshi+Manifold), Kelly sizing, 15% gap threshold
元数据
常见问题
Polymarket Mispricing Events 是什么?
Detects mispricings on Polymarket by cross-referencing Kalshi and Manifold consensus probability, then trades the gap using Kelly criterion sizing. Enters wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 Polymarket Mispricing Events?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-mispricing-events」即可一键安装,无需额外配置。
Polymarket Mispricing Events 是免费的吗?
是的,Polymarket Mispricing Events 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Mispricing Events 支持哪些平台?
Polymarket Mispricing Events 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Mispricing Events?
由 Mibayy(@mibayy)开发并维护,当前版本 v1.0.0。
推荐 Skills