daily-hot-news
每日热榜技能 - 查询微博、知乎、B站、抖音等54个平台的热榜数据,支持定时推送和分类浏览。
Why use this skill?
Query and track 54+ trending platforms including Weibo, Zhihu, and Bilibili. Features automated local archiving, historical data tracking, and Feishu push notifications.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/one-box-u/daily-hot-newsWhat This Skill Does
The Daily Hot News (daily-hot-news) skill acts as a comprehensive aggregator for real-time trending data across the Chinese internet. It interfaces with a local instance of the DailyHotApi to provide unified access to 54 diverse platforms ranging from social media giants like Weibo and Zhihu to tech-focused communities such as V2EX and Juejin. Beyond simple retrieval, the skill manages local persistence, allowing users to track trends over time through historical archiving and automated storage mechanisms. It also integrates with notification workflows like Feishu to deliver scheduled briefings, keeping you informed without the need to manually browse multiple apps.
Installation
- Ensure your OpenClaw environment is ready and execute the command:
clawhub install openclaw/skills/skills/one-box-u/daily-hot-news. - Deploy the backend service using the provided PM2 scripts located in
/root/.openclaw/workspace/skills/daily-hot-apiby running./deploy.sh. - Verify the service is running at
http://localhost:6688. - Set the environment variable
DAILY_HOT_API_URLto point to your local service address. - Install Python dependencies using
pip install requests aiohttpwithin the skill directory.
Use Cases
- Corporate Intelligence: Monitor industry-specific platforms like 36Kr, Huxiu, or IT之家 to keep tabs on tech trends and competitor news.
- Content Creation: Discover trending topics in real-time to fuel your content strategy and catch viral themes on platforms like Bilibili and Douyin.
- Data Archiving: Automatically store and audit daily trends to analyze long-term shifts in public sentiment or specific topic popularity.
- Automated Briefing: Configure morning alerts to get a snapshot of current events directly in your communication tools.
Example Prompts
- "获取微博当前热搜榜前十名。"
- "查看所有支持的热榜平台列表。"
- "每天早上8点准时推送B站热门排行榜到飞书。"
Tips & Limitations
- Performance: The skill relies on a local background service; ensure enough disk space for the
data/directory if auto-save is enabled. - Storage: Use the
storage.py --clear 30command periodically to prevent excessive disk usage from older archives. - Network: The skill requires network access to sync data from the DailyHotApi; if you are behind a strict firewall, ensure the service can reach the target platforms.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-one-box-u-daily-hot-news": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api