← 返回 Skills 市场
Rss Digest
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-rss-digest
功能描述
Generate a structured daily or weekly markdown digest from an OPML list of RSS/Atom feeds, optionally filtered by keywords, for Obsidian or Discord.
安全使用建议
This skill appears to do exactly what it says: parse an OPML file, fetch the listed feeds, and produce a markdown digest. Before installing or automating it, consider: 1) Only use OPML files with trusted feed URLs — the fetcher will try to open whatever URLs are listed (including non-HTTP schemes like file://), which could cause local files or unusual endpoints to be read if present. 2) The scripts run network requests to the feeds you provide; if you schedule cron jobs that email or post the output, ensure you’re comfortable with that automation. 3) The code uses Python stdlib; inspect scripts or run them manually once to confirm behavior in your environment. If you plan to run on a server or CI, consider limiting network access or running in a sandbox if you have untrusted feeds.
功能分析
Type: OpenClaw Skill
Name: nai-rss-digest
Version: 1.0.0
The skill bundle provides a standard set of Python scripts for parsing OPML files, fetching RSS/Atom feeds, and generating Markdown digests. The code uses only the Python standard library (e.g., urllib, xml.etree, json), lacks any obfuscation, and contains no evidence of data exfiltration or unauthorized execution. While SKILL.md includes instructions for setting up cron jobs and changing file permissions (chmod), these actions are explicitly documented and directly support the stated purpose of automating news digests.
能力评估
Purpose & Capability
Name/description (OPML → RSS/Atom digest) match the included scripts and SKILL.md. Required resources are minimal (no env vars, no external binaries) and align with the stated task.
Instruction Scope
Runtime instructions stay within the digest-building purpose (parse OPML, fetch feeds, format markdown). One practical caveat: fetch_feeds.py will open whatever URLs appear in the OPML (using urllib), which can include non-HTTP schemes (e.g., file://) if present; this is expected for a generic fetcher but means you should only use OPML lists that contain trusted feed URLs.
Install Mechanism
No install spec; the skill is instruction+scripts only. The code uses only Python stdlib and doesn't download third-party packages or remote archives.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts operate on files/URLs supplied by the user, which is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify other skills or system-wide settings. Note: autonomous agent invocation is the platform default but is not combined here with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nai-rss-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/nai-rss-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of rss-digest
- Generates daily or weekly digests from OPML files of RSS/Atom feeds, outputting structured markdown suitable for Obsidian or Discord.
- Fetches articles from the last 24 hours or 7 days, with optional keyword/topic filtering.
- Includes three standalone scripts: parse OPML, fetch article data, and build formatted digests.
- Provides command-line options for grouping, output customization, and integration with scheduled jobs (e.g., cron).
- Handles errors gracefully: skips unreachable or malformed feeds and displays warnings, ensuring robust digest generation.
- No API keys required; relies solely on Python standard library.
元数据
常见问题
Rss Digest 是什么?
Generate a structured daily or weekly markdown digest from an OPML list of RSS/Atom feeds, optionally filtered by keywords, for Obsidian or Discord. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 Rss Digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nai-rss-digest」即可一键安装,无需额外配置。
Rss Digest 是免费的吗?
是的,Rss Digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rss Digest 支持哪些平台?
Rss Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rss Digest?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills