Skip to main content

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 prompt

Subskills

SubskillWhat it doesKey SDK methodsKey MCP tools
market-scannerDiscover and rank markets by volume, liquidity, and spreadctx.markets.list, ctx.markets.getcontext_list_markets, context_get_market
mispricing-finderCompare oracle probability estimates against market pricesctx.markets.oracle, ctx.markets.quotescontext_get_oracle, context_get_quotes
portfolio-analysisAnalyze positions, check resolution status, find exit opportunitiesctx.markets.simulate, ctx.markets.orderbookcontext_simulate_trade, context_get_portfolio
activity-monitorTrack recent trades, volume spikes, and market activityctx.markets.activity, ctx.markets.globalActivitycontext_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