发现并追踪热点话题,自动去重,支持多平台热榜监控。Use when: (1) 寻找创作灵感或热点话题,(2) 检查话题是否已使用过,(3) 监控微博/知乎/抖音等平台热榜,(4) 需要话题推荐时。NOT for: 实时新闻追踪、舆情危机处理。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install hot-topic-finder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install hot-topic-finder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/hot-topic-finder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: hot-topic-finder description: "发现并追踪热点话题,自动去重,支持多平台热榜监控。Use when: (1) 寻找创作灵感或热点话题,(2) 检查话题是否已使用过,(3) 监控微博/知乎/抖音等平台热榜,(4) 需要话题推荐时。NOT for: 实时新闻追踪、舆情危机处理。" metadata: { "openclaw": { "emoji": "🔥", "requires": { "bins": ["curl", "python3"] }, }, } ---
自动发现热点话题,智能去重,追踪使用历史。
✅ 适合:
# 查找热点话题
python3 {baseDir}/scripts/find_topics.py --count 10
# 检查话题是否已使用
python3 {baseDir}/scripts/check_topic.py "房价下跌趋势"
# 标记话题已使用
python3 {baseDir}/scripts/mark_topic.py "房价下跌趋势" --heat 560000
# 获取智能推荐
python3 {baseDir}/scripts/recommend.py --count 5
# 查看使用历史
python3 {baseDir}/scripts/topic_history.py --days 30
话题历史存储在 SQLite 数据库:~/.openclaw/data/topic_history.db
安装 Hot Topic Finder 后,可以对 AI 说这些话来触发它
Help me get started with Hot Topic Finder
Explains what Hot Topic Finder does, walks through the setup, and runs a quick demo based on your current project
Use Hot Topic Finder to discover and track hot topics, automatically remove duplicates, and...
Invokes Hot Topic Finder with the right parameters and returns the result directly in the conversation
What can I do with Hot Topic Finder in my general tools workflow?
Lists the top use cases for Hot Topic Finder, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/hot-topic-finder/ 目录(个人级,所有项目可用),或 .claude/skills/hot-topic-finder/(项目级)。重启 AI 客户端后,用 /hot-topic-finder 主动调用,或让 AI 根据上下文自动发现并使用。
Hot Topic Finder 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Hot Topic Finder 可免费安装使用。请查阅仓库了解许可证信息。
发现并追踪热点话题,自动去重,支持多平台热榜监控。Use when: (1) 寻找创作灵感或热点话题,(2) 检查话题是否已使用过,(3) 监控微博/知乎/抖音等平台热榜,(4) 需要话题推荐时。NOT for: 实时新闻追踪、舆情危机处理。
Hot Topic Finder 属于「General Tools」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my general tools tasks using Hot Topic Finder
Identifies repetitive steps in your workflow and sets up Hot Topic Finder to handle them automatically