What problem does it solve? It gives you direct read-only access to Polymarket prediction market data—current odds, orderbooks, trade history, and price trends—without needing authentication, API keys, or a crypto wallet. ## Core Features & Use Cases - Market Discovery & Search: Search events and markets through the Gamma API, browse trending events by volume, and filter by tags, slugs, or active status. - 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 charts by conditionId and recent trade activity 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: "What are the current Polymarket odds on Bitcoin reaching $150k this year?"