What problem does it solve? Checking blogs, release pages, subreddits, and news sites for updates usually means scraping HTML pages or visiting each site manually. This Skill reads any RSS 2.0, RSS 1.0/RDF, Atom, or JSON Feed URL into a clean, date-sorted list of entries, and automatically discovers the feed hidden behind an ordinary page URL. ## Core Features & Use Cases - Feed Reading: Parse any RSS, Atom, or JSON Feed into structured entries with title, link, published date, author, and summary, sorted newest-first. - Feed Discovery: Point it at a plain site URL and it finds the feed via <link rel="alternate"> tags or common paths like /feed and /atom.xml. - Filtering: Bound results with --limit for the latest N entries or --since YYYY-MM-DD for incremental checks, ideal for recurring digest jobs. - Use Case: Ask for the latest releases of a GitHub repository; the Skill reads https://github.com/OWNER/REPO/releases.atom and returns a dated list you can feed into a report or cron-based digest. ## Quick Start Ask the agent to read the latest entries from a site or feed URL, for example: "Show me the 10 newest posts from simonwillison.net using the rss-feeds skill."