gate-news-communityscan
General Rules
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding.
Do NOT select or call any tool until all rules are read. These rules have the highest priority.
→ Read ./references/gate-runtime-rules.md
→ Also read ./references/info-news-runtime-rules.md for gate-info / gate-news shared rules (tool degradation, report standards, security, and output standards).
- - Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they
exist in the MCP server.
Community Sentiment Scan Skill (X/Twitter focused). Parallel calls fetch X/Twitter discussion analysis and quantitative social sentiment; LLM aggregates into a community insights report.
Trigger Scenarios: Community opinions, Twitter/X discussions, KOL views, social sentiment, etc.
Known Limitations
- - UGC platforms: Reddit, Discord, and Telegram depend on
search_ugc availability. Until that API is online, label reports as X/Twitter-only. - Historical sentiment trend may degrade to a single-point snapshot depending on upstream API coverage.
MCP Dependencies
Required MCP Servers
| MCP Server | Status |
|---|
| Gate-News | ✅ Required |
MCP Tools Used
Query Operations (Read-only)
- - newsfeedsearchx (X/Twitter discussion — e.g., Grok-backed analysis per upstream)
- newsfeedgetsocial_sentiment
Authentication
- - API Key Required: No
- Credentials Source: None; this skill uses read-only Gate Info / Gate News MCP access only.
Installation Check
- - Required: Gate-News
- Install: Use the local Gate MCP installation flow for the current host IDE before continuing.
- Continue only after the required Gate MCP server is available in the current environment.
Routing Rules
| User Intent | Keywords | Action |
|---|
| Community opinion on a coin | "what does community think about ETH" | Execute with INLINECODE3 |
| X/Twitter discussion |
"Twitter discussion" "KOL views" | Execute (X-focused) |
| General social sentiment | "overall market sentiment" | Execute (no specific coin) |
| Reddit/Discord specific | "Reddit discussion" | Inform: X now; UGC coming |
| News only | "any crypto news" | Route to
gate-news-briefing |
| Coin analysis | "analyze SOL" | Route to
gate-info-coinanalysis |
| Why price moved | "why did BTC pump" | Route to
gate-news-eventexplain |
Execution Workflow
Step 0: Multi-Dimension Intent Check
- - Community/social sentiment → this Skill.
- Coin fundamentals + technicals + macro together →
gate-info-research (if available).
Step 1: Intent Recognition & Parameter Extraction
- -
coin (optional) - INLINECODE9 (optional): e.g., ETF, regulation, Layer 2
- INLINECODE10 : constructed from coin + topic for X search; if neither, general market social scan
Step 2: Call MCP Tools in Parallel
| Step | MCP Tool | Parameters | Retrieved Data | Parallel |
|---|
| 1a | INLINECODE11 | INLINECODE12 | X discussion / narratives / KOL angles | Yes |
| 1b |
news_feed_get_social_sentiment |
coin={coin} if specified | Sentiment score, ratios, mention volume | Yes |
Step 3: LLM Aggregation
- - Synthesize qualitative X discussion with quantitative sentiment
- Dominant narratives and KOL themes
- Sentiment vs price alignment or divergence
Report Template
CODEBLOCK0
Decision Logic
| Condition | Assessment |
|---|
| Sentiment score > 70 | Strongly bullish — contrarian caution |
| Sentiment score < 30 |
Strongly bearish — possible capitulation or opportunity |
| Positive ratio > 80% | Strong positive consensus — watch for reversal |
| Discussion volume > 2x 7d average | Unusual activity — possible catalyst |
| KOL opinions divided | Broken consensus — uncertainty |
| Sentiment bullish but price falling | Divergence — sentiment may lag |
| Sentiment bearish but price rising | Divergence — market defying expectations |
Error Handling
| Error Type | Handling |
|---|
| INLINECODE15 fails | Sentiment metrics only; note X discussion unavailable |
| INLINECODE16 fails |
X discussion only; skip metrics |
| Both Tools fail | Return error; suggest retry |
| No X discussions for query | Broaden query; note limited data |
| User asks for Reddit/Discord | State UGC not available; X-only for now |
Cross-Skill Routing
| User Follow-up Intent | Route To |
|---|
| "Analyze this coin" | INLINECODE17 |
| "Any news about this?" |
gate-news-briefing |
| "Why is it pumping/dumping?" |
gate-news-eventexplain |
| "Technical analysis?" |
gate-info-trendanalysis |
| "On-chain data?" |
gate-info-tokenonchain |
| "How's the overall market?" |
gate-info-marketoverview |
Safety Rules
- 1. No fabricated opinions: Only report what data supports; do not invent KOL quotes.
- Source attribution: Attribute generically to KOL/community unless public figure is clearly named in data.
- Neutral presentation: Show bullish and bearish views.
- Sentiment ≠ prediction: State limitations clearly.
- Platform transparency: Label X/Twitter-only coverage.
- Misinformation: Prefer "unverified claims circulating" over stating rumors as fact.
- Age & eligibility: Intended for users aged 18 or above with full civil capacity in their jurisdiction.
- Data flow: The host agent processes user prompts; this skill directs read-only Gate-News MCP tools listed above. The LLM synthesizes from tool results. This skill does not invoke additional third-party data services.
gate-news-communityscan
通用规则
⚠️ 停止——在继续之前,你必须阅读并严格遵守共享运行时规则。
在阅读所有规则之前,不得选择或调用任何工具。这些规则具有最高优先级。
→ 阅读 ./references/gate-runtime-rules.md
→ 同时阅读 ./references/info-news-runtime-rules.md 了解 gate-info / gate-news 共享规则(工具降级、报告标准、安全和输出标准)。
- - 仅调用本技能中明确列出的 MCP 工具。 即使 MCP 服务器中存在未在此处记录的工具,也不得调用。
社区情绪扫描技能(专注于 X/Twitter)。并行调用获取 X/Twitter 讨论分析和量化社交情绪;LLM 汇总生成社区洞察报告。
触发场景:社区意见、Twitter/X 讨论、KOL 观点、社交情绪等。
已知限制
- - UGC 平台:Reddit、Discord 和 Telegram 依赖于 search_ugc 的可用性。在该 API 上线之前,报告需标注为仅限 X/Twitter。
- 历史情绪趋势可能因上游 API 覆盖范围而退化为单点快照。
MCP 依赖项
必需的 MCP 服务器
使用的 MCP 工具
查询操作(只读)
- - newsfeedsearchx(X/Twitter 讨论——例如,根据上游提供的 Grok 支持分析)
- newsfeedgetsocial_sentiment
身份验证
- - 需要 API 密钥:否
- 凭证来源:无;本技能仅使用只读的 Gate Info / Gate News MCP 访问权限。
安装检查
- - 必需:Gate-News
- 安装:在继续之前,使用当前主机 IDE 的本地 Gate MCP 安装流程。
- 仅在当前环境中所需的 Gate MCP 服务器可用后继续。
路由规则
| 用户意图 | 关键词 | 操作 |
|---|
| 社区对某个币的意见 | 社区对 ETH 怎么看 | 使用 coin 执行 |
| X/Twitter 讨论 |
Twitter 讨论 KOL 观点 | 执行(专注于 X) |
| 一般社交情绪 | 整体市场情绪 | 执行(无特定币种) |
| 特定 Reddit/Discord | Reddit 讨论 | 告知:目前为 X;UGC 即将推出 |
| 仅新闻 | 有什么加密新闻 | 路由至 gate-news-briefing |
| 币种分析 | 分析 SOL | 路由至 gate-info-coinanalysis |
| 价格变动原因 | BTC 为什么涨了 | 路由至 gate-news-eventexplain |
执行工作流
第 0 步:多维度意图检查
- - 社区/社交情绪 → 本技能。
- 币种基本面 + 技术面 + 宏观面综合分析 → gate-info-research(如果可用)。
第 1 步:意图识别与参数提取
- - coin(可选)
- topic(可选):例如 ETF、监管、Layer 2
- query:由 coin + topic 构建用于 X 搜索;如果两者皆无,则进行一般市场社交扫描
第 2 步:并行调用 MCP 工具
| 步骤 | MCP 工具 | 参数 | 检索数据 | 并行 |
|---|
| 1a | newsfeedsearchx | query={coin 或 topic} | X 讨论/叙事/KOL 角度 | 是 |
| 1b |
newsfeed
getsocial_sentiment | coin={coin}(如指定) | 情绪评分、比率、提及量 | 是 |
第 3 步:LLM 汇总
- - 综合定性 X 讨论与定量情绪
- 主导叙事和 KOL 主题
- 情绪与价格的一致性或背离
报告模板
markdown
社区情绪扫描:{coin 或 topic}
生成时间:{timestamp} | 平台:仅限 X/Twitter
注意:Reddit/Discord/Telegram 暂不支持。
X/Twitter 讨论
{来自 newsfeedsearch_x 的摘要}
关键叙事:...
值得关注的 KOL 观点:...
情绪指标
| 指标 | 数值 | 评估 |
|---|
| 情绪评分 | {score} | {看涨/看跌/中性} |
情绪与价格对比
... |
| 一致性 | {一致 / 背离} |
关键要点
{2–3 个洞察}
社区情绪并非可靠的价格预测指标。这不构成投资建议。
决策逻辑
| 条件 | 评估 |
|---|
| 情绪评分 > 70 | 强烈看涨——反向谨慎 |
| 情绪评分 < 30 |
强烈看跌——可能恐慌性抛售或机会 |
| 正面比率 > 80% | 强烈正面共识——警惕反转 |
| 讨论量 > 7 天平均值的 2 倍 | 异常活动——可能存在催化剂 |
| KOL 意见分歧 | 共识破裂——不确定性 |
| 情绪看涨但价格下跌 | 背离——情绪可能滞后 |
| 情绪看跌但价格上涨 | 背离——市场超出预期 |
错误处理
| 错误类型 | 处理方式 |
|---|
| newsfeedsearchx 失败 | 仅提供情绪指标;注明 X 讨论不可用 |
| newsfeedgetsocial_sentiment 失败 |
仅提供 X 讨论;跳过指标 |
| 两个工具均失败 | 返回错误;建议重试 |
| 查询无 X 讨论 | 扩大查询范围;注明数据有限 |
| 用户询问 Reddit/Discord | 说明 UGC 不可用;目前仅限 X |
跨技能路由
| 用户后续意图 | 路由至 |
|---|
| 分析这个币 | gate-info-coinanalysis |
| 有相关新闻吗? |
gate-news-briefing |
| 为什么涨/跌? | gate-news-eventexplain |
| 技术分析? | gate-info-trendanalysis |
| 链上数据? | gate-info-tokenonchain |
| 整体市场情况? | gate-info-marketoverview |
安全规则
- 1. 不得捏造观点:仅报告数据支持的内容;不得编造 KOL 引述。
- 来源归属:除非数据中明确提及公众人物,否则应泛泛归属为 KOL/社区。
- 中立呈现:同时展示看涨和看跌观点。
- 情绪 ≠ 预测:清晰说明限制。
- 平台透明度:标注仅限 X/Twitter 覆盖。
- 错误信息:优先使用存在未经证实的说法流传,而非将谣言陈述为事实。
- 年龄与资格:面向年满 18 周岁且在其司法管辖区内具有完全民事行为能力的用户。
- 数据流:主机代理处理用户提示;本技能指导上述列出的只读 Gate-News MCP 工具。LLM 根据工具结果进行综合。本技能不调用额外的第三方数据服务。