用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill polymarket-knowledge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | polymarket-knowledge |
| description | > Use when this capability is needed. |
Comprehensive reference for Polymarket CLOB API integration, focusing on order management and real-time event handling.
| Type | Behavior | Use Case |
|---|---|---|
| GTC | Good Till Cancelled | Maker orders, liquidity provision |
| GTD | Good Till Date | Time-limited orders |
| FOK | Fill Or Kill | Must fill completely or cancel |
| FAK | Fill And Kill | Fill what you can, cancel rest |
See references/order-state-machine.md for complete state diagram and transitions.
States: PENDING → OPEN → PARTIALLY_FILLED → FILLED/CANCELLED/EXPIRED
API Status Mapping:
live → OPENmatched (partial) → PARTIALLY_FILLEDmatched (full) → FILLEDdelayed → PENDINGcancelled → CANCELLEDexpired → EXPIREDSee references/websocket-events.md for field mappings and examples.
Key Endpoints:
wss://ws-subscriptions-clob.polymarket.com/ws/marketwss://ws-subscriptions-clob.polymarket.com/ws/user (authenticated)USER_ORDER Event Types: PLACEMENT, UPDATE, CANCELLATION USER_TRADE Statuses: MATCHED, MINED, CONFIRMED, RETRYING, FAILED
matched_amount not matched_size, size_matched not matched_size/ws/user, not /ws/marketSource: cyl19970726/poly-sdk — distributed by TomeVault.