Research
Skill for market discovery and analysis — scan markets, detect mispricings, analyze portfolios, and monitor activity.Claude Code:
/context:research · Codex / Hermes / OpenClaw: Load SKILL.md as system promptSubskills
| Subskill | What it does | Key SDK methods | Key MCP tools |
|---|---|---|---|
market-scanner | Discover and rank markets by volume, liquidity, and spread | ctx.markets.list, ctx.markets.get | context_list_markets, context_get_market |
mispricing-finder | Compare oracle probability estimates against market prices | ctx.markets.oracle, ctx.markets.quotes | context_get_oracle, context_get_quotes |
portfolio-analysis | Analyze positions, check resolution status, find exit opportunities | ctx.markets.simulate, ctx.markets.orderbook | context_simulate_trade, context_get_portfolio |
activity-monitor | Track recent trades, volume spikes, and market activity | ctx.markets.activity, ctx.markets.globalActivity | context_global_activity, context_price_history |
Prerequisites
- Context MCP server
- No API key needed for read-only data
Example prompts
- “Find all active markets about technology”
- “What’s the oracle’s probability estimate for market abc123?”
- “Show the price history for market xyz789 over the last week”
- “Simulate buying $100 of YES on market abc123 — what’s the slippage?”
- “Which markets have the highest volume today?”
- “Compare the oracle estimate vs the current market price for market abc123”
- “Show me the orderbook depth for market xyz789”
- “What markets were recently created?”
- “Find markets where the oracle disagrees with the market price by more than 10%”
- “Analyze my portfolio and show which positions are closest to resolution”
Trade skill
Order management and execution
SDK markets
Market method signatures
MCP tool catalog
All available tools