返回顶部
n

news-daily

获取新闻热榜(国内、国际、科技、AI)并发送到飞书。不依赖本地工程,直接从 RSS 获取数据。

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
72
下载量
0
收藏
概述
安装方式
版本历史

news-daily

# 新闻日报 Skill ## 功能 - 从多个 RSS 源获取新闻(国内、国际、科技、AI) - 格式化为飞书卡片消息(标题可点击) - 支持定时自动发送 ## 安装 ```bash cp -r ~/.openclaw/workspace/skills/news-daily /path/to/your/openclaw/workspace/skills/ ``` ## 配置 ### 1. 创建飞书机器人 Webhook 1. 打开飞书群 → 群设置 → 群机器人 → 添加机器人 2. 选择 "自定义机器人" 3. 复制 Webhook 地址 ### 2. 配置 Webhook 方式一:环境变量(推荐) ```bash export NEWS_DAILY_WEBHOOK="你的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/fetch_and_send.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/fetch_and_send.py" openclaw gateway restart ``` ## RSS 源 | 分类 | 来源 | |------|------| | 国内 | 中国新闻网、人民日报 | | 国际 | 纽约时报、BBC、卫报 | | 科技 | 36氪、少数派、TechCrunch、The Verge | | AI | InfoQ、机器之心、MIT 科技评论、VentureBeat | 详细说明见 [README.md](./README.md)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 news-daily-local-1776119183 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 news-daily-local-1776119183 技能

通过命令行安装

skillhub install news-daily-local-1776119183

下载 Zip 包

⬇ 下载 news-daily v1.0.0

文件大小: 7.18 KB | 发布时间: 2026-4-14 09:38

v1.0.0 最新 2026-4-14 09:38
news-daily-local 1.0.0

- Initial release of the news-daily skill.
- Fetches top news from multiple categories (domestic, international, technology, AI) via RSS.
- Formats news into Feishu card messages with clickable titles.
- Supports scheduled or manual message sending to Feishu groups.
- Flexible configuration via environment variables or config file.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部