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 unified workflow and CLI helper to search markets, read prices, inspect orderbooks, and retrieve price history without authentication. ## Core Features & Use Cases - Market Search & Discovery: Search events and markets via the Gamma API, list trending events by volume, and filter by tags or slugs. - Real-Time Pricing & Orderbooks: Fetch current prices, midpoints, spreads, and full orderbook depth from the CLOB API using clobTokenIds. - Price History & 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 "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 $150k this year?"