← Back to Skills Marketplace
11
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install topic-interpreter
Description
今日话题解读器 — 自动抓取全网热搜,结合 AI 深度解读每个热门话题的来龙去脉、多方观点和趋势走向。 当用户想了解今天发生了什么、某个热搜的完整故事、或者需要一份热点日报时,使用本技能。 支持微博、知乎、百度、抖音、今日头条等平台。
README (SKILL.md)
今日话题解读器
数据源
基础 URL: https://60s.viki.moe/v2
| 平台 | 接口 |
|---|---|
| 微博 | /v2/weibo |
| 知乎 | /v2/zhihu |
| 百度 | /v2/baidu/hot |
| 抖音 | /v2/douyin |
| B站 | /v2/bili |
解读流程
- 拉取热搜 — 用
web_fetch("https://60s.viki.moe/v2/{platform}")获取 JSON - 筛选话题 — 优先选热度高(微博>30万/百度>500万)、跨平台出现的、有深度的话题。排除纯娱乐八卦
- 深度挖掘 — 用
web_search搜索话题,web_fetch抓取原文,获取多方观点 - 输出报告 — 按以下结构输出 markdown:
# 📋 今日热点解读
## 🔥 热点速览
TOP 3 话题概览(标题 + 热度 + 覆盖平台)
## 📖 深度解读
### 1. [话题标题]
- **事件概述:** 2-3句话
- **各方观点:** 支持/反对/中立
- **趋势判断:**
### 2. [话题标题]
...
## 📊 今日特征
整体趋势总结
三个场景
- 今天有什么大事? 拉取全平台 → 选TOP5深挖 → 完整报告
- 这个热搜怎么回事? 用户给出话题 → 搜索 + 抓取原文 → 简洁解读
- 对比昨天 对比两次热搜变化,看新出现/持续/消失的话题
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install topic-interpreter - After installation, invoke the skill by name or use
/topic-interpreter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
精简 SKILL.md,去掉冗余过程描述
v1.0.0
初始发布:全网热搜深度解读。自动抓取微博/知乎/百度/抖音/今日头条热搜,结合 AI 深度解读每个热门话题的来龙去脉、多方观点和趋势走向。
Metadata
Frequently Asked Questions
What is 今日话题解读器?
今日话题解读器 — 自动抓取全网热搜,结合 AI 深度解读每个热门话题的来龙去脉、多方观点和趋势走向。 当用户想了解今天发生了什么、某个热搜的完整故事、或者需要一份热点日报时,使用本技能。 支持微博、知乎、百度、抖音、今日头条等平台。 It is an AI Agent Skill for Claude Code / OpenClaw, with 11 downloads so far.
How do I install 今日话题解读器?
Run "/install topic-interpreter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 今日话题解读器 free?
Yes, 今日话题解读器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 今日话题解读器 support?
今日话题解读器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 今日话题解读器?
It is built and maintained by krisyhr (@krisyhr); the current version is v1.1.0.
More Skills