This is a solid reference for building anything that touches Polymarket's trading infrastructure. You get authentication patterns for the CLOB API, market data fetching from Gamma, WebSocket subscriptions for real-time updates, and actual order execution code with proper error handling. The Python examples are copy-paste ready, covering the full flow from initializing a client with API credentials to placing orders and calculating P&L. Honestly most useful for the specific endpoint documentation and the order type explanations, since Polymarket's own docs can be scattered. If you're building a trading bot or market analytics tool, this covers the repetitive integration work so you can focus on your actual strategy.
npx skills add https://github.com/agentmc15/polymarket-trader --skill polymarket-api