What problem does it solve? Finding current prediction market odds and event probabilities requires navigating Polymarket's three separate public APIs and parsing double-encoded JSON fields, which is tedious to do manually. ## Core Features & Use Cases - Market Discovery: Search events and markets by keyword, list trending events by volume, and filter by tags using the Gamma API. - Real-Time Market Data: Fetch current prices, midpoints, spreads, and full orderbooks from the CLOB API using clobTokenIds. - History & Trades: Retrieve price history by conditionId and recent trades or open interest 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 matching market, and returns "Yes: 65.2%, No: 34.8%" with trading volume. ## Quick Start Ask the agent to search Polymarket for the current odds of a specific event, such as "what are the odds that Bitcoin hits $150k this year?"