RSS Digest

Fetch RSS/Atom feeds from a YAML file and summarize recent entries.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill rss-digest-aaronjmars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RSS Digest
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/rss-digest
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill rss-digest-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fetching, aggregating, and summarizing RSS feed updates, saving users time and keeping them informed with minimal effort.

Core Features & Use Cases

  • Feed Monitoring: Periodically retrieves RSS/Atom feeds specified in a YAML file.
  • Content Summarization: Filters new entries based on recency and relevance, then summarizes their contents.
  • Use Case: A journalist wants a daily digest of trending news topics to review before the morning meetings, generated automatically from multiple news sources.

Quick Start

Create a memory/feeds.yml file with RSS URLs, then run the skill to fetch and summarize recent news items automatically.

Frequently Asked Questions about RSS Digest

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

FAQPage Schema
How do I automate RSS feed summarization for daily news aggregation?

Automating RSS feed summarization involves periodically fetching feed URLs, parsing new entries, and generating concise highlights. This skill configures that workflow using a YAML file to collect and summarize recent updates automatically.

What is the best way to aggregate multiple news feeds into a single digest?

Aggregating multiple news feeds into a single digest is best handled by specifying RSS or Atom URLs in a configuration file. The system retrieves and filters content based on recency, then provides summarized news highlights in one place.

Do I need a YAML file to collect and summarize RSS feed items?

Yes, you need a YAML file to define the RSS URLs for collection and summarization. You create a feeds configuration file in memory, then the skill reads those URLs to fetch and summarize recent news items automatically.

Can I use WebFetch to parse RSS feed content for automatic summarization?

Yes, WebFetch is utilized for RSS feed content parsing and summary generation when necessary. The skill retrieves feed items, filters them by relevance, and uses content fetching to summarize articles that require additional context.

How does content aggregation handle filtering new RSS entries by recency?

Content aggregation filters new RSS entries by evaluating their recency and relevance before summarization. The skill retrieves feed updates, identifies recent items based on publication dates, and generates summaries of trending news topics.

Is RSS Digest suitable for daily research workflows and content curation?

RSS Digest is suitable for daily research workflows and content curation, providing timely news highlights with minimal effort. Journalists and researchers can automatically generate digests from multiple news sources for morning meetings.