agentsclimarketplace

Gatedata signals news

Skill gate/gate-data-ai-agent/skills/gatedata-signals-news

GateData signals & news via MCP: headlines, sentiment, events, UGC, announcements, insight snapshot. Triggers on 'news', 'sentiment', 'headlines', 'what happened to', 'social posts', 'announcements', '新闻', '情绪', '利好利空', '最近发生了什么'.From its SKILL.md

Install
npx -y skills add gate/gate-data-ai-agent --skill gatedata-signals-news

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.6 KB, 857 tokens by cl100k_base, as published. Nobody here has run it

GateData Signals & News

General Rules

⚠️ STOP — Read gatedata-runtime-rules.md first.

  • MCP server: GateData (production)
  • Scope required: signals
  • Only call tools listed in this skill. Do not call signals_explain_market_move or signals_get_stock_anomaly (not live in production MCP).

When to use this skill

User intentPrimary tool
Multi-task news/events/sentiment (unified)events_news_query
News headlines for a symbolsignals_search_news
Aggregated sentiment scoresignals_get_sentiment
Time-bounded event feedsignals_get_events
Single article / event detailsignals_get_event_detail
Exchange / issuer announcementssignals_get_exchange_announcements
Social posts (X)signals_search_ugc
Stock news-derived ratingsignals_get_stock_rating
Trading-page insight bundlesignals_get_insight_snapshot

Do not use for live prices → gatedata-market-research.
Do not use for prediction odds → gatedata-prediction-markets.


Tool selection guide

Need one flexible task (news|events|sentiment|ugc|announcements)?
  → events_news_query

Need headlines only?
  → signals_search_news

Need sentiment score (not individual articles)?
  → signals_get_sentiment

Need calendar-style event list with from/to?
  → signals_get_events

Already have event_id?
  → signals_get_event_detail

events_news_query tasks

taskUse when
newsHeadlines for ticker
eventsEvent feed in time window
event_detailOne event by id
sentimentAggregated sentiment
ugcSocial posts
announcementsExchange announcements

Required params vary by task — check MCP schema. Typically: ticker + market for equity/crypto symbols.


object_refs chaining

  1. signals_search_news / signals_get_events emit asset and event refs.
  2. Use event_id or refs for signals_get_event_detail.
  3. Combine with markets_get_snapshot (market skill) for price + news context.

Tool quick reference (live)

ToolRequired inputsNext tools
events_news_querytask + task-specificsignals_get_event_detail, markets_get_snapshot
signals_search_newsquery or ticker+marketsignals_get_event_detail, signals_get_sentiment
signals_get_sentimentticker+market or asset_idsignals_search_news, signals_get_events
signals_get_eventsfrom, to, symbol/refsignals_get_event_detail, signals_search_news
signals_get_event_detailevent_idsignals_search_news, markets_get_snapshot
signals_get_exchange_announcementsfrom, to, venue/tickersignals_search_news
signals_search_ugcplatform (x)signals_get_sentiment
signals_get_stock_ratingticker+marketsignals_search_news
signals_get_insight_snapshotticker+marketsignals_get_stock_rating, markets_get_snapshot

References

What ships with it: 2 files

3.6 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.