What problem does it solve? Finding current prediction market odds and event probabilities requires manually browsing Polymarket or writing custom API integration code. This Skill provides direct read-only access to Polymarket's public APIs so you can search markets, check live prices, inspect orderbooks, and review price history without authentication. ## Core Features & Use Cases - Market Search and Discovery: Search events and markets by keyword, or list trending events sorted by volume using the Gamma API. - Real-Time Pricing and Orderbooks: Fetch current prices, midpoints, spreads, and full orderbook depth from the CLOB API using clobTokenIds. - Price History and 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 assistant to search Polymarket for current odds on a topic, for example: "What are the current Polymarket odds on Bitcoin reaching $100k?"