What problem does it solve? Finding current prediction market odds and event probabilities requires manually browsing Polymarket or writing custom API calls. This Skill lets you search markets, read live prices, inspect orderbooks, and pull price history directly through Polymarket's public REST APIs with zero authentication. ## Core Features & Use Cases - Market Search & Discovery: Search events and markets via the Gamma API, browse 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 series 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 current odds on a topic, for example: "What are the current Polymarket odds on the next US presidential election winner?"