polymarket-ai-divergence
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/polymarket-ai-divergenceWhat This Skill Does
The polymarket-ai-divergence skill is a sophisticated algorithmic trading agent designed for the Polymarket prediction ecosystem. Its primary function is to detect pricing discrepancies between Simmer's proprietary AI consensus models—which aggregate multi-model ensemble forecasts—and the current live market price on prediction platforms like Polymarket. By identifying these gaps, the skill allows users to systematically profit from market inefficiencies.
The skill operates via a multi-stage pipeline: it scans all active markets for AI vs. market price divergence, applies strict filtering to ensure the trade meets a minimum edge threshold (defaulting to 2%) and verifying the market is zero-fee, performs risk-mitigation checks (such as detecting potential 'flip-flops' or existing position conflicts), and calculates an optimal position size using the Kelly criterion, which is then capped at a conservative 25% to protect the agent's capital. This automation ensures that trades are only executed when the statistical probability of success, as determined by the AI, significantly outweighs the market risk.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/adlai88/polymarket-ai-divergence
Once installed, verify the configuration by running python ai_divergence.py --config. You can fine-tune your trading parameters, such as the max_bet_usd or daily_budget, using the provided CLI tools or by updating the corresponding environment variables.
Use Cases
- Arbitrage Trading: Identifying and exploiting short-term mispricing in prediction markets before market equilibrium is reached.
- Portfolio Automation: Running the agent in a set-and-forget cron mode to continuously capitalize on market volatility while adhering to strict daily spending limits.
- Research & Signal Generation: Using the scan-only mode to generate trading signals based on AI consensus without automated execution, allowing for manual oversight.
Example Prompts
- "OpenClaw, run the polymarket divergence scanner and show me all bullish markets with a divergence greater than 10%."
- "Execute the polymarket-ai-divergence skill in live mode with a daily budget of 50 USD."
- "List my current configuration for the AI divergence trader and set the Kelly cap to 30%."
Tips & Limitations
- Market Liquidity: Always consider the liquidity of a market before trading. Low-volume markets can have slippage that might exceed your AI edge.
- Risk Tolerance: The Kelly criterion is mathematically optimal but can lead to high volatility. The
kelly_capparameter is your most important tool for risk management; adjust it downward if you are risk-averse. - Fees: While the tool defaults to zero-fee markets, always verify market-specific conditions, as platform rules can change rapidly. Ensure your
daily_budgetaligns with your overall portfolio risk management strategy to prevent excessive drawdowns during periods of high market turbulence.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adlai88-polymarket-ai-divergence": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
simmer-x402
Make x402 payments to access paid APIs and gated content. Use when a skill needs to fetch data from x402-gated endpoints (like Kaito mindshare API, Simmer premium endpoints, or any x402 provider). Handles 402 Payment Required responses automatically using USDC on Base.
polymarket-copytrading
Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.
simmer-synthesis-hackathon
Contribute to Simmer's hackathon entry by completing platform tasks. Earn 0.01 USDC on Base per approved task, plus a share of the prize pool if Simmer wins. Uses your existing Simmer API key.
polymarket-elon-tweets
Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.
polymarket-signal-sniper
Snipe Polymarket opportunities from your own signal sources. Monitors RSS feeds with Trading Agent-grade safeguards.