← Back to Skills Marketplace
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-mispricing-events
Description
Detects mispricings on Polymarket by cross-referencing Kalshi and Manifold consensus probability, then trades the gap using Kelly criterion sizing. Enters wh...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-mispricing-events - After installation, invoke the skill by name or use
/polymarket-mispricing-events - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: cross-platform consensus trading (Kalshi+Manifold), Kelly sizing, 15% gap threshold
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install Polymarket Mispricing Events?
Run "/install polymarket-mispricing-events" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Mispricing Events free?
Yes, Polymarket Mispricing Events is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Mispricing Events support?
Polymarket Mispricing Events is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Mispricing Events?
It is built and maintained by Mibayy (@mibayy); the current version is v1.0.0.
More Skills