Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
每日热榜技能 - 查询微博、知乎、B站、抖音等54个平台的热榜数据,支持定时推送和分类浏览。
每日热榜技能 - 查询微博、知乎、B站、抖音等54个平台的热榜数据,支持定时推送和分类浏览。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
提供 54 个热榜源 的本地化查询服务,基于 DailyHotApi 项目。 核心功能: 📊 热榜查询 - 查询任意平台的热榜数据 📋 分类浏览 - 列出所有支持的热榜源 💾 历史记录 - 自动保存每日热榜数据 ⏰ 定时推送 - 自动推送热榜到飞书
用户请求 → DailyHotApi Skill → 本地 DailyHotApi 服务 → 返回格式化结果
组件职责DailyHotApi 服务独立运行,抓取/聚合热榜数据DailyHotApi SkillOpenClaw 插件,处理用户请求
接口名称bilibili哔哩哔哩acfunAcFundouyin抖音kuaishou快手coolapk酷安
接口名称weibo微博zhihu知乎zhihu-daily知乎日报tieba百度贴吧douban-group豆瓣讨论小组v2exV2EXngabbsNGAhupu虎扑
接口名称baidu百度热搜thepaper澎湃新闻toutiao今日头条36kr36氪qq-news腾讯新闻sina新浪网sina-news新浪新闻netease-news网易新闻huxiu虎嗅ifanr爱范儿
接口名称ithomeIT之家ithome-xijiayiIT之家「喜加一」sspai少数派csdnCSDNjuejin稀土掘金51cto51CTOnodeseekNodeSeekhellogithubHelloGitHub
接口名称genshin原神miyoushe米游社honkai崩坏3starrail崩坏:星穹铁道lol英雄联盟
接口名称jianshu简书guokr果壳weread微信读书douban-movie豆瓣电影
接口名称52pojie吾爱破解hostloc全球主机交流weatheralarm中央气象台earthquake中国地震台history历史上的今天
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
export DAILY_HOT_API_URL=http://localhost:6688
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返回最大条数
组件内存CPUDailyHotApi 服务~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 个热榜源 基础查询和定时推送功能
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.