skill-rss-aggregator

skill-rss-aggregator is a skill for Claude Code, Codex from ZJU-REAL/Easel. It costs 109 tokens per session (772 once invoked), scanned A, original, Apache-2.0.

An RSS and Atom feed reader that collects updates from selected websites, bloggers, media sources, and newsletters. RSS and Atom are standard ways for sites to publish lists of new articles.

In plain words
What is it for?
Use it to build news or topic digests from chosen feeds, filter updates by keywords or age, and create summaries for research or content planning.
Why use it?
It removes the need to check many sources one by one. Keywords, date filters, and duplicate removal help narrow the result to recent, relevant updates.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to build news or topic digests from chosen feeds, filter updates by keywords or age, and create summaries for research or content planning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zju-real/easel/skill-rss-aggregator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ZJU-REAL/Easel --skill skill-rss-aggregator
Clone the repo
git clone --depth 1 https://github.com/ZJU-REAL/Easel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-rss-aggregator

README.md
[![agentmods](https://agentmods.dev/badge/skills/zju-real/easel/skill-rss-aggregator/github.svg)](https://agentmods.dev/skills/zju-real/easel/skill-rss-aggregator)
Your own site
<a href="https://agentmods.dev/skills/zju-real/easel/skill-rss-aggregator"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-rss-aggregator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-rss-aggregator

Your own site · 80×15
<a href="https://agentmods.dev/skills/zju-real/easel/skill-rss-aggregator"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-rss-aggregator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 772 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.00772
Opus 5 $0.00055 $0.00386
Sonnet 5 $0.00022 $0.00154
Haiku 4.5 $0.00011 $0.00077

Measured 8d ago against content hash d8779cd2e27b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

skill-rss-aggregator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/rss_digest.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openclaw/skill-rss-aggregator/SKILL.md · 64 lines

What it actually says

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 日期),关键词/时间窗过滤 + 去重排序。

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 64 lines · 109 tokens per session scan A d8779cd2e27b

Subscribe to this mod's changes

skill-rss-aggregator is a skill published in the GitHub repository ZJU-REAL/Easel (794 stars, last pushed yesterday), licensed Apache-2.0. It adds 109 tokens to every session and 772 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.