rss-digest

Fetch RSS/Atom feeds, filter by keywords, and generate daily AI summaries.

24|6|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/cdeistopened/skill-stack --skill rss-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-digest
Source: https://github.com/cdeistopened/skill-stack/tree/main/public/skills/rss-digest
Command: npx skills add https://github.com/cdeistopened/skill-stack --skill rss-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fetching content from RSS and Atom feeds, filtering it based on user-defined keywords, and generating concise, AI-powered summaries of the most relevant articles.

Core Features & Use Cases

  • Automated Content Aggregation: Consolidates information from multiple online sources into a single, digestible format.
  • Keyword Filtering: Ensures users only see content relevant to their specific interests, reducing noise.
  • AI Summarization: Provides executive summaries and themed groupings of articles, saving users significant reading time.
  • Use Case: A product manager can use this Skill to stay updated on industry news related to "AI ethics" and "developer tools" from their favorite tech blogs, receiving a daily digest of the most important updates.

Quick Start

Use the rss-digest skill to fetch and summarize articles from the provided feeds.json configuration file.

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 digests?

RSS feed summarization is automated by fetching content from RSS and Atom feeds, filtering by user-defined keywords, and generating AI-powered summaries to create daily digests. This process requires a Gemini API key for the summarization step.

What is the best way to filter RSS feeds by keywords?

Filtering RSS feeds by keywords is handled by configuring a feeds.json file with your target sources and search terms. The Skill processes this configuration to ensure your daily digest only contains articles matching your specified interests.

Do I need a Gemini API key to generate AI news digests?

Yes, a Gemini API key is required to generate AI news digests. The Skill relies on this dependency to process fetched RSS and Atom feed content and produce concise, executive summaries for your daily content aggregation.

Can I use Atom feeds for automated content aggregation?

Yes, both RSS and Atom feeds are supported for automated content aggregation. The Skill fetches articles from either feed format, applies keyword filtering, and compiles the relevant updates into a single themed digest.

How does incremental fetching work for RSS content monitoring?

Incremental fetching for RSS content monitoring works by tracking a lastRun timestamp. This ensures the Skill only retrieves newly published articles from your configured feeds during each execution, preventing duplicate summaries in your daily digest.