What problem does it solve? It gives you direct read-only access to Polymarket prediction market data—odds, prices, orderbooks, and history—without needing authentication, API keys, or manual browsing of the Polymarket website. ## Core Features & Use Cases - Market Search & Discovery: Search events and markets by keyword, or list trending events sorted by volume using the Gamma API. - 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 rate cut this year?" The Skill searches Polymarket, parses the double-encoded outcomePrices field, and returns "Yes: 65.2%, No: 34.8%" with trading volume. ## Quick Start Ask the agent to search Polymarket for the current odds on any event, for example by saying "What are the current Polymarket odds on the next US presidential election winner?"