Gatedata prediction markets
Skill gate/gate-data-ai-agent/skills/gatedata-prediction-markets
GateData prediction markets via MCP: search events, rankings, market detail, signals, order book. Triggers on 'prediction market', 'Polymarket', 'event odds', 'yes/no price', 'prediction ranking', '预测市场', '事件概率', '成交量排行'.From its SKILL.md
npx -y skills add gate/gate-data-ai-agent --skill gatedata-prediction-marketsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.0 KB, 688 tokens by cl100k_base, as published. Nobody here has run it
GateData Prediction Markets
General Rules
⚠️ STOP — Read gatedata-runtime-rules.md first.
- MCP server:
GateData(production) - Scope required:
prediction - Only call tools listed in this skill.
When to use this skill
| User intent | Primary tool |
|---|---|
| Search events by topic/keyword | prediction_search_events |
| Top events by volume or liquidity | prediction_get_rankings |
| Full event + child markets | prediction_get_event_detail |
| Model signal / edge on an event | prediction_get_event_signal |
| Single market probability & rules | prediction_get_market |
| Yes/no order book | prediction_get_order_book |
Do not use for CEX crypto spot/perp prices → gatedata-market-research.
Do not use for news headlines → gatedata-signals-news.
object_refs chaining
prediction_search_eventsorprediction_get_rankingsemitsevent/marketrefs.- Use refs in
prediction_get_event_detail,prediction_get_market,prediction_get_event_signal. prediction_get_order_bookneedsvenue+market_id(from prior market detail).
Typical chain: prediction_get_rankings → prediction_get_event_detail → prediction_get_order_book.
Tool quick reference
| Tool | Required inputs | Next tools |
|---|---|---|
prediction_search_events | query | prediction_get_event_detail, prediction_get_market |
prediction_get_rankings | ranking_type (volume_24h | liquidity) | prediction_get_market, prediction_get_order_book |
prediction_get_event_detail | event_ref or event_id | prediction_get_event_signal, prediction_get_market |
prediction_get_event_signal | event_ref or event_id | prediction_get_order_book, prediction_get_market |
prediction_get_market | market_id or market_ref | prediction_get_order_book, prediction_get_event_detail |
prediction_get_order_book | venue + market_id | prediction_get_market, prediction_get_event_signal |
ranking_type guide
| User says | ranking_type |
|---|---|
| "hottest", "top volume", "most traded" | volume_24h |
| "most liquid", "deepest markets" | liquidity |
Optional: date_utc, venue, status, limit.
Response presentation
- Show implied probability / yes-no prices clearly.
- Note resolution rules and
statuswhen present. - If
prediction_get_event_signalreturns50301, explain signal is not ready yet.
References
What ships with it: 2 files
2.8 KB alongside SKILL.md
references/
- scenarios.md1.6 KB
- troubleshooting.md1.2 KB