# Send 每日热榜 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "daily-hot-news",
    "name": "每日热榜",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/one-box-u/daily-hot-news",
    "canonicalUrl": "https://clawhub.ai/one-box-u/daily-hot-news",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/daily-hot-news",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-hot-news",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "README_EN.md",
      "SKILL.md",
      "__init__.py",
      "api_client.py",
      "config.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/daily-hot-news"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/daily-hot-news",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-hot-news",
    "agentUrl": "https://openagent3.xyz/skills/daily-hot-news/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-hot-news/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-hot-news/agent.md"
  }
}
```
## Documentation

### 🎯 概述

提供 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

### 🎮 游戏/ACG

接口名称genshin原神miyoushe米游社honkai崩坏3starrail崩坏：星穹铁道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返回最大条数

### 📊 资源占用

组件内存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 个热榜源
基础查询和定时推送功能
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: one-box-u
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/daily-hot-news)
- [Send to Agent page](https://openagent3.xyz/skills/daily-hot-news/agent)
- [JSON manifest](https://openagent3.xyz/skills/daily-hot-news/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/daily-hot-news/agent.md)
- [Download page](https://openagent3.xyz/downloads/daily-hot-news)