news-daily OpenClaw Skill
获取新闻热榜(国内、国际、科技、AI)并发送到飞书。不依赖本地工程,直接从 RSS 获取数据。
v1.0.0
Recently Updated
Updated Today
Installation
clawhub install news-daily
Requires npm i -g clawhub
299
Downloads
0
Stars
3
current installs
4 all-time
1
Versions
新闻日报 Skill
功能
- 从多个 RSS 源获取新闻(国内、国际、科技、AI)
- 格式化为飞书卡片消息(标题可点击)
- 支持定时自动发送
安装
cp -r ~/.openclaw/workspace/skills/news-daily /path/to/your/openclaw/workspace/skills/
配置
1. 创建飞书机器人 Webhook
- 打开飞书群 → 群设置 → 群机器人 → 添加机器人
- 选择 "自定义机器人"
- 复制 Webhook 地址
2. 配置 Webhook
方式一:环境变量(推荐)
export NEWS_DAILY_WEBHOOK="你的Webhook地址"
方式二:配置文件
vim ~/.openclaw/workspace/skills/news-daily/scripts/config.json
{
"webhook_url": "https://open.feishu.cn/open-apis/bot/v2/hook/xxx",
"date": "today",
"categories": {
"国内": 10,
"国际": 10,
"科技": 10,
"AI": 10
}
}
使用
手动执行
python3 ~/.openclaw/workspace/skills/news-daily/scripts/fetch_and_send.py
配置定时任务
openclaw config set hooks.internal.entries.news-daily.enabled true
openclaw config set hooks.internal.entries.news-daily.systemEvent "news-daily"
openclaw config set hooks.internal.entries.news-daily.action.kind "exec"
openclaw config set hooks.internal.entries.news-daily.action.command "python3 ~/.openclaw/workspace/skills/news-daily/scripts/fetch_and_send.py"
openclaw gateway restart
RSS 源
| 分类 | 来源 |
|---|---|
| 国内 | 中国新闻网、人民日报 |
| 国际 | 纽约时报、BBC、卫报 |
| 科技 | 36氪、少数派、TechCrunch、The Verge |
| AI | InfoQ、机器之心、MIT 科技评论、VentureBeat |
详细说明见 README.md
Statistics
Downloads 299
Stars 0
Current installs 3
All-time installs 4
Versions 1
Comments 0
Created Mar 7, 2026
Updated Apr 5, 2026
Author
HeGangSZ
@hegangsz
Latest Changes
v1.0.0 · Mar 7, 2026
news-daily 1.0.0 - 新增从多类新闻 RSS 源(国内、国际、科技、AI)获取新闻热榜的功能。 - 自动格式化新闻为飞书卡片消息并发送,支持标题点击访问原文。 - 支持通过环境变量或配置文件自定义 Webhook 和新闻类别数量。 - 提供定时自动推送和手动执行两种使用方式。 - 无需本地工程,直接通过 RSS 源抓取数据。
Quick Install
clawhub install news-daily Related Skills
Other popular skills you might find useful.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.