Agent Skills › ZJU-REAL/Easel › skill-rss-aggregator

skill-rss-aggregator

GitHub

聚合用户自选RSS/Atom源,解析并过滤最新条目,生成资讯摘要或选题简报。支持关键词、时间窗过滤及去重排序,适用于每日资讯追踪与内容创作选题。

skills/openclaw/skill-rss-aggregator/SKILL.md ZJU-REAL/Easel

Trigger Scenarios

用户说RSS 订阅源 聚合资讯 追更博主 Newsletter 看看最近有什么新文章 汇总这些源的更新 feed

Install

npx skills add ZJU-REAL/Easel --skill skill-rss-aggregator -g -y
More Options

Non-standard path

npx skills add https://github.com/ZJU-REAL/Easel/tree/main/skills/openclaw/skill-rss-aggregator -g -y

Use without installing

npx skills use ZJU-REAL/Easel@skill-rss-aggregator

指定 Agent (Claude Code)

npx skills add ZJU-REAL/Easel --skill skill-rss-aggregator -a claude-code -g -y

安装 repo 全部 skill

npx skills add ZJU-REAL/Easel --all -g -y

预览 repo 内 skill

npx skills add ZJU-REAL/Easel --list

SKILL.md

Frontmatter
{
    "name": "skill-rss-aggregator",
    "layer": "discover",
    "description": "RSS\/Newsletter 聚合:订阅一批博主\/媒体\/Newsletter 的 RSS\/Atom 源,拉取最新条目, 按关键词与时间窗过滤、去重、按时间排序,产出选题\/资讯摘要。当用户说\"RSS\"\"订阅源\" \"聚合资讯\"\"追更博主\"\"Newsletter\"\"看看最近有什么新文章\"\"汇总这些源的更新\"\"feed\"时使用。 纯标准库解析,无第三方依赖。"
}

RSS / Newsletter 聚合

把一批订阅源的最新更新聚合成摘要,用于每日选题与资讯追踪。走 scripts/rss_digest.py (纯标准库解析 RSS 2.0 / Atom),无第三方依赖。

全网热搜见 skill-trending-topics;行业新闻见 skill-news-intelligence;本 SKILL 专注 用户自选订阅源的更新聚合。

输入

字段 必填 说明
订阅源 是 --url 单个/多个,或 --feeds 列表文件(每行一个 RSS/Atom URL)
关键词 可选 只保留标题/摘要命中的条目(逗号分隔)
时间窗 可选 只保留最近 N 天

执行

脚本路径(相对项目根):skills/openclaw/skill-rss-aggregator/scripts/rss_digest.py。

# 聚合多源,过滤 AI/大模型,最近 7 天,输出 Markdown 摘要
python <skill>/scripts/rss_digest.py fetch --feeds feeds.txt \
  --keyword AI,大模型,Agent --since 7 -o outputs/资讯简报/digest.md

# 单个源快速看
python <skill>/scripts/rss_digest.py fetch --url https://example.com/feed.xml --limit 20

feeds.txt 每行一个 URL(# 开头为注释)。输出 .md 自动 Markdown,否则 JSON。

结果怎么用

  1. 聚合摘要 → 从中挑选题,喂 skill-topic-evaluator 评估可行性、skill-content-matrix 排选题。
  2. 关键词过滤锁定垂类,只看和账号相关的更新。
  3. 定期跑(配合 OpenClaw 定时)做"每日/每周资讯简报"。

Profile 感知

  • 有 Profile:默认关键词取 identity.md 垂类关键词;只推与账号定位相关的更新。
  • 无 Profile:不过滤或按用户给的关键词,全量聚合。

规则

  1. 找不到某平台 RSS 时,很多站点/公众号可用 RSSHub 生成 RSS,提示用户配置。
  2. 无 pubDate 的条目不因时间窗被误删(保留,排最后)。
  3. 摘要只列标题/来源/日期/摘要片段与链接,不抓全文(尊重版权)。
  4. 拉取失败的源跳过并提示,不中断整体聚合。

参考来源

RSS 2.0 / Atom 为标准 XML 订阅格式;无 RSS 的站点常用 RSSHub 生成。本 SKILL 用 stdlib xml.etree 解析(兼容两种格式 + HTML 清洗 + RFC822/ISO 日期),关键词/时间窗过滤 + 去重排序。

Version History

  • 69c5928 Current 2026-09-08 17:39

Same Skill Collection

skills/openclaw/ai-image-gen/SKILL.md
skills/openclaw/ai-music/SKILL.md
skills/openclaw/ai-video-gen/SKILL.md
skills/openclaw/asset-manager/SKILL.md
skills/openclaw/audio-denoise/SKILL.md
skills/openclaw/audio-editing/SKILL.md
skills/openclaw/audio-mix/SKILL.md
skills/openclaw/audio-visualizer/SKILL.md
skills/openclaw/auto-short-video/SKILL.md
skills/openclaw/auto-subtitle/SKILL.md
skills/openclaw/batch-process/SKILL.md
skills/openclaw/beat-sync-video/SKILL.md
skills/openclaw/card-design/SKILL.md
skills/openclaw/card-quote/SKILL.md
skills/openclaw/card-xiaohongshu/SKILL.md
skills/openclaw/chart-visualization/SKILL.md
skills/openclaw/clipify/SKILL.md
skills/openclaw/comparison-card/SKILL.md
skills/openclaw/copywriting/SKILL.md
skills/openclaw/data-report/SKILL.md
skills/openclaw/doc-convert/SKILL.md
skills/openclaw/ecom-details-image/SKILL.md
skills/openclaw/green-screen/SKILL.md
skills/openclaw/gzh-design/SKILL.md
skills/openclaw/image-editing/SKILL.md
skills/openclaw/image-enhance/SKILL.md
skills/openclaw/infographic/SKILL.md
skills/openclaw/meme-generator/SKILL.md
skills/openclaw/mindmap/SKILL.md
skills/openclaw/multi-voice-dubbing/SKILL.md
skills/openclaw/novel-writer/SKILL.md
skills/openclaw/paper-explainer/SKILL.md
skills/openclaw/post-formatter/SKILL.md
skills/openclaw/poster-hero/SKILL.md
skills/openclaw/remove-bg/SKILL.md
skills/openclaw/roi-calculator/SKILL.md
skills/openclaw/short-drama/SKILL.md
skills/openclaw/skill-account-diagnosis/SKILL.md
skills/openclaw/skill-algorithm-updates/SKILL.md
skills/openclaw/skill-article-outline/SKILL.md
skills/openclaw/skill-audience-profiler/SKILL.md
skills/openclaw/skill-bilibili-upload/SKILL.md
skills/openclaw/skill-brand-onboarding/SKILL.md
skills/openclaw/skill-campaign-planner/SKILL.md
skills/openclaw/skill-carousel-planner/SKILL.md
skills/openclaw/skill-channels-upload/SKILL.md
skills/openclaw/skill-collab-proposal/SKILL.md
skills/openclaw/skill-comment-insights/SKILL.md
skills/openclaw/skill-community-ops/SKILL.md
skills/openclaw/skill-competitor-analysis/SKILL.md

Metadata

Files
0
Version
f4a62bf
Hash
d8779cd2
Indexed
2026-09-08 17:39

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-26 06:05
浙ICP备14020137号-1