What problem does it solve? Manually checking multiple RSS feeds every day is time-consuming and easy to forget. This Skill automates the process of fetching feeds, filtering new items, deduplicating against past logs, and delivering a concise daily digest. ## Core Features & Use Cases - Feed Aggregation: Reads feed URLs from memory/feeds.yml and fetches RSS/Atom XML for entries published in the last 24 hours. - Deduplication & Filtering: Checks recent memory logs to avoid repeating items and optionally filters by a topic variable. - Summarized Digest Delivery: Selects the 5-7 most relevant items, writes short summaries, and sends a formatted digest via a notify command. - Use Case: A developer tracking security blogs and project release feeds gets a single morning digest with links and one-line summaries instead of visiting each site. ## Quick Start Run the RSS digest skill to fetch my configured feeds and send me a summary of today's new items.