gate-news-intel
Overview
Primary news and intelligence skill for gate-cli news, with optional gate-cli info for market or coin context when the playbook says so. Covers briefings, event explanation, exchange announcements/listings, UGC and cross-platform social (X, Reddit, YouTube via search-ugc / search-x), and social sentiment — aligned to v0.5.2 without relying on unshipped shortcuts (+brief, +event-explain, +community-scan, +market-overview, +coin-overview).
Runtime requirements
- CLI:
gate-cliv0.5.2 onPATH. - Shell (optional): for packaged
scripts/update-skill.*only. - Network / auth: per your
gate-cliand preflight configuration.
Core capabilities
| Capability | Typical trigger | Playbook id |
|---|---|---|
| News briefing | "what happened recently" (with a ticker) | news_brief |
| Event / “why crash” | "why did BTC crash" | event_explain |
| Listings / announcements | "new listings", "exchange announcements" | exchange_listings |
| Community / UGC / X / sentiment first | "community take", "Reddit", "YouTube" | community_intel |
| News + market or coin background | "news plus market context" | intel_plus_market |
| Market-wide without a ticker | "what is happening in crypto broadly" | market_wide_intel |
Inputs / outputs
- Input: natural language + slots per playbook (
symbol,time_range, optionalevent_id,topic_query). - Output: five-section report (see
SKILL.mdfor the template — takeaway, timeline, community, market context, conclusion).
Routing (when NOT to use)
| Intent | Route to |
|---|---|
| Investment research, fundamentals, TA, macro | gate-info-research |
| On-chain / protocol / address behavior | gate-info-web3 |
| Safety / compliance verdict | gate-info-risk |
Full matrix: skills/_shared/routing.md.
Acceptance criteria
- Preflight contract (skills/_shared/preflight.md).
- Every command appears under
gate-cli news list/gate-cli info listfor the documented baseline. - Facts vs community opinions are separated; UGC/X/sentiment are first-class when the playbook includes those tools.
- Optional
infofailures do not block the news-led report.
Source
- SKILL.md
- playbooks/gate-news-intel.yaml (repository root)