Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
one-box-u avatar

Daily Hot News

  • 673 installs
  • 11 repo stars
  • Updated February 6, 2026
  • one-box-u/openclaw-daily-hot-news

daily-hot-news is an OpenClaw skill that instantly pulls trending topics and hot lists from 54 Chinese platforms including Weibo, Zhihu, Bilibili, and Toutiao for developers who need localized trend data, history, and sc

About

daily-hot-news is an OpenClaw skill from one-box-u/openclaw-daily-hot-news that queries hot-ranking data from 54 Chinese platforms including Weibo, Zhihu, Bilibili, Douyin, and Toutiao via a local DailyHotApi service. It supports categorized source browsing, daily history persistence, on-demand hot-list queries, and scheduled pushes to Feishu. Developers reach for daily-hot-news when building agents or automations that need current Chinese social trend signals for content planning, community monitoring, or distribution timing. Installation requires python3 plus requests and aiohttp dependencies, and the skill wraps the open-source DailyHotApi project for localized hot-list access.

  • Queries hot lists from 54 distinct platforms
  • Supports category browsing of all available sources
  • Automatically saves daily hot list records
  • Enables scheduled push delivery to Feishu
  • Runs a local DailyHotApi service for fast aggregation

Daily Hot News by the numbers

  • 673 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #617 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/one-box-u/openclaw-daily-hot-news --skill daily-hot-news

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs673
repo stars11
Security audit1 / 3 scanners passed
Last updatedFebruary 6, 2026
Repositoryone-box-u/openclaw-daily-hot-news

How do you fetch Chinese platform hot lists in Python?

Instantly pull trending topics and hot lists from 54 Chinese platforms including Weibo, Zhihu, Bilibili, and Toutiao.

Who is it for?

Developers building Chinese-market content agents who need automated hot-list queries across Weibo, Zhihu, Bilibili, and 51 other platforms.

Skip if: Developers needing global English news APIs or deep article scraping should skip daily-hot-news because it only aggregates Chinese platform hot rankings.

When should I use this skill?

Trigger when an agent needs current Chinese social hot lists, trend history, or scheduled Feishu hot-rank pushes.

What you get

Hot-list JSON results, categorized source catalogs, daily history archives, and scheduled Feishu trend pushes

  • Hot-list query results
  • Daily history archives
  • Scheduled Feishu notifications

By the numbers

  • Supports 54 Chinese hot-list platforms
  • Requires python3 with requests and aiohttp dependencies

Files

SKILL.mdMarkdownGitHub ↗

🔥 每日热榜

🎯 概述

提供 54 个热榜源 的本地化查询服务,基于 DailyHotApi 项目。

核心功能

  • 📊 热榜查询 - 查询任意平台的热榜数据
  • 📋 分类浏览 - 列出所有支持的热榜源
  • 💾 历史记录 - 自动保存每日热榜数据
  • ⏰ 定时推送 - 自动推送热榜到飞书

---

🏗️ 架构设计

用户请求 → DailyHotApi Skill → 本地 DailyHotApi 服务 → 返回格式化结果

组件说明

组件职责
DailyHotApi 服务独立运行,抓取/聚合热榜数据
DailyHotApi SkillOpenClaw 插件,处理用户请求

---

📡 支持的热榜源(54个)

🎬 视频/直播平台

接口名称
bilibili哔哩哔哩
acfunAcFun
douyin抖音
kuaishou快手
coolapk酷安

💬 社交媒体

接口名称
weibo微博
zhihu知乎
zhihu-daily知乎日报
tieba百度贴吧
douban-group豆瓣讨论小组
v2exV2EX
ngabbsNGA
hupu虎扑

📰 新闻资讯

接口名称
baidu百度热搜
thepaper澎湃新闻
toutiao今日头条
36kr36氪
qq-news腾讯新闻
sina新浪网
sina-news新浪新闻
netease-news网易新闻
huxiu虎嗅
ifanr爱范儿

💻 科技/技术社区

接口名称
ithomeIT之家
ithome-xijiayiIT之家「喜加一」
sspai少数派
csdnCSDN
juejin稀土掘金
51cto51CTO
nodeseekNodeSeek
hellogithubHelloGitHub

🎮 游戏/ACG

接口名称
genshin原神
miyoushe米游社
honkai崩坏3
starrail崩坏:星穹铁道
lol英雄联盟

📚 阅读/文化

接口名称
jianshu简书
guokr果壳
weread微信读书
douban-movie豆瓣电影

🔧 工具/其他

接口名称
52pojie吾爱破解
hostloc全球主机交流
weatheralarm中央气象台
earthquake中国地震台
history历史上的今天

---

🚀 部署说明

1. PM2 方式管理(推荐)

DailyHotApi 服务使用 PM2 管理,确保稳定运行。

cd /root/.openclaw/workspace/skills/daily-hot-api

# 部署并启动服务
./deploy.sh

# 查看状态
./deploy.sh status

# 重启服务
./deploy.sh restart

# 停止服务
./deploy.sh stop

# 查看日志
./deploy.sh logs

服务地址: http://localhost:6688

2. 配置环境变量

export DAILY_HOT_API_URL=http://localhost:6688

3. 安装 Skill 依赖

cd /root/.openclaw/workspace/skills/daily-hot-news
pip install requests aiohttp

---

🎮 使用示例

查询热榜

用户: 微博热搜
Skill: 调用 /weibo → 返回 Top 10 热榜

查看所有热榜

用户: 有什么热榜
Skill: 返回 54 个热榜源列表

查询历史热榜

用户: 微博历史
Skill: 显示之前保存的微博热榜记录

查看已保存数据

用户: 已保存了哪些数据
Skill: 返回所有已保存的热榜数据统计

定时推送

用户: 每天早上8点推送B站热门
Skill: 设置 cron 任务 → 每日调用 /bilibili → 推送到飞书

---

💾 数据存储

存储位置

所有热榜数据保存在:

/root/.openclaw/workspace/skills/daily-hot-news/data/

文件结构

data/
├── weibo/
│   ├── 2026-02-05.json
│   └── 2026-02-04.json
├── zhihu/
│   └── 2026-02-05.json
└── ...

配置项

环境变量默认值说明
DAILY_HOT_DATA_DIRdata/数据存储目录
DAILY_HOT_AUTO_SAVEtrue是否自动保存热榜数据

管理命令

# 查看已保存的数据统计
python3 storage.py

# 清理 30 天前的旧数据
python3 storage.py --clear 30

---

📊 响应格式

热榜列表响应

{
  "platform": "微博",
  "updateTime": "2026-02-05 17:00:00",
  "data": [
    {
      "rank": 1,
      "title": "热搜标题",
      "hot": "1234万",
      "url": "https://..."
    }
  ]
}

---

⚙️ 配置项

环境变量默认值说明
DAILY_HOT_API_URLhttp://localhost:6688DailyHotApi 服务地址
DAILY_HOT_CACHE_TTL3600缓存时间(秒)
DAILY_HOT_MAX_ITEMS20返回最大条数

---

📊 资源占用

组件内存CPU
DailyHotApi 服务~200MB极低
DailyHotApi Skill<10MB可忽略

总计: <250MB,对服务器无压力

---

🔧 故障排查

问题: 服务无法连接

# 检查 PM2 状态
./deploy.sh status

# 查看日志
./deploy.sh logs

# 重启服务
./deploy.sh restart

---

📁 文件结构

daily-hot-news/
├── SKILL.md              # 本说明书
├── daily_hot_news.py     # 核心 Skill 脚本
├── api_client.py         # API 客户端封装
├── formatter.py          # 响应格式化
├── config.py             # 配置管理
├── storage.py            # 数据存储模块
├── data/                 # 热榜数据存储目录
├── README.md             # 快速开始
└── requirements.txt       # 依赖列表

---

📝 更新日志

v1.1.0 (2026-02-05)

  • ✨ 新增数据存储功能
  • ✨ 支持自动保存每日热榜
  • ✨ 支持查询历史记录
  • ✨ 新增数据统计命令

v1.0.0 (2026-02-05)

  • 初始版本
  • 支持 54 个热榜源
  • 基础查询和定时推送功能

Related skills

FAQ

How many platforms does daily-hot-news support?

daily-hot-news queries hot-list data from 54 Chinese platforms including Weibo, Zhihu, Bilibili, Douyin, and Toutiao. The skill wraps a local DailyHotApi service and supports categorized browsing, history storage, and scheduled Feishu delivery.

What dependencies does daily-hot-news require?

daily-hot-news requires python3 and installs requests and aiohttp via pip inside the skill directory. OpenClaw metadata declares the python-deps install step, and the skill routes user requests through the local DailyHotApi service for hot-rank retrieval.

Is Daily Hot News safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Productivity & Planningautomationresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.