Loading...
Loading...
Create prediction markets from natural language on Context Markets
npx skill4agent add contextwtf/context-skills context-createnpx context-markets-mcpsocial_onlyweb_enabled| 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. |
shortQuestioncontext_agent_submit_marketcontext_create_marketctx.questions.agentSubmitAndWait({ market: { ... } })ctx.questions.submitAndWait("question")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 |