Loading...
Loading...
Deep-dive analysis of a single topic — heat curve, lifecycle stage, viral anomaly check, near-future prediction, related events, and sentiment evolution via the trendradar MCP. Use when the user asks 深挖XX / 这个话题怎么演变的 / XX 的趋势 / 生命周期 / XX 会不会火 / 异常热度 / 舆情演化 / 把 XX 说清楚 / predict X 的走势 / deep dive on X.
npx skill4agent add asoiso/trend-radar trend-deep-divetrendradartrend-monitorviral-forgetrend-reportanalysis_typemcp__trendradar__analyze_topic_trendanalysis_type| User goal (paraphrased) | | Notable args |
|---|---|---|
| "热度曲线 / 看变化 / 这几天怎么样 / 趋势是啥" | | |
| "现在处于哪个阶段 / 还能火多久 / 是萌芽还是衰退" | | none beyond |
| "是不是异常热点 / 有没有人为推动 / 是不是被刷的" | | |
| "未来几小时/几天会怎样 / 还会不会涨 / predict 走势" | | |
trendlifecycleviralpredictanalysis_typetrendmcp__trendradar__resolve_date_range(text=<user phrase>)date_rangeanalysis_typemcp__trendradar__analyze_topic_trend(
topic=<topic>,
analysis_type=<chosen>,
date_range=<from step 1>,
granularity="day" # use "hour" if window ≤ 72h or user wants intraday detail
)mcp__trendradar__find_related_news(
reference_title=<topic>,
date_range=<same as step 1>,
threshold=0.5,
limit=30
)search_newsmcp__trendradar__analyze_sentiment(
topic=<topic>,
date_range=<same>,
# pass article ids/urls from step 3 if the tool accepts them; otherwise let it re-fetch
)mcp__trendradar__compare_periods(
topic=<topic>,
current_range=<step 1>,
previous_range=<auto-shifted by the same span>
)mcp__trendradar__read_articles_batch(article_ids=[...])## 一句话结论
<one sentence: what stage + what direction + one notable signal>
## 热度曲线
| 日期/小时 | 热度 | 备注 |
|---|---|---|
| ... | ... | ... |
**趋势判定**: 上升 / 平台 / 衰退 (+ 短理由)
## 生命周期阶段
**当前阶段**: 萌芽 / 爆发 / 平台 / 衰退
**判定依据**: <2-3 句,引用曲线斜率、峰值距今时间、相关事件密度>
## 关键节点
- YYYY-MM-DD · 平台 · <事件标题/触发动作>
- ...
## 情感分布
- 正面 X% — 代表观点: "..."
- 中性 Y% — 代表观点: "..."
- 负面 Z% — 代表观点: "..."
## 相关事件 / 卫星话题
1. <标题> (相似度 0.xx) — 一句话定位
2. ...
## 预测 (仅在调用了 predict 时)
- 未来 N 小时方向: 上行 / 持平 / 下行
- 置信度: 0.xx
- 触发再涨/熄火的关键变量: ...
## 数据来源与置信度
- MCP 调用: analyze_topic_trend(<type>), find_related_news, analyze_sentiment, [compare_periods], read_articles_batch
- 数据点数量: N 篇文章 / M 个时间桶
- 置信度评估: 高 / 中 / 低 — <理由,例如样本量、平台覆盖度、是否跨多源验证>analyze_topic_trend<topic>find_related_newsfind_related_newslimit=10lifecyclepredictanalyze_topic_trend(analysis_type="trend")granularity="hour"analyze_topic_trend(trend)trend-monitor../docs/mcp-tools.mdtrend-monitorviral-forgetrend-report