What problem does it solve?
Provides a consistent, agent-friendly interface to discover Polymarket markets, inspect CLOB orderbook state, and perform order management without directly calling multiple HTTP APIs or juggling official CLI variations.
Core Features & Use Cases
- Market discovery: normalized search-markets and passthrough markets list/search for finding tradable events and tokens.
- CLOB data & metrics: retrieve mid_price and token-level orderbook metrics for comparisons and strategy inputs.
- Order management: place, cancel, and bulk-cancel orders using the adapter's custom order op with support for GTC/GTD/FOK/FAK routing.
- Use Case: automate scanning active Polygon Polymarket events, compute mid_price against USDC, and route limit or market orders through the Grimoire adapter in preview then commit flows.
Quick Start
Use the grimoire-polymarket skill to search active Polymarket markets for "bitcoin" and return results in JSON format.