What problem does it solve?
It solves the problem of finding relevant website updates and turning feed items into usable article summaries without manually visiting each page.
Core Features & Use Cases
- RSS/Atom feed URL discovery: Help users identify a correct feed URL via common paths and page source patterns, including RSS/Atom icon or link labels.
- Automated feed fetching and parsing: Retrieves a feed and parses entries to return markdown that distinguishes full-content items from summary-only items.
- Efficient workflow with limits and deduplication: Supports limiting results and skipping already-processed URLs to reduce repetition.
Use case example: If you want weekly updates from a specific blog or product site, provide the RSS/Atom feed link and get a curated set of recent articles for review, with full content when available.
Quick Start
Ask the skill to fetch the RSS/Atom feed and return up to 20 entries in markdown by running the fetch script with your feed URL.