← Back to Skills Marketplace
zacjiang

RSS Feed Digest

by Shihao Jiang (Zac) · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1649
Downloads
0
Stars
14
Active Installs
1
Versions
Install in OpenClaw
/install rss-feed-digest
Description
Fetch, filter, and summarize RSS/Atom feeds into a clean daily or weekly digest. Supports multiple feeds, keyword filtering, deduplication, and outputs Markd...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rss-feed-digest
  3. After installation, invoke the skill by name or use /rss-feed-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug rss-feed-digest
Version 1.0.0
License
All-time Installs 14
Active Installs 14
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1649 downloads so far.

How do I install RSS Feed Digest?

Run "/install rss-feed-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is RSS Feed Digest free?

Yes, RSS Feed Digest is completely free (open-source). You can download, install and use it at no cost.

Which platforms does RSS Feed Digest support?

RSS Feed Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RSS Feed Digest?

It is built and maintained by Shihao Jiang (Zac) (@zacjiang); the current version is v1.0.0.

💬 Comments