← 返回 Skills 市场
zacjiang

RSS Feed Digest

作者 Shihao Jiang (Zac) · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1649
总下载
0
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install rss-feed-digest
功能描述
Fetch, filter, and summarize RSS/Atom feeds into a clean daily or weekly digest. Supports multiple feeds, keyword filtering, deduplication, and outputs Markd...
安全使用建议
This skill appears internally consistent and appropriate for aggregating RSS/Atom feeds. Before installing or running it: (1) only supply trusted feed URLs (untrusted feeds could point to internal services or malicious endpoints); (2) install feedparser from PyPI in a controlled environment (virtualenv) and review the script if you plan to run it in an automated/privileged context (cron/heartbeat); (3) be aware output contains links and summaries—treat links like any external link and avoid executing downloaded content. If you need the agent to run autonomously against feeds you don't control, consider running it in network-isolated infrastructure.
功能分析
Type: OpenClaw Skill Name: rss-feed-digest Version: 1.0.0 The skill is a standard RSS/Atom feed aggregator that fetches, filters, and formats news items into Markdown or text digests. The Python script (scripts/rss_digest.py) uses the reputable feedparser library and performs expected file and network operations without any signs of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
Name/description match the provided code and SKILL.md. The Python script implements feed fetching, keyword include/exclude, deduplication, time filtering, and Markdown/plain-text output as described. The single dependency (feedparser) is appropriate for RSS/Atom parsing.
Instruction Scope
Runtime instructions tell the agent to run the included script against user-specified feed URLs or a feed-file. The script only fetches URLs, filters items, and writes local output. Caution: because it fetches arbitrary URLs, running this in an environment with access to internal networks could fetch internal endpoints (SSRF-like risk) if untrusted feed URLs are supplied; SKILL.md also suggests running via heartbeat/cron which increases frequency but is implementation-level, not inherent to the skill.
Install Mechanism
No install spec; the only runtime dependency is feedparser (pip3 install feedparser). This is a standard PyPI dependency and consistent with the script. No downloads from unknown hosts or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not attempt to read environment secrets or other system configuration.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not modify other skills or system settings and only writes output to a user-specified local file (or stdout).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rss-feed-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rss-feed-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug rss-feed-digest
版本 1.0.0
许可证
累计安装 14
当前安装数 14
历史版本数 1
常见问题

RSS Feed Digest 是什么?

Fetch, filter, and summarize RSS/Atom feeds into a clean daily or weekly digest. Supports multiple feeds, keyword filtering, deduplication, and outputs Markd... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1649 次。

如何安装 RSS Feed Digest?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rss-feed-digest」即可一键安装,无需额外配置。

RSS Feed Digest 是免费的吗?

是的,RSS Feed Digest 完全免费(开源免费),可自由下载、安装和使用。

RSS Feed Digest 支持哪些平台?

RSS Feed Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RSS Feed Digest?

由 Shihao Jiang (Zac)(@zacjiang)开发并维护,当前版本 v1.0.0。

💬 留言讨论