RSS Digest

Aggregate fresh RSS feed items and generate concise summaries.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill rss-digest-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RSS Digest
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/rss-digest
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill rss-digest-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates new RSS/Atom items from configured feeds, filters duplicates, and provides concise summaries to keep users informed with minimal effort.

Core Features & Use Cases

  • Multi-feed aggregation and deduplication
  • Automated summarization and digest creation
  • Daily or on-demand delivery via notify to memory/logs

Quick Start

Run RSS Digest to fetch feeds.yml, summarize new items from the last 24 hours, and push the digest to memory/logs and notify.

Frequently Asked Questions about RSS Digest

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

FAQPage Schema
How do I aggregate RSS feeds and generate a daily summary digest?

Aggregate RSS feeds and generate a daily summary digest by configuring a feeds.yml file with your sources, running the Skill to fetch new items, deduplicate against recent logs, and produce concise summaries delivered to memory and notifications.

What is the best way to automate multi-feed RSS deduplication and summarization?

Automate multi-feed RSS deduplication and summarization by logging processed items to memory, checking recent entries against new feed fetches, and using WebFetch to extract full article content for accurate, concise digest generation.

Can I use WebFetch to pull full article content for RSS digest summaries?

Yes, you can use WebFetch to pull full article content for RSS digest summaries when the base feed snippet lacks enough context, ensuring the final output in memory/logs is comprehensive and accurately condensed.

Does this RSS digest tool require a specific configuration file for feed management?

Yes, this RSS digest tool requires a feeds.yml configuration file for feed management, which lists the target RSS/Atom sources to aggregate, filter, and summarize into your daily briefing or team update.

How do I deliver automated RSS highlights to team notifications?

Deliver automated RSS highlights to team notifications by running the aggregation process, which formats the summarized feed items into a digest and pushes the output directly to the notify channel and memory logs.

What are the limitations of using a yml-based RSS aggregator for daily briefings?

A limitation of using a yml-based RSS aggregator is that it requires manual editing of feeds.yml to manage sources, and deduplication relies entirely on the accuracy and retention of recent memory logs to prevent duplicate summaries.