What problem does it solve? Finding current prediction market odds and event probabilities requires navigating Polymarket's three separate public APIs, each with different endpoints and double-encoded JSON fields. This Skill provides a ready-made CLI and endpoint reference so you can search markets, read prices, and pull history without writing API integration code from scratch. ## Core Features & Use Cases - Market Search & Discovery: Search events and markets by keyword or browse trending events sorted by volume through the Gamma API. - Real-Time Pricing & Orderbooks: Fetch current prices, midpoints, spreads, and full orderbook depth for any market using CLOB token IDs. - Price History & Trades: Retrieve historical price charts by condition ID and recent trade feeds 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 by running the polymarket.py script with the search command followed by your query.