What problem does it solve? Finding current prediction market odds and event probabilities requires manually browsing Polymarket, and there is no straightforward way to programmatically pull market prices, orderbook depth, or historical trends without authentication. ## Core Features & Use Cases - Market Discovery & Search: Search events and markets through the Gamma API, list trending events by volume, and filter by tags, slugs, or active status. - Real-Time Pricing & Orderbooks: Retrieve current prices, midpoints, spreads, and full orderbook depth from the CLOB API using clobTokenIds. - Price History & Trade Data: Fetch historical price series 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 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?"