获取新闻热榜(国内、国际、科技、AI)并发送到飞书。不依赖本地工程,直接从 RSS 获取数据。
bash
cp -r ~/.openclaw/workspace/skills/news-daily /path/to/your/openclaw/workspace/skills/
方式一:环境变量(推荐)
bash
export NEWSDAILYWEBHOOK=你的Webhook地址
方式二:配置文件
bash
vim ~/.openclaw/workspace/skills/news-daily/scripts/config.json
json
{
webhook_url: https://open.feishu.cn/open-apis/bot/v2/hook/xxx,
date: today,
categories: {
国内: 10,
国际: 10,
科技: 10,
AI: 10
}
}
bash
python3 ~/.openclaw/workspace/skills/news-daily/scripts/fetchandsend.py
bash
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/fetchandsend.py
openclaw gateway restart
| 分类 | 来源 |
|---|---|
| 国内 | 中国新闻网、人民日报 |
| 国际 |
详细说明见 README.md
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 news-daily-1776196673 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 news-daily-1776196673 技能
skillhub install news-daily-1776196673
文件大小: 7.1 KB | 发布时间: 2026-4-15 13:58