tool-polymarket-book
24
总安装量
13
周安装量
#15597
全站排名
安装命令
npx skills add https://github.com/captaindpt/truth-terminal --skill tool-polymarket-book
Agent 安装分布
claude-code
10
opencode
9
gemini-cli
9
codex
8
cursor
7
Skill 文档
polymarket_book (Polymarket CLOB book)
When to use
- Liquidity check before sizing into a market.
- Spread + depth + mid estimation.
Parameters
marketId(string, required): Gamma numeric id (e.g."516710") or conditionId hex ("0x...").outcome("YES" | "NO", optional): Defaults to"YES".depth(int, optional, 1â200): Levels per side; default 20.
Examples
{ "name": "polymarket_book", "params": { "marketId": "0xabc...def", "outcome": "YES", "depth": 50 } }
Output
- Returns:
{ marketId, conditionId, question, slug, endDate, outcome, tokenId, bookAvailable, bestBid, bestAsk, mid, bids[], asks[], ts } - Rendered:
- Emits a JSON output with title
orderbook(used by the UI to open/focus a book window when available). Market(text with mid/bid/ask and âno CLOB orderbookâ when missing)Asks+Bids(tables)
- Emits a JSON output with title
Notes
- Some markets have no CLOB orderbook; the tool returns
bookAvailable=falseand empty bids/asks. targetWindow:book