← 返回 Skills 市场
krisyhr

今日话题解读器

作者 krisyhr · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
11
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install topic-interpreter
功能描述
今日话题解读器 — 自动抓取全网热搜,结合 AI 深度解读每个热门话题的来龙去脉、多方观点和趋势走向。 当用户想了解今天发生了什么、某个热搜的完整故事、或者需要一份热点日报时,使用本技能。 支持微博、知乎、百度、抖音、今日头条等平台。
使用说明 (SKILL.md)

今日话题解读器

数据源

基础 URL: https://60s.viki.moe/v2

平台 接口
微博 /v2/weibo
知乎 /v2/zhihu
百度 /v2/baidu/hot
抖音 /v2/douyin
B站 /v2/bili

解读流程

  1. 拉取热搜 — 用 web_fetch("https://60s.viki.moe/v2/{platform}") 获取 JSON
  2. 筛选话题 — 优先选热度高(微博>30万/百度>500万)、跨平台出现的、有深度的话题。排除纯娱乐八卦
  3. 深度挖掘 — 用 web_search 搜索话题,web_fetch 抓取原文,获取多方观点
  4. 输出报告 — 按以下结构输出 markdown:
# 📋 今日热点解读

## 🔥 热点速览
TOP 3 话题概览(标题 + 热度 + 覆盖平台)

## 📖 深度解读
### 1. [话题标题]
- **事件概述:** 2-3句话
- **各方观点:** 支持/反对/中立
- **趋势判断:** 

### 2. [话题标题]
...

## 📊 今日特征
整体趋势总结

三个场景

  • 今天有什么大事? 拉取全平台 → 选TOP5深挖 → 完整报告
  • 这个热搜怎么回事? 用户给出话题 → 搜索 + 抓取原文 → 简洁解读
  • 对比昨天 对比两次热搜变化,看新出现/持续/消失的话题
安全使用建议
Install this if you want an agent to fetch public hot-search and news information from third-party services for summaries. Avoid using it with sensitive personal, confidential, or private topics unless you are comfortable with those search terms being sent to external web services.
能力评估
Purpose & Capability
The stated purpose is to gather Chinese platform hot-search topics and produce structured AI summaries; the instructed web fetching and searching are directly aligned with that purpose.
Instruction Scope
The invocation examples include broad current-events phrases, so it may be used for ordinary news questions, but that is consistent with a daily hot-topic briefing skill rather than purpose-mismatched behavior.
Install Mechanism
The package contains only a SKILL.md markdown file and no executable installer, scripts, package hooks, or additional runtime files.
Credentials
The skill relies on third-party trend endpoints plus web search/fetch operations; this network use is proportionate to news aggregation and is described in the artifact, though users should understand topics may be sent to external services.
Persistence & Privilege
No persistence, background worker, privilege escalation, local file indexing, credential use, or account mutation behavior is present in the artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install topic-interpreter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /topic-interpreter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
精简 SKILL.md,去掉冗余过程描述
v1.0.0
初始发布:全网热搜深度解读。自动抓取微博/知乎/百度/抖音/今日头条热搜,结合 AI 深度解读每个热门话题的来龙去脉、多方观点和趋势走向。
元数据
Slug topic-interpreter
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

今日话题解读器 是什么?

今日话题解读器 — 自动抓取全网热搜,结合 AI 深度解读每个热门话题的来龙去脉、多方观点和趋势走向。 当用户想了解今天发生了什么、某个热搜的完整故事、或者需要一份热点日报时,使用本技能。 支持微博、知乎、百度、抖音、今日头条等平台。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 11 次。

如何安装 今日话题解读器?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install topic-interpreter」即可一键安装,无需额外配置。

今日话题解读器 是免费的吗?

是的,今日话题解读器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

今日话题解读器 支持哪些平台?

今日话题解读器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 今日话题解读器?

由 krisyhr(@krisyhr)开发并维护,当前版本 v1.1.0。

💬 留言讨论