daily-hot-news
Fetches and aggregates trending topics from major Chinese news and social platforms into a structured report.
Install
mkdir -p .claude/skills/daily-hot-news && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11702" && unzip -o skill.zip -d .claude/skills/daily-hot-news && rm skill.zipInstalls to .claude/skills/daily-hot-news
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
获取今日全网新闻热榜数据,聚合多个主流平台(微博热搜、百度热搜、知乎热榜、头条热榜、 哔哩哔哩热门、抖音热搜等)的实时热点话题。当用户提到"今日热搜"、"新闻热榜"、 "今天有什么热点"、"全网热搜"、"热门新闻"、"今日新闻"、"热榜"等关键词时触发此技能。 不适用于查询历史新闻或特定领域深度分析。Key capabilities
- →Fetch real-time hot news data from multiple platforms
- →Aggregate trending topics from Weibo, Baidu, Zhihu, Toutiao, Bilibili, and Douyin
- →Present aggregated news in a structured and formatted output
- →Filter news by specific platforms if requested by the user
- →Limit the number of news items displayed per platform
How it works
The skill parses user input to determine platform and quantity preferences, then executes a Python script to fetch real-time hot news data. It formats the retrieved data into a structured Markdown output.
Inputs & outputs
When to use daily-hot-news
- →Get today's news
- →Check trending topics
- →Aggregate social media trends
- →Monitor news updates
About this skill
今日新闻热榜聚合助手
Description
一键获取全网多平台今日热榜/热搜数据,以结构化、美观的格式呈现给用户,帮助快速掌握当日热点动态。
Instructions
步骤1:确认用户需求
- 解析用户输入,判断是否需要特定平台的热榜(如仅微博、仅知乎)还是全平台聚合
- 如果用户未指定平台,默认获取以下6个主流平台的热榜:
- 微博热搜
- 百度热搜
- 知乎热榜
- 头条热榜
- 哔哩哔哩热门
- 抖音热搜
- 如果用户指定了数量(如"给我看 Top 5"),按指定数量输出;否则默认每个平台展示 Top 10
步骤2:获取热榜数据
- 执行
resources/scripts/fetch_news.py脚本获取实时热榜数据- 入参:
--platforms(平台列表,逗号分隔)、--top(每个平台返回的条目数) - 示例调用:
python3 resources/scripts/fetch_news.py --platforms weibo,baidu,zhihu,toutiao,bilibili,douyin --top 10 - 出参:JSON 格式的热榜数据
- 入参:
- 如果脚本执行失败或某个平台数据获取失败:
- 跳过失败的平台,继续获取其他平台数据
- 在输出中标注"[该平台数据暂时不可用]"
- 如果所有平台都失败,告知用户网络异常并建议稍后重试
步骤3:格式化输出
按以下模板输出结果:
# 🔥 今日全网热榜 | {当前日期} {当前时间}
---
## 📱 微博热搜
| 排名 | 热搜话题 | 热度 |
|------|---------|------|
| 🥇 | #话题名称# | 🔥 999万 |
| 🥈 | ... | ... |
| 🥉 | ... | ... |
---
## 🔍 百度热搜
| 排名 | 热搜词 | 热度指数 |
|------|--------|---------|
| 🥇 | 关键词 | 📈 999999 |
---
(其他平台同理)
---
> 📊 数据更新时间:{时间戳}
> 📡 数据来源:微博、百度、知乎、头条、B站、抖音
> ⚠️ 声明:热榜数据来自各平台公开接口,实时变化,仅供参考
When not to use it
- →Querying historical news
- →Performing specific domain deep analysis
Prerequisites
Limitations
- →Does not support querying historical news
- →Does not support specific domain deep analysis
- →Relies on the availability of public interfaces from various platforms
How it compares
This skill aggregates and formats hot news from multiple Chinese social media platforms into a single, structured output, unlike manually checking each platform individually.
Compared to similar skills
daily-hot-news side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| daily-hot-news (this skill) | 0 | 5mo | No flags | Beginner |
| linkedin-sales-navigator-alt | 23 | 2mo | No flags | Intermediate |
| market-research-reports | 38 | 7mo | Review | Advanced |
| annas-archive-ebooks | 22 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
linkedin-sales-navigator-alt
OneWave-AI
Build targeted prospect lists by analyzing LinkedIn profiles, extracting job titles, companies, locations, and recent activity. Identifies decision-makers, tracks job changes for warm outreach, and enriches contact data. Use when users need to find prospects, build lead lists, or track decision-maker movements.
market-research-reports
davila7
Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.
annas-archive-ebooks
ratacat
Use when needing to look up book content, find a book by title/author, download an ebook, or reference material from a published book. Triggers on book lookups, ebook downloads, "find the book", "get the PDF/EPUB of". Downloads produce PDF/EPUB/MOBI files - use ebook-extractor skill to convert to text.
content-trend-researcher
alirezarezvani
Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis
trend-research
gtmagents
Use when identifying cultural moments, audio trends, memes, or creator
competitive-intelligence
anthropics
Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with "competitive intel", "research competitors", "how do we compare to [competitor]", "battlecard for [competitor]", or "what's new with [competitor]".