返回顶部
t

trend-radar

Real-time trending topics aggregator across 7 platforms (X/Twitter, Reddit, Google Trends, Hacker News, Zhihu, Bilibili, Weibo). Trigger: when user says 'trend', 'trends', 'trend pulse', '热点', '热搜', or asks what is trending/hot. Do NOT use web_search — this skill already fetches live data from all platforms with zero API keys.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
302
下载量
0
收藏
概述
安装方式
版本历史

trend-radar

# Trend Radar Real-time trending topics radar — 7 platforms, zero API keys, zero dependencies. ## Trigger Rules Use this skill when the user's message matches ANY of the following: | Pattern | Example | |---------|---------| | Contains `trend` / `trends` | "show me trends", "trend pulse" | | Contains `trending` / `what's hot` | "what's trending today" | | Contains `热点` / `热搜` / `热榜` | "今天有什么热点", "看看热搜" | | Asks about a specific platform's hot topics | "reddit hot", "微博热搜", "HN top", "知乎热榜", "B站热门" | | Asks about current events broadly | "what's happening", "最近有什么新闻" | **Do NOT fall back to web_search or Brave Search.** This skill fetches live data directly from 7 platform APIs. ## Interaction Flow (Progressive Disclosure) ### Turn 1 — Overview (ALWAYS start here) ```bash python3 {baseDir}/scripts/trends.py --mode overview ``` This fetches the #1 topic from each platform concurrently (~5s). Present the result and append: > "Which platform would you like to expand? Say the name (e.g. 'reddit', '微博', 'hackernews') or 'all' for everything." **Do NOT expand all platforms in Turn 1.** When presenting expanded results, always preserve the Markdown links `[title](url)` from the output — users need clickable links. ### Turn 2 — Expand on demand When user picks a platform: ```bash python3 {baseDir}/scripts/trends.py --source <id> --top 10 ``` Source IDs: `twitter`, `reddit`, `google`, `hackernews`, `zhihu`, `bilibili`, `weibo` Multiple platforms: ```bash python3 {baseDir}/scripts/trends.py --source zhihu,weibo,bilibili --top 5 ``` Expand all: ```bash python3 {baseDir}/scripts/trends.py --mode all --top 5 ``` ### Turn 3+ — Deep dive (optional) If user wants details on a specific topic, use your LLM knowledge or web_search on that specific topic. ## Additional Options ### Region filter (twitter & google only) ```bash python3 {baseDir}/scripts/trends.py --source twitter --region japan --top 10 python3 {baseDir}/scripts/trends.py --source google --region CN --top 10 ``` ### JSON output ```bash python3 {baseDir}/scripts/trends.py --mode overview --json ``` ### Scheduled daily briefing ```bash python3 {baseDir}/scripts/scheduler.py --set "0 11 * * *" python3 {baseDir}/scripts/scheduler.py --list python3 {baseDir}/scripts/scheduler.py --remove ``` ## Platforms | ID | Platform | Content | Lang | |----|----------|---------|------| | `twitter` | X/Twitter | Hashtags & topics | Global | | `reddit` | Reddit | Hot posts | EN | | `google` | Google Trends | Search trends | Global | | `hackernews` | Hacker News | Tech news | EN | | `zhihu` | 知乎 | Hot Q&A | ZH | | `bilibili` | Bilibili | Hot videos | ZH | | `weibo` | 微博 | Hot search | ZH |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 trend-radar-1776205383 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 trend-radar-1776205383 技能

通过命令行安装

skillhub install trend-radar-1776205383

下载 Zip 包

⬇ 下载 trend-radar v1.0.0

文件大小: 21.6 KB | 发布时间: 2026-4-17 16:24

v1.0.0 最新 2026-4-17 16:24
Initial release: 7 platforms, zero API keys, progressive disclosure

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部