Skip to main content

Create

Skill for creating prediction markets via the agent-submit API — turn natural language descriptions into fully deployed markets and troubleshoot rejected submissions.
Claude Code: /context:create · Codex / Hermes / OpenClaw: Load SKILL.md as system prompt

Subskills

SubskillWhat it doesKey SDK methodsKey MCP tools
news-to-marketTurn headlines and event descriptions into properly structured prediction marketsctx.questions.agentSubmit(), ctx.questions.agentSubmitAndWait(), ctx.markets.create()context_agent_submit_market, context_create_market
diagnose-resolutionTroubleshoot rejected or stuck market submissionsctx.questions.agentSubmit()context_agent_submit_market

Prerequisites

  • Context MCP server
  • API key
  • Private key (required for on-chain market deployment)

CLI commands

# Submit a market for review
context questions agent-submit

# Submit and wait for approval
context questions agent-submit-and-wait

Example prompts

  • “Create a market for whether the Fed cuts rates by June 2026”
  • “Turn this headline into a prediction market: ‘SpaceX plans Starship launch for next month’”
  • “Create a Yes/No market about whether Bitcoin hits $150k by end of year”
  • “My market submission was rejected, help me fix it”
  • “I submitted a market 2 hours ago and it’s still pending — what’s going on?”
  • “Rewrite my market question to meet the resolution criteria guidelines”

Trade skill

Trade on the markets you create

Research skill

Research before creating markets

CLI commands

Full command reference