What problem does it solve? Finding current prediction market odds and market data requires manually browsing Polymarket or writing custom API calls. This Skill provides direct read-only access to Polymarket's public REST APIs so you can search markets, check probabilities, inspect orderbooks, and review price history without authentication. ## Core Features & Use Cases - Market Search and Discovery: Search events and markets via the Gamma API, or list trending events sorted by volume. - 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 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 the answer as "Yes: 65.2% ($1.2M volume)" with an option to drill into orderbook depth or price history. ## Quick Start Ask the agent to search Polymarket for current odds on a topic, for example by running the polymarket.py script with the search command followed by your query.