RSS Digest

Consolidate RSS and Atom updates into a concise daily digest.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill rss-digest-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RSS Digest
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/rss-digest
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill rss-digest-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RSS Digest consolidates scattered RSS and Atom updates from multiple feeds into a single, concise digest by identifying new items and summarizing them for quick reading.

Core Features & Use Cases

  • Read feeds from memory/feeds.yml and detect new items since the last run.
  • Deduplicate against memory/logs to avoid repeating content.
  • Fetch full articles with WebFetch when summaries are too thin, then generate a readable digest.
  • Format the digest and deliver it to the chosen notification channel; log results to memory/logs for auditing.

Quick Start

Fetch the configured RSS feeds, summarize new items from the last 24 hours, and deliver the digest to memory/logs.

Frequently Asked Questions about RSS Digest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate multiple RSS feeds into a single automated digest?

To consolidate multiple RSS feeds into a single automated digest, this Skill reads from memory/feeds.yml, selects items from the last 24 hours, deduplicates against memory/logs, and formats the summaries for delivery.

How does RSS digest automation handle duplicate feed updates?

RSS digest automation handles duplicate feed updates by logging processed items to memory/logs and deduplicating new feed entries against this log to avoid repeating content in future summaries.

Can I fetch full article content when an RSS summary is too short?

Yes, you can fetch full article content. The Skill uses WebFetch to retrieve full articles when standard RSS summaries are too thin, ensuring the generated digest has enough readable context.

What is the best way to monitor Atom feeds for research workflows?

The best way to monitor Atom feeds for research workflows is to configure sources in memory/feeds.yml, allowing the Skill to automatically detect new items, summarize updates, and log results for auditing.

Do I need a configuration file to summarize RSS feeds?

Yes, you need a configuration file. The Skill requires memory/feeds.yml to define your RSS and Atom sources, and uses memory/logs to track processed items for accurate deduplication and auditing.