By agentmc15
Integration layer for accessing and managing Polymarket prediction market data and trading operations programmatically.
npx claudepluginhub joshuarweaver/cascade-business-ops --plugin agentmc15-polymarket-trader-1This directory contains all the configuration files needed to use Claude Code for building your Polymarket trading application.
mkdir polymarket-trader
cd polymarket-trader
git init
Copy all files from this directory to your project root:
# Copy everything
cp -r /path/to/polymarket-setup/* .
cp -r /path/to/polymarket-setup/.* .
Or manually copy:
CLAUDE.md → Project root.claude/ → Project root (contains skills and commands).mcp.json → Project root (for MCP server integrations)claude
In Claude Code, run:
/project:init-polymarket
This will scaffold the entire project structure.
polymarket-setup/
├── CLAUDE.md # Main project context for Claude
├── .mcp.json # MCP server configurations
├── .claude/
│ ├── commands/ # Custom slash commands
│ │ ├── init-polymarket.md # Initialize project structure
│ │ ├── add-feature.md # Add new features
│ │ ├── add-strategy.md # Create trading strategies
│ │ ├── run-backtest.md # Execute backtests
│ │ └── debug-trading.md # Debug trading issues
│ └── skills/ # Custom skills
│ ├── polymarket-api/
│ │ └── SKILL.md # Polymarket API integration guide
│ ├── trading-strategies/
│ │ └── SKILL.md # Strategy development framework
│ └── trader-analysis/
│ └── SKILL.md # Trader tracking & analysis
└── README.md # This file
After setup, these slash commands are available in Claude Code:
| Command | Description |
|---|---|
/project:init-polymarket | Scaffold the entire project |
/project:add-feature [description] | Add a new feature |
/project:add-strategy [name] | Create a trading strategy |
/project:run-backtest [strategy] [options] | Run a backtest |
/project:debug-trading [issue] | Debug trading problems |
The skills provide Claude with specialized knowledge:
Comprehensive guide for Polymarket's CLOB API, Gamma API, and blockchain integration. Includes:
Framework for building, testing, and deploying trading strategies:
Tools for discovering and following successful traders:
You can also use official Anthropic skills alongside these custom ones:
# In Claude Code
/plugin marketplace add anthropics/skills
/plugin install frontend-design@anthropic-agent-skills
Recommended official skills for this project:
Before building, ensure you have:
Polymarket Credentials:
Infrastructure:
Node.js & Python:
For issues with:
Happy trading! 🚀
A Model Context Protocol (MCP) server for Grafana providing access to dashboards, datasources, and querying capabilities
Requires secrets
Needs API keys or credentials to function
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Comprehensive real estate investment analysis plugin with financial modeling, market data APIs, deal analysis agents, and tax-aware structuring. Covers all property types: residential, commercial, multifamily, short-term rentals, and land development.
Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Agent Skills for AI/ML tasks including dataset creation, model training, evaluation, and research paper publishing on Hugging Face Hub