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.
npx skills add ZJU-REAL/Easel --skill skill-rss-aggregatorgit clone --depth 1 https://github.com/ZJU-REAL/EaselWrote 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.
[](https://agentmods.dev/skills/zju-real/easel/skill-rss-aggregator)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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。
结果怎么用
- 聚合摘要 → 从中挑选题,喂 skill-topic-evaluator 评估可行性、skill-content-matrix 排选题。
- 关键词过滤锁定垂类,只看和账号相关的更新。
- 定期跑(配合 OpenClaw 定时)做"每日/每周资讯简报"。
Profile 感知
- 有 Profile:默认关键词取
identity.md垂类关键词;只推与账号定位相关的更新。 - 无 Profile:不过滤或按用户给的关键词,全量聚合。
规则
- 找不到某平台 RSS 时,很多站点/公众号可用 RSSHub 生成 RSS,提示用户配置。
- 无 pubDate 的条目不因时间窗被误删(保留,排最后)。
- 摘要只列标题/来源/日期/摘要片段与链接,不抓全文(尊重版权)。
- 拉取失败的源跳过并提示,不中断整体聚合。
参考来源
RSS 2.0 / Atom 为标准 XML 订阅格式;无 RSS 的站点常用 RSSHub 生成。本 SKILL 用 stdlib xml.etree 解析(兼容两种格式 + HTML 清洗 + RFC822/ISO 日期),关键词/时间窗过滤 + 去重排序。
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.
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.
- 8d ago First seen · 64 lines · 109 tokens per session scan A d8779cd2e27b
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.
Other skills, from other repositories
python-run
Run and debug Python scripts in the project. Use when the user says "run python", "execute this script", "debug this py file", or wants to run/modify a .py file. Handles dependency checks, linting, execution, and error analysis.
roadtrip-navigator
Generate North American road-trip itineraries as a map-first, offline-friendly single-file HTML page. Plans around daily driving segments, overnight stops, fuel/EV-charging, national-park reservations (Recreation.gov / NPS), seasonal road closures, and timezone/border crossings — for executable, decision-ready trips.…
systematic-debugging
4-phase root cause debugging: understand bugs before fixing.
github-code-review
Review PRs: diffs, inline comments via gh or REST.
simplify-code
Sequential 3-lens cleanup of recent code changes.
skill-authoring
Author SKILL.md: frontmatter, structure, writing principles.