Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", "今日热搜", or "微博热搜".
71
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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") # BaiduFetching 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:
2921c1e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.