Overview
- Skill Key
- adlai88/polymarket-ai-divergence
- Author
- adlai88
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adlai88/polymarket-ai-divergence
- Latest Commit SHA
- fa945e6c32348a54a0598ad59cce74b9297a4831
Find markets where Simmer's AI consensus diverges from the real market price, then trade on the mispriced side using Kelly sizing. Scans for divergence, checks fees and safeguards, and executes trades on zero-fee markets with sufficient edge.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 polymarket-ai-divergence 技能。 若已安装,则直接安装 polymarket-ai-divergence 技能。
# Polymarket AI Divergence Trader Find markets where Simmer's AI consensus diverges from the real market price, then trade the edge. > **This is a template.** The default logic trades when AI divergence exceeds 2% on zero-fee markets, using Kelly sizing capped at 25%. Remix it with different edge thresholds, sizing strategies, or additional filters (e.g., only trade markets resolving within 7 days). The skill handles plumbing (divergence scanning, fee checks, safeguards, execution). Your agent provides the alpha. ## What It Does 1. **Scans** all active markets for AI vs market price divergence 2. **Filters** to markets with edge above threshold (default 2%) and zero fees 3. **Checks** safeguards (flip-flop detection, existing positions) 4. **Sizes** using Kelly criterion, capped conservatively 5. **Executes** trades on the mispriced side (YES when AI is bullish, NO when bearish) ## Quick Commands ```bash # Scan only (dry run, no trades) python ai_divergence.py # Scan + execute trades python ai_divergence.py --live # Only show bullish divergences python ai_divergence.py --bullish # Only >15% divergence python ai_divergence.py --min 15 # JSON output python ai_divergence.py --json # Cron mode (quiet, trades only) python ai_divergence.py --live --quiet # Show config python ai_divergence.py --config # Update config python ai_divergence.py --set max_bet_usd=10 ``` ## Configuration | Key | Env Var | Default | Description | |-----|---------|---------|-------------| | `min_divergence` | `SIMMER_DIVERGENCE_MIN` | 5.0 | Min divergence % for scanner display | | `min_edge` | `SIMMER_DIVERGENCE_MIN_EDGE` | 0.02 | Min divergence to trade (2%) | | `max_bet_usd` | `SIMMER_DIVERGENCE_MAX_BET` | 5.0 | Max bet per trade | | `max_trades_per_run` | `SIMMER_DIVERGENCE_MAX_TRADES` | 3 | Max trades per cycle | | `kelly_cap` | `SIMMER_DIVERGENCE_KELLY_CAP` | 0.25 | Kelly fraction cap | | `daily_budget` | `SIMMER_DIVERGENCE_DAILY_BUDGET` | 25.0 | Daily spend limit | | `default_...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.