agentsclimarketplace

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

Install
npx -y skills add gate/gate-data-ai-agent --skill gatedata-prediction-markets

Assembled 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 intentPrimary tool
Search events by topic/keywordprediction_search_events
Top events by volume or liquidityprediction_get_rankings
Full event + child marketsprediction_get_event_detail
Model signal / edge on an eventprediction_get_event_signal
Single market probability & rulesprediction_get_market
Yes/no order bookprediction_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

  1. prediction_search_events or prediction_get_rankings emits event / market refs.
  2. Use refs in prediction_get_event_detail, prediction_get_market, prediction_get_event_signal.
  3. prediction_get_order_book needs venue + market_id (from prior market detail).

Typical chain: prediction_get_rankingsprediction_get_event_detailprediction_get_order_book.


Tool quick reference

ToolRequired inputsNext tools
prediction_search_eventsqueryprediction_get_event_detail, prediction_get_market
prediction_get_rankingsranking_type (volume_24h | liquidity)prediction_get_market, prediction_get_order_book
prediction_get_event_detailevent_ref or event_idprediction_get_event_signal, prediction_get_market
prediction_get_event_signalevent_ref or event_idprediction_get_order_book, prediction_get_market
prediction_get_marketmarket_id or market_refprediction_get_order_book, prediction_get_event_detail
prediction_get_order_bookvenue + market_idprediction_get_market, prediction_get_event_signal

ranking_type guide

User saysranking_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 status when present.
  • If prediction_get_event_signal returns 50301, explain signal is not ready yet.

References

What ships with it: 2 files

2.8 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.