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 promptSubskills
| Subskill | What it does | Key SDK methods | Key MCP tools |
|---|---|---|---|
news-to-market | Turn headlines and event descriptions into properly structured prediction markets | ctx.questions.agentSubmit(), ctx.questions.agentSubmitAndWait(), ctx.markets.create() | context_agent_submit_market, context_create_market |
diagnose-resolution | Troubleshoot rejected or stuck market submissions | ctx.questions.agentSubmit() | context_agent_submit_market |
Prerequisites
- Context MCP server
- API key
- Private key (required for on-chain market deployment)
CLI commands
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