>- Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", "今日热搜", or "微博热搜".
npx skills add https://github.com/freestylefly/wesight --skill daily-trending
Fetch today's trending topics by scraping data from various platforms via tophub.today.
Fetch trending lists from the following platforms on tophub.today:
/n/mproPpoq6O/n/KqndgxeLl9/n/Jb0vmloB1G/n/Q1Vd5Ko85R/n/5VaobgvAj1/n/wWmoO5Rd4ETo avoid context overflow, fetch in batches with character limits!
Option A: Core Platforms First (Recommended)
Use web-search skill or web_fetch to fetch only 2-3 core platforms:
web_fetch("https://tophub.today/n/KqndgxeLl9") # Weibo
web_fetch("https://tophub.today/n/mproPpoq6O") # Zhihu
web_fetch("https://tophub.today/n/Jb0vmloB1G") # Baidu
Fetching Priority:
From all platform trending lists, filter out truly important topics:
Include:
Exclude:
Output Requirements:
Output only the 5 most valuable items:
======
🔥 今日热搜(3月25日)
1. [完整新闻标题1]
2. [完整新闻标题2]
3. [完整新闻标题3]
4. [完整新闻标题4]
5. [完整新闻标题5]
======
Notes:
Take freestylefly/daily-trending from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.