What problem does it solve? Reading and monitoring RSS feeds from blogs and news sites requires parsing feed XML and handling discovery manually. This Skill lets an agent list articles, fetch full article content, and inspect feed metadata through simple agentio CLI commands. ## Core Features & Use Cases - List Articles: Run agentio rss articles <url> to list recent articles from any blog, with --limit and --since filters for date-bounded monitoring. - Fetch Article Content: Run agentio rss get <url> <article-id> to retrieve a specific article by its URL or GUID. - Feed Inspection: Run agentio rss info <url> to get the feed title, description, discovered feed URL, and article count. - Use Case: Schedule a daily GitHub Actions job that lists new articles from a set of blogs since yesterday and posts a digest to Slack or Telegram. ## Quick Start Use the agentio rss skill to list the 10 most recent articles from https://simonwillison.net and summarize them.