Skills
Skills are markdown instruction sets that teach AI agents how to interact with Context Markets. They work across Claude, OpenAI, Cursor, Codex, and any LLM that accepts system prompts.Trade
Order placement, bulk operations, cancel-replace, and orderbook strategies
Research
Market discovery, oracle analysis, price history, and simulations
Build
React components, wallet integration, and frontend patterns
How skills work
Skills use a 3-layer prompt architecture:| Layer | Name | What it contains |
|---|---|---|
| A | Harness | Runtime-specific wrapper (Claude system prompt, OpenAI developer message) |
| B | Skill | Canonical SKILL.md + reference files — identical across all platforms |
| C | Task | Your request (“place a buy order”, “find trending markets”) |
Installation
- Claude Code Plugin
- Claude Code (standalone)
- Codex
- OpenAI API
- Claude API
- Cursor / ChatGPT
/context:trade, /context:research, /context:build.Prerequisites
| Skill | MCP server | API key | Private key |
|---|---|---|---|
| Trade | Required | Required | Required |
| Research | Required | Optional | Not needed |
| Build | Optional | Optional | Not needed |