Skip to main content

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 single SKILL.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.
TierScopeWhat’s neededDefault?
Tier 1Browse and researchInstall tools, get API key, verify MCP connectionYes — agents start here
Tier 2Trading and market creationWallet setup with private keyOpt-in — agent asks before proceeding
When a user request requires Tier 2 capabilities (placing orders, creating markets), the agent will prompt the user to complete wallet setup before continuing.

Installation

claude plugin marketplace add contextwtf/context-skills
Skills are available as /context:trade, /context:research, /context:build, /context:create.

Prerequisites

SkillMCP serverAPI keyPrivate key
TradeRequiredRequiredRequired
ResearchRequiredOptionalNot needed
BuildOptionalOptionalNot needed
CreateRequiredRequiredRequired (for on-chain deployment)