Community라이팅 & 에디팅github.com

gate/gate-data-ai-agent

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

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.

지원 대상Claude CodeCodex CLICursor
npx skills add gate/gate-data-ai-agent

Installed? Explore more 라이팅 & 에디팅 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

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

관련 스킬

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community