ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/one-box-u/daily-hot-news
Or

What 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

  1. Ensure your OpenClaw environment is ready and execute the command: clawhub install openclaw/skills/skills/one-box-u/daily-hot-news.
  2. Deploy the backend service using the provided PM2 scripts located in /root/.openclaw/workspace/skills/daily-hot-api by running ./deploy.sh.
  3. Verify the service is running at http://localhost:6688.
  4. Set the environment variable DAILY_HOT_API_URL to point to your local service address.
  5. Install Python dependencies using pip install requests aiohttp within 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 30 command 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

Author@one-box-u
Stars1287
Views12
Updated2026-02-22
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-one-box-u-daily-hot-news": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#news#trending#aggregation#productivity#monitoring
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api