| client.markets | Market discovery, events, metadata | Public | | client.orderbook | Order book, prices, spreads | Public | | client.positions | User positions, analytics | Public | | client.bridge | Deposits, withdrawals | Public | | client.orders | Place/cancel orders | L2 Auth | | client.trades | Trade history | L2 Auth |
Full Python SDK for Polymarket prediction markets platform. Use when: (1) Trading on Polymarket - placing, cancelling, managing orders (2) Researching markets - discovering events, analyzing prices, tracking positions (3) Building trading bots - WebSocket streaming, real-time data feeds (4) Managing funds - deposits, withdrawals via Bridge API (5) Any task involving prediction markets or Polymarket APIs Source: bowen31337/polymarket-agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bowen31337/polymarket-agent-skills --skill polymarket Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw