Skills
Skills are markdown instruction sets that teach AI agents how to interact with Context Markets. There are 4 skill categories containing 15 subskills total, covering trading, research, frontend development, and market creation. They work across Claude Code, Codex, Hermes, OpenClaw, and any LLM that accepts system prompts.Trade
Order placement, market making, bulk operations, position management, and order diagnostics
Research
Market scanning, mispricing detection, portfolio analysis, and activity monitoring
Build
Trading apps, market widgets, portfolio dashboards, and account setup flows
Create
Turn headlines into prediction markets and troubleshoot market submissions
How skills work
Each skill category contains a singleSKILL.md file with all instructions the agent needs. There are no per-platform prompt variants — the same skill file works everywhere. Your request (“place a buy order”, “find trending markets”) is the only thing that changes.
Tiered onboarding
Skills use a two-tier onboarding system so agents can start working immediately without requiring wallet setup upfront.| Tier | Scope | What’s needed | Default? |
|---|---|---|---|
| Tier 1 | Browse and research | Install tools, get API key, verify MCP connection | Yes — agents start here |
| Tier 2 | Trading and market creation | Wallet setup with private key | Opt-in — agent asks before proceeding |
Installation
- Claude Code Plugin
- Claude Code (standalone)
- Codex
- Hermes
- OpenClaw
/context:trade, /context:research, /context:build, /context:create.Prerequisites
| Skill | MCP server | API key | Private key |
|---|---|---|---|
| Trade | Required | Required | Required |
| Research | Required | Optional | Not needed |
| Build | Optional | Optional | Not needed |
| Create | Required | Required | Required (for on-chain deployment) |