What problem does it solve? Finding current prediction market odds and event probabilities requires manually browsing Polymarket or writing custom API calls. This Skill gives an AI agent direct read-only access to Polymarket's public REST APIs so users can ask natural-language questions about market odds, prices, and trading activity. ## Core Features & Use Cases - Market Discovery and 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 and Orderbooks: Fetch current prices, midpoints, spreads, and full orderbook depth from the CLOB API using clobTokenIds. - Price History and Trade Data: Retrieve historical price charts by conditionId and recent trades or open interest from the Data API. - Use Case: A user asks "What are the odds of a Bitcoin ETF approval this year?" The agent searches Polymarket, parses the double-encoded outcomePrices fields, and replies with "Yes: 65.2%, No: 34.8%" alongside trading volume. ## Quick Start Ask the agent to search Polymarket for current odds on a topic, for example: "What are the current Polymarket odds on the next US presidential election winner?"