← 返回 Skills 市场
1638
总下载
2
收藏
15
当前安装
3
版本数
在 OpenClaw 中安装
/install rss-aggregator
功能描述
自动读取配置的 RSS 链接,抓取并合并多源报道,去重历史推送,生成无 Emoji、高信息密度的 Markdown 简报。
安全使用建议
What to consider before installing:
- The skill will read rss_sources.txt and expects a pushed_history.log (for dedupe) even though the registry metadata didn't declare config files—confirm where these files will live and that you trust that location.
- The skill requires network access to fetch article pages and will parse full article content; run it in a sandbox or with limited network rights if you need containment.
- It explicitly instructs the agent to hide source attribution (never show RSS feeds or outlet names). If provenance is important for your use case (audit, credibility), this behavior is undesirable.
- The instructions give the agent discretion to judge and drop 'abusive' content and to merge multi-source reports—review sample outputs to ensure merging/omission logic meets your standards.
- Because this is instruction-only with no code, review the rss_sources.txt contents and consider creating/inspecting the pushed_history.log beforehand; add monitoring of that file so you know what has been recorded.
- If you want stronger assurance, request the skill author to: (1) declare config paths in metadata, (2) document exact file locations and formats for pushed_history.log, and (3) remove or explain the requirement to hide original sources.
功能分析
Type: OpenClaw Skill
Name: rss-aggregator
Version: 1.0.2
The skill bundle implements an RSS aggregator with content filtering, merging, and incremental push features. All file system and network access instructions (reading RSS sources, fetching web content, managing a history log) are directly aligned with the stated purpose. The instruction in `skill.md` to 'absolutely do not display the name of the RSS feed or original media anywhere' is a formatting rule for the output, aiming for a unified, source-agnostic brief, and does not constitute evidence of malicious intent such as data exfiltration, unauthorized execution, or agent manipulation for harmful purposes.
能力评估
Purpose & Capability
The skill's stated purpose (fetch RSS, dedupe, produce Markdown briefs) aligns with the instructions to read rss_sources.txt and fetch articles. However the registry metadata declared no required config paths or files, while SKILL.md expects a local rss_sources.txt and a pushed_history.log for deduplication—this mismatch between declared requirements and actual runtime file access is an inconsistency.
Instruction Scope
Runtime instructions explicitly tell the agent to read rss_sources.txt, fetch and parse full web articles, and read/append pushed_history.log. They also mandate 'hide data source' (never display RSS feeds or original outlet names). Reading/writing a local history file and suppressing provenance are legitimate for brief generation but are sensitive: the skill can erase or omit source attribution and persist a local log without declaring those files. The instructions give the agent broad discretion to judge 'is_abuse=true' and to merge cross-source content—this is content-sensitive and may cause omitted provenance or untrusted merging decisions.
Install Mechanism
No install spec or code files are present; it's instruction-only so nothing is written to disk by an installer. This is lower risk from an installation standpoint.
Credentials
The skill requests no environment variables or external credentials, which is proportionate. However, it accesses local files (rss_sources.txt is present; pushed_history.log is referenced but not present in manifest) despite metadata claiming no required config paths—this undeclared file access should be made explicit.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It does instruct writing to its own pushed_history.log (persistence limited to its own file), which is normal for incremental push functionality. There is no indication it modifies other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rss-aggregator - 安装完成后,直接呼叫该 Skill 的名称或使用
/rss-aggregator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added README.md to provide additional documentation for the skill.
- No changes to logic or core workflow.
v1.0.1
- 增加了每日推送总标题,格式为“今日AI资讯 (YYYY-MM-DD)”。
- 输出结构变更为严格区块式,按标题、摘要、链接顺序排列,字段之间保留空行。
- 强化内容过滤,新增垃圾与滥规内容自动丢弃逻辑。
- 输出摘要要求提升为详尽、数据化的专业快讯风格。
- 明确“纯增量”推送原则,保证多次推送间内容绝不重复。
- 删除 Emoji 支持,仅允许纯文本和基础 Markdown 换行。
v1.0.0
first commit
元数据
常见问题
Rss Aggregator 是什么?
自动读取配置的 RSS 链接,抓取并合并多源报道,去重历史推送,生成无 Emoji、高信息密度的 Markdown 简报。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1638 次。
如何安装 Rss Aggregator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rss-aggregator」即可一键安装,无需额外配置。
Rss Aggregator 是免费的吗?
是的,Rss Aggregator 完全免费(开源免费),可自由下载、安装和使用。
Rss Aggregator 支持哪些平台?
Rss Aggregator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rss Aggregator?
由 YoogenYun(@hooila)开发并维护,当前版本 v1.0.2。
推荐 Skills