news-daily

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "news-daily" with this command: npx skills add HeGangSZ/news-daily

新闻日报 Skill

功能

  • 从多个 RSS 源获取新闻(国内、国际、科技、AI)
  • 格式化为飞书卡片消息(标题可点击)
  • 支持定时自动发送

安装

cp -r ~/.openclaw/workspace/skills/news-daily /path/to/your/openclaw/workspace/skills/

配置

1. 创建飞书机器人 Webhook

  1. 打开飞书群 → 群设置 → 群机器人 → 添加机器人
  2. 选择 "自定义机器人"
  3. 复制 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
AIInfoQ、机器之心、MIT 科技评论、VentureBeat

详细说明见 README.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

AI News Pusher

AI新闻自动获取与推送Skill v2.2。新增智能产品价值评分、高质量信源过滤、三级分类机制和人工反馈迭代。支持Tavily、Brave、RSS多新闻源聚合,无需API Key即可使用RSS源。当用户需要获取AI行业最新动态、自动化新闻推送、多源新闻聚合或智能内容过滤时触发此Skill。

Registry SourceRecently Updated
1230
Profile unavailable
General

Daily Hot Push

每日推送中国热榜TOP10到飞书。从微博、知乎、百度、36氪筛选最重要的新闻,智能排除明星八卦和主观评论。

Registry SourceRecently Updated
0286
Profile unavailable
General

AI Tech Intelligence Briefing

Automatically curates and summarizes daily top AI and tech news worldwide, delivering concise, time-zone aware briefings for quick updates.

Registry SourceRecently Updated
2103
Profile unavailable