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 RSS, Atom, RDF, and JSON Feed formats into normalized 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 advertised feed via <link rel="alternate"> tags or common paths like /feed and /rss.xml. - Filtering & Automation: Bound results with --limit or --since for incremental cron-based digests, and emit machine-readable JSON with --json. - 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 of release entries with links you can cite in a report. ## Quick Start Ask the agent to read the latest 10 entries from a blog or site URL, for example: "Show me what's new on simonwillison.net using the rss-feeds skill."