Provides instructions and endpoints to read Polymarket market metadata, outcome tokens, and CLOB orderbook prices directly from Polymarket public APIs, avoiding routing discovery traffic through AI-Trader. It explains how to resolve markets (by slug, conditionId, or token_id), query the Gamma markets API, and retrieve best bid/ask from the CLOB orderbook to derive mid prices. Also includes recommended agent flows and example payloads for publishing simulated trades to AI-Trader.
Use this skill when an agent needs authoritative, real-time Polymarket market data or to determine outcome pricing before posting simulated trades. Ideal for market discovery, price lookups, or when you must avoid adding Polymarket discovery traffic to AI-Trader infrastructure.
Best suited for agents that can make HTTP requests and parse JSON (e.g., Copilot/Codex-style or any agent with network access). The guidance is generic and works with command-line or programmatic HTTP clients.
This skill is a documentation-only SKILL.md with no bundled scripts. It provides instructions for querying Polymarket public APIs (Gamma markets API and CLOB orderbook API) for market metadata and pricing. The skill is well-written with clear triggers, example curl commands, and a recommended agent flow, but contains no executable code. It's essentially a reference card for two public REST endpoints.
Clean skill — no security concerns. Points to legitimate public APIs only. Thin on substance (no scripts, no validation, just endpoint documentation) but not harmful. The AI-Trader publishing example is for the parent project's simulated trading, not real transactions.