Polymarket Agents — Development skill for Claude Code
Polymarket research MCP server with 10 tools (odds, orderbook, spread, history) + autonomous trading bot framework.
How to install Polymarket Agents
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open artvandelay/polymarket-agents and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Polymarket Agents does
Polymarket research MCP server with 10 tools (odds, orderbook, spread, history) + autonomous trading bot framework. Claude Sonnet decision-making, pluggable strategies, SQLite persistence
Alternatives in Development
- Contributors — Thank you to everyone who has contributed to making planning-with-files better 16.8k ★
- Monetization Strategy — Brainstorm 3-5 monetization strategies with validation experiments 7.8k ★
- Skill Decision Support — Present options with trade-offs for informed decision-making — use when choosing between approaches 2.8k ★
README
Polymarket Live
[](https://deepwiki.com/artvandelay/polymarket-agents)
An AI-powered trading bot and MCP server for analyzing cricket betting markets on Polymarket.
Overview
This project provides two complementary tools:
- MCP Server - Read-only research tools for Cursor/AI agents to analyze Polymarket markets
- Trading Bot - Autonomous paper trading bot using Claude Sonnet for decision-making
Both share the same underlying API clients and work with real-time Polymarket data.
Features
- AI-powered strategy using Claude Sonnet via OpenRouter
- Real-time market data from Polymarket's Gamma and CLOB APIs
- Portfolio management with P&L tracking
- Pluggable strategy system for easy extensibility
- SQLite persistence for trades and portfolio state
- Configurable via YAML
- Paper trading only (no real money)
Architecture
The project follows a layered architecture with clear separation of concerns:
src/
├── polymarket/ # Pure API clients (domain-agnostic)
│ ├── gamma.py # Gamma API (events/markets discovery)
│ ├── clob.py # CLOB API (pricing/orderbook)
│ ├── models.py # Pydantic models
│ └── utils.py # Shared utilities
│
├── mcp/ # MCP servers for Cursor integration
│ ├── base.py # Base server with generic tools
│ └── cricket.py # Cricket-specific server
│
├── bot/ # Trading bot framework (domain-agnostic)
│ ├── base.py # Base bot with main loop
│ ├── config.py # Configuration loader
│ ├── database.py # SQLite persistence
│ └── portfolio.py # Portfolio/position management
│
├── domains/ # Domain-specific implementations
│ └── cricket/
│ ├── bot.py # Cricket bot runner
│ ├── scanner.py # Market scanner
│ └── prompts.py # LLM prompts
│
└── strategies/ # Pluggable trading strategies
Related Skills
Polymarket Bot Graveyard
An honest, step-by-step post-mortem of six autonomous Polymarket trading bots built and killed over three mont
Polymarket Agent MCP
The most comprehensive MCP server for Polymarket — 48 tools spanning direct trading, market discovery, smart m
Polymarket Trading
Evaluate and trade prediction markets on Polymarket. Use when analyzing prediction market opportunities, calcu
Claude Fable 5 Prompt Strategies
Use when composing prompts targeting Claude Opus 5 (Claude 디폴트), Fable 5, Opus 4.8, or Sonnet 5 — 최신 Claude 프롬
Debug Trade
Debug trading execution issues in the Telegram Trading bot
Ullage
Context-window telemetry for Claude Code and OpenAI Codex, plus Cursor agent activity: a macOS menu bar item s
Related Agents
Options Strategist
Options strategy specialist for spread design, volatility trading, hedging strategies, and options portfolio m
Shep Migration Creator
Creates ONE new SQLite schema migration file under packages/core/src/infrastructure/persistence/migrations/, f
Arbitrage Bot
Identify and execute cryptocurrency arbitrage opportunities across exchanges and DeFi protocols. Use PROACTIVE