一键导入
context-create
Create prediction markets from natural language on Context Markets
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create prediction markets from natural language on Context Markets
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, cancel, or manage multiple orders in a single batch
Place and manage prediction market orders on Context Markets
Build an embeddable single-market prediction widget with buy/sell buttons
Build a portfolio dashboard showing positions, P&L, balances, and claimable winnings
Build prediction market frontends with the Context React SDK
Scaffold a full prediction market trading UI with market list, orders, and portfolio
| name | context-create |
| description | Create prediction markets from natural language on Context Markets |
Design and submit prediction markets with precise questions, unambiguous resolution criteria, and appropriate evidence sources.
npx context-markets-mcp)Every market is resolved by an AI oracle that evaluates evidence strictly against your resolution criteria. The oracle cannot use outside knowledge — it can only use eligible evidence (social media posts, web sources) matched against your criteria. Your criteria are the oracle's only instructions.
social_only — oracle resolves based on X/Twitter posts from specified accounts. Use when the event will be announced or discussed on X.web_enabled — oracle also searches authoritative web sources (official sites, news outlets). Use when the outcome depends on official data. Web evidence from authoritative sources overrides social media.| Type | Pattern | Resolution |
|---|---|---|
| Event-by-deadline | "Will X happen by Y?" | Can resolve YES early. Monotonic. |
| Threshold | "Will X reach N?" | Can resolve YES early. Monotonic. |
| Period-gated | "Will X be Y at end of Z?" | Must wait until period ends. |
| Durational | "Most/total over period" | Must wait until period ends. |
| None/never | "Will X not happen?" | YES requires full window without event. |
shortQuestion under 200 charactersMCP (recommended for agents):
context_agent_submit_market — full control over question, criteria, sources, end time. Takes 30–90 seconds.context_create_market — simple path. You provide a question, oracle generates everything.SDK:
ctx.questions.agentSubmitAndWait({ market: { ... } }) — full control, polls until completectx.questions.submitAndWait("question") — simple pathCLI:
context questions agent-submit-and-wait --formatted-question "..." --resolution-criteria "..." ...context questions submit-and-wait "Will...?"| Workflow | When to use |
|---|---|
| news-to-market | Turn a news headline into a well-formed market |
| diagnose-resolution | Troubleshoot rejected submissions or wrong resolutions |