rss-aggregator

Aggregate recent RSS feed updates into a concise digest.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill rss-aggregator-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-aggregator
Source: https://github.com/SpaceZephyr/myskill/tree/main/rss-aggregator
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill rss-aggregator-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires feedparser, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill turns a curated set of RSS feeds into a readable digest so you can quickly see what changed without opening each source.

Core Features & Use Cases

  • Aggregates recent items from the feed list defined in references/feeds.opml.
  • Summarizes each entry with title, author, time, link, and cleaned summary text.
  • Ideal for monitoring news, blogs, release notes, or industry updates over a chosen time window.
  • Handles multiple feeds concurrently and sorts results by newest first.

Quick Start

Ask the skill for recent RSS updates from the configured feed list for the last three days.

Frequently Asked Questions about rss-aggregator

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

FAQPage Schema
How do I aggregate multiple RSS feeds into a single readable digest?

You can aggregate multiple RSS feeds into a single readable digest by defining your feed sources in an OPML file and running a time-windowed check to compile recent updates with cleaned summaries, titles, and links.

Can I monitor industry blogs and news updates over a specific time window?

Yes, you can monitor industry blogs and news updates over a specific time window by applying timestamp filtering to your RSS feeds, ensuring only entries published within your chosen recent period are summarized.

Do I need an OPML file to manage and discover my RSS feed list?

Yes, feed discovery and management requires an OPML file, which serves as the predefined list of RSS sources the aggregator checks to compile your recent news summaries.

What's the best way to summarize RSS entries without HTML formatting clutter?

The best way to summarize RSS entries without HTML clutter is to use HTML-cleaned summary text extraction, which strips formatting and presents title, author, time, and link in a concise format.

Does this RSS aggregator sort feed updates by newest entries first?

Yes, the RSS aggregator handles multiple feeds concurrently and sorts the compiled updates by newest entries first, allowing you to quickly see what changed across all sources.

What limitations exist when using feedparser for automated RSS feed aggregation?

When using feedparser for automated RSS feed aggregation, execution relies on deterministic scripts, meaning dynamic JavaScript-rendered feeds may not be captured if they do not provide a standard RSS or Atom XML output.