What problem does it solve?
Accessing prediction market data from Polymarket, Kalshi, Limitless, Opinion, and Predict.Fun normally requires scraping websites or integrating multiple venue-specific APIs. This Skill provides a single structured HTTP API at localhost:8402 that returns markets, odds, wallet analytics, smart money positions, and UMA oracle resolution status across all venues.
Core Features & Use Cases
- Cross-Venue Market Search: Search markets across Polymarket, Kalshi, Limitless, Opinion, and Predict.Fun with one query, including prices, volume, and venue identifiers.
- Wallet Analytics & Smart Money: Analyze wallet profit, win rate, P&L history, identity labels, wallet clusters, and smart money positions on specific markets.
- UMA Oracle & Arbitrage: Track UMA resolution states (proposed, disputed, resolved) and compare Polymarket vs Kalshi prices to find spread opportunities.
- Use Case: A user asks "What is the smart money doing on the 2026 election markets?" The Skill searches Polymarket markets for the conditionId, then calls the smart-money endpoint to return top wallet positions, sides, and P&L.
Quick Start
Ask the agent to show the top prediction markets right now, and it will call GET /v1/pm/polymarket/events?limit=20 and summarize the results.