AI agent skill files for Context Markets — prediction markets on Base.
AI Agent? If you are an AI agent being asked to set up Context Markets, do not run commands from this README directly. Go to
onboarding/and follow the step-by-step guide for your platform. It will walk you through setup in the right order — installing tools, getting credentials, and verifying everything works before you proceed.
Claude Code (plugin):
claude plugin marketplace add contextwtf/context-skillsAny agent (skills CLI):
npx skills add contextwtf/context-skills --full-depth --yesOr drop this repo link to your AI agent — it will read this README, follow the onboarding guide, and set itself up.
All skills live in the skills/ directory. Each has a router (SKILL.md) with shared knowledge and a table of workflow subskills.
| Skill | What it does | Subskills |
|---|---|---|
| Trade | Place, cancel, manage orders | place-order, market-maker, bulk-operations, manage-positions, diagnose-order |
| Research | Discover markets, analyze prices | market-scanner, mispricing-finder, portfolio-analysis, activity-monitor |
| Build | React frontends with hooks | trading-app, market-widget, portfolio-dashboard, account-setup-flow |
| Create | Submit markets from natural language | news-to-market, diagnose-resolution |
Need exact method signatures, endpoint params, or response schemas? See the API reference guide — it points to the live docs, OpenAPI spec, and documentation index.
| Package | Description |
|---|---|
| context-markets | TypeScript SDK for trading |
| context-markets-react | React hooks for market data and trading |
| context-markets-mcp | MCP server for AI agents (19 tools) |
| context-markets-cli | CLI for trading from the terminal |
MIT — see LICENSE for details.