What problem does it solve? It gives you direct read-only access to Polymarket prediction market data—current odds, orderbooks, trade history, and price trends—without needing authentication, API keys, or manual browsing of the Polymarket website. ## Core Features & Use Cases - Market Discovery & Search: Search events and markets via the Gamma API, list trending events by volume, and filter by tags, slugs, or active status. - Real-Time Pricing & Orderbooks: Fetch current prices, midpoints, spreads, and full orderbook depth from the CLOB API using clobTokenIds. - Price History & Trades: Retrieve historical price charts by conditionId and recent trade data from the Data API. - Use Case: A user asks "What are the odds of a Bitcoin ETF approval this year?" The skill searches Polymarket, parses the double-encoded outcomePrices fields, and returns "Yes: 65.2%, No: 34.8%" with volume, then can drill into orderbook depth or 6-month price history on request. ## Quick Start Ask the agent to search Polymarket for current odds on a topic, for example: "What do prediction markets say about the next US presidential election winner?"