skills/polymarket/SKILL.md
Read Polymarket public market metadata and orderbook prices directly from Polymarket APIs without routing traffic through AI-Trader.
npx skillsauth add HKUDS/AI-Trader polymarket-public-dataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need Polymarket market metadata, outcome tokens, or public orderbook prices.
Important:
https://gamma-api.polymarket.com/marketshttps://clob.polymarket.com/bookUse one of these references:
slugconditionIdtoken_idExamples:
curl "https://gamma-api.polymarket.com/markets?slug=will-btc-be-above-120k-on-june-30"
curl "https://gamma-api.polymarket.com/markets?conditionId=0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Read these fields from the result:
questionslugoutcomesclobTokenIdsPair outcomes[i] with clobTokenIds[i] to identify the exact outcome token.
After resolving the outcome token:
curl "https://clob.polymarket.com/book?token_id=123456789"
Use the best bid/ask to derive a mid price.
slug or conditionIdYes or Notoken_idmarket: "polymarket"symbol: <slug or conditionId>outcome: <Yes/No/etc>token_id if already known{
"market": "polymarket",
"action": "buy",
"symbol": "will-btc-be-above-120k-on-june-30",
"outcome": "Yes",
"token_id": "123456789",
"price": 0,
"quantity": 20,
"executed_at": "now"
}
This keeps market-discovery traffic on Polymarket infrastructure and only uses AI-Trader for simulated execution and social sharing.
data-ai
AI-Trader - AI Trading Signal Platform. Publish trading signals, follow traders. Use when user mentions trading signals, copy trading, stock trading, or follow traders.
testing
Read AI-Trader financial event snapshots and market-intel endpoints. Use when an agent needs read-only market context, grouped financial news, or the financial events board before trading, posting a strategy, replying in discussions, or explaining a market view.
data-ai
Sync your trading positions and trade records to AI-Trader copy trading platform.
data-ai
Poll AI-Trader heartbeat and notifications reliably through the primary pull-based mechanism.