Industry News Agent — 行业新闻代理
v3.1.0每日行业资讯追踪助手,通过RSS订阅获取科技媒体的最新文章(最近24小时),过滤后推送,支持自定义关键词和新闻来源媒体。
0· 290·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install industry-news-agent
镜像加速npx clawhub@latest install industry-news-agent --registry https://cn.longxiaskill.com 镜像可用
技能文档
行业资讯小哨兵 通过 RSS 订阅获取科技媒体最新文章,只推送昨天的资讯。 核心特点 ✅ RSS 订阅 - 直接获取媒体最新文章,更准确 ✅ 只抓昨天 - 确保时效性,不重复推送 ✅ 关键词过滤 - 只看关心的内容 ✅ 自主配置 - 可添加你关注的媒体和关键词 获取逻辑
- 访问 RSS 订阅源 → 获取媒体最新文章
- 过滤最近24小时的文章 → 根据 pubDate
- 过滤关键词 → AI/智能体/大模型等(可自主配置)
- 关注动态 → 发布/上线/合作/融资/商业化/技术突破
- 排除广告/招聘/培训/软文
- 输出 → 标题 + 日期 + 媒体名称 + 摘要(100字) + 链接
- 修改配置文件 nano ~/.openclaw/workspace/skills/industry-news-agent/config.yaml
- 测试运行 python3 ~/.openclaw/workspace/skills/industry-news-agent/scripts/fetch_news.py
- name: 36氪
- name: 虎嗅
- name: 雷锋网
- AI
- 智能体
- 大模型
- 发布
- 融资
- 技术突破
- 招聘
- 培训
- 广告
1. 速腾聚创首次实现单季盈利
日期:2026-03-25 媒体:36氪 摘要:3月25日,速腾聚创公布2025年第四季度及全年业绩报告。财报显示,2025年全年,速腾聚创实现营收约19.41亿元... 链接:https://36kr.com/p/37397129... --- 共 12 条资讯 使用方式 手动运行 python3 ~/.openclaw/workspace/skills/industry-news-agent/scripts/fetch_news.py 设置每日自动推送 (crontab -l 2>/dev/null; echo "0 9 * python3 ~/.openclaw/workspace/skills/industry-news-agent/scripts/fetch_news.py") | crontab - 常见问题 Q: 如何添加新的 RSS 源? A: 编辑 config.yaml,添加: rss_sources:- name: 媒体名称