rss-aggregator

Aggregate and summarize recent RSS feed updates with structured output.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/cocyuhao/my-ai-skills-library --skill rss-aggregator-cocyuhao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rss-aggregator
Source: https://github.com/cocyuhao/my-ai-skills-library/tree/main/rss-aggregator
Command: npx skills add https://github.com/cocyuhao/my-ai-skills-library --skill rss-aggregator-cocyuhao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Collecting updates from many RSS feeds is time-consuming and error-prone; this skill consolidates recent posts into a single, digestible stream.

Core Features & Use Cases

  • Feed aggregation: pulls updates from feeds defined in references/feeds.opml.
  • Date-filtered summaries: limits results to a user-specified window (default 3 days) and formats summaries for quick scanning.
  • Structured output: provides title, author, summary, date, and link for each update, enabling easy export to notes or dashboards.
  • Use Case: monitor industry blogs and product news without checking each site individually.

Quick Start

Ask the RSS Aggregator to pull the latest updates from the configured feeds for a 3-day window.

Frequently Asked Questions about rss-aggregator

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

FAQPage Schema
How do I aggregate and summarize RSS feeds into a single stream?▼

RSS aggregation consolidates multiple feeds into a single digestible stream. This skill parses predefined RSS sources using feedparser, filtering posts by a user-defined timeframe and outputting structured summaries with title, author, and link.

How do I monitor industry blogs and product news without checking each site individually?▼

Monitoring industry blogs without manual checks requires feed aggregation. This skill reads an OPML file of trusted feeds, limits results to a specified window like 3 days, and formats structured updates for quick scanning.

How do I configure custom RSS feeds for news monitoring?▼

Configure custom RSS feeds by adding sources to the references/feeds.opml file. The skill reads this file to parse target feeds, allowing you to monitor specific tech blogs and industry alerts within your desired timeframe.

Can I filter RSS feed updates by a specific date range?▼

Filtering RSS feed updates by date is supported through a user-specified window. The skill defaults to a 3-day timeframe but allows customization, ensuring you only receive summaries of recent posts within your configured period.

Does feedparser work with OPML files for RSS aggregation?▼

Feedparser works with OPML files for RSS aggregation by reading the feed list from references/feeds.opml. The skill uses feedparser to parse each defined source, extracting the title, author, summary, date, and link for structured output.

What is the best way to export aggregated RSS summaries to notes or dashboards?▼

The best way to export aggregated RSS summaries is through its structured output format. By providing title, author, summary, date, and link for each update, the skill enables easy integration of recent posts directly into notes or dashboards.