运行时依赖
安装命令
点击复制技能文档
新闻日报 Skill 功能 从多个 RSS 源获取新闻(国内、国际、科技、AI) 格式化为飞书卡片消息(标题可点击) 支持定时自动发送
安装 cp -r ~/.openclaw/workspace/skills/news-daily /path/to/your/openclaw/workspace/skills/
配置
- 创建飞书机器人 Webhook
- 配置 Webhook
使用 手动执行 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