CommunityRedacción y edicióngithub.com

gate/gate-data-ai-agent

GateData agent distribution: one-click MCP installer and Agent Skills for Cursor, Claude Code, and Codex.

¿Qué es gate-data-ai-agent?

gate-data-ai-agent is a Claude Code agent skill that gateData agent distribution: one-click MCP installer and Agent Skills for Cursor, Claude Code, and Codex.

Compatible con✓Claude Code✓Codex CLI✓Cursor
npx skills add gate/gate-data-ai-agent

Installed? Explore more Redacción y edición skills: steipete/notion, langchain-ai/langchain, bytedance/podcast-generation · View all 6 →

Preguntar en tu IA favorita

Abre un nuevo chat con esta habilidad de agente ya precargada.

Documentación

GateData Signals & News

General Rules

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

  • MCP server: GateData (production)
  • Scope required: signals (Plus+ plan)
  • Primary tool: events_news_query (multi-task)
  • Phase-1 public tasks only (API hard-rejects everything else): content_search | event_search | social_search | sentiment

When to use this skill

User intentCall
News / headlines / free-text contenttask: content_search + query (and/or ticker + market)
Events calendar / time-bounded event feedtask: event_search + prefer from + to
Social posts (X / Twitter / YouTube)task: social_search + platform + query/ticker
Aggregated sentiment scoretask: sentiment + ticker + market

Do not call (rejected / out of phase-1): news, events, ugc, auto, event_detail, announcements, ratings, insight, anomalies, market_move_evidence.

Omitted task may still auto-route server-side; always pass an explicit phase-1 task in skills so calls stay predictable.

Do not use for live prices → gatedata-market-research.
Do not use for prediction odds → gatedata-prediction-markets.
Do not use for financial statements / earnings → gatedata-fundamentals-earnings.
Do not use for analyst ratings / target prices (not in this release) → say unavailable; use consensus on earnings only for estimate consensus.
Ambiguous entity → gatedata-assets-resolve first.


Task selection guide

Headlines / article search for a ticker or topic?
  → task: content_search (query and/or ticker + market)

Calendar-style / time-bounded events?
  → task: event_search (prefer from + to)

Social posts?
  → task: social_search + platform (x|twitter|youtube|all)

Sentiment score (not individual articles)?
  → task: sentiment + ticker + market

Key parameters

  • ticker + market — required for sentiment. Use StandardMarket (us_equity, hk_equity, crypto, …); e.g. BTC+crypto, NVDA+us_equity
  • query — free text for content_search / event_search / social_search
  • from + to (ISO) — preferred for event_search; defaults apply when both omitted
  • platform — for social_search: x | twitter (alias of x) | youtube | all | web (as advertised). youtube is social_search-only (not merged into platform=all)
  • listing_ids — preferred when chaining from market tools that returned listing ids
  • window (1d | 7d | 30d), limit, mode (standard | web for content_search), source_type, allow_stale

object_refs chaining

  1. content_search / event_search / social_search may emit asset / event refs.
  2. Prefer listing_ids / object_refs from market_data_query when correlating price moves with news.
  3. Combine with market_data_query for price + news context.

Caveats

  • Coverage strongest for us_equity, hk_equity, crypto.
  • Ratings / insight / announcements / event_detail are not public on this tool.
  • For “why did price move?”: market kline/snapshot + content_search/sentiment — not market task: move.

References

Skills relacionados