RSS Digest

Fetch and summarize RSS feed items filtered by user-defined topics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, xmlstarlet, markdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The RSS Digest skill streamlines the process of reading and staying informed about the latest content from your favorite RSS feeds, summarizing the information to save time and enhance focus.

Core Features & Use Cases

  • Automated Summarization: Automatically fetches and summarizes the latest items from RSS feeds.
  • Filtering: Allows you to filter content based on specific topics to avoid irrelevant information.
  • Custom Delivery: Sends summaries directly to you, making it easy to stay up-to-date on your preferred topics.

Quick Start

Set up your feeds in memory/feeds.yml and run the skill to receive a daily digest of summarized feed items.

Frequently Asked Questions about RSS Digest

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

FAQPage Schema
How do I automatically summarize RSS feed items for specific topics?

To automatically summarize RSS feed items, you can configure your preferred feeds and topic filters in a feeds.yml file, then run the skill to fetch, filter, and deliver summarized content directly to you.

What is the best way to filter irrelevant content from RSS feeds?

The best way to filter irrelevant content from RSS feeds is to define specific topics within your configuration file, ensuring the fetching process only summarizes the latest items that match your preferences.

Do I need curl and xmlstarlet to parse and summarize RSS feeds?

Yes, you need curl and xmlstarlet to parse and summarize RSS feeds, as these dependencies handle the data retrieval and XML transformation required before the markdown formatting is applied.

How do I set up a daily digest of summarized content from multiple RSS feeds?

To set up a daily digest of summarized content, define your feed sources in the memory/feeds.yml configuration file and execute the skill to retrieve and format the latest filtered updates.

Can I use markdown formatting when delivering RSS feed summaries?

Yes, you can use markdown formatting when delivering RSS feed summaries, as the skill requires markdown to transform the fetched XML data into readable, time-efficient summarized content.

Why does my RSS feed summarization process require topic filtering?

RSS feed summarization requires topic filtering to avoid irrelevant information, ensuring you only receive a focused digest of summarized content tailored to the specific subjects you need.