aeon-rss-digest

Aggregate, deduplicate, and cluster RSS/Atom/JSON feed content into a daily digest.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-rss-digest-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon-rss-digest
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/skills/aeon-rss-digest
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill aeon-rss-digest-eskyee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating a daily newsletter by aggregating content from multiple RSS/Atom/JSON feeds, automatically deduping entries, and providing thematic organization.

Core Features & Use Cases

  • Feed Aggregation: Gather content from a user-defined list of RSS/Atom/JSON feeds.
  • Deduplication: Eliminate duplicate content across feeds using a canonical URL hash.
  • Themed Clustering: Organize content into clusters based on themes specified by the user.
  • Weighted Ranking: Assign importance to each feed based on user-defined weights.
  • Summary Extraction: Generate summary text from the content of the feed items.
  • Use Case: Use this Skill to create a personalized newsletter that includes the latest AI research, crypto news, and tech updates from various sources in one digest.

Quick Start

Activate the aeon-rss-digest skill with the command "Create my daily digest from these feeds: 'https://blog.example.com/feed.xml', 'https://substack.example.com/feed'."

Frequently Asked Questions about aeon-rss-digest

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

FAQPage Schema
How do I automate daily newsletter curation from multiple RSS feeds?

Automating daily newsletter curation involves aggregating RSS, Atom, and JSON feeds to deduplicate entries via canonical URL hash, cluster content thematically, and apply weighted ranking to generate a single digest output.

How does feed deduplication work when aggregating Atom and JSON feeds?

Feed deduplication works by calculating a canonical URL hash for each item across your RSS, Atom, and JSON feeds. This hash identifies and removes duplicate content, ensuring your daily digest only contains unique entries.

Can I organize aggregated feed content into themed clusters?

Yes, you can organize aggregated feed content into themed clusters. By specifying your desired themes, the Skill groups related content together, allowing you to structure your daily digest around specific topics like tech, AI, or crypto news.

What is the best way to assign importance to specific RSS feeds in a digest?

The best way to assign importance is through weighted ranking. You can define specific weights for each RSS or Atom feed source, which prioritizes content from higher-weighted feeds when generating the final daily newsletter digest.

Do I need a scripting environment to parse JSON Feed and RSS sources?

Yes, you need a scripting environment to parse JSON Feed and RSS sources. The Skill requires feed parsing libraries within this environment to process data, extract summaries from feed content, and output the daily digest.