From agentio
Use when reading RSS/Atom feeds - list articles, get article content, or get feed info from any blog URL. Auto-discovers feed URLs from blog home pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentio:agentio-rssThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `agentio rss` commands to read RSS/Atom feeds. Just provide a blog URL - the feed will be auto-discovered.
Use agentio rss commands to read RSS/Atom feeds. Just provide a blog URL - the feed will be auto-discovered.
agentio rss articles <url> [--limit N] [--since YYYY-MM-DD]
Options:
--limit <n>: Number of articles (default: 20)--since <date>: Only articles after this dateExamples:
agentio rss articles https://simonwillison.net --limit 5
agentio rss articles https://steipete.me --since 2025-01-01
agentio rss get <url> <article-id>
The article-id can be the article URL or GUID from the articles list.
Example:
agentio rss get https://blog.fsck.com https://blog.fsck.com/2025/12/27/streamlinear/
agentio rss info <url>
Shows feed title, description, discovered feed URL, and article count.
Example:
agentio rss info https://kau.sh
The URL can be:
https://simonwillison.net)https://example.com/feed.xml)Auto-discovery checks:
<link rel="alternate"> tags/feed, /feed.xml, /rss.xml, /atom.xml, /index.xmlnpx claudepluginhub plosson/agentio --plugin agentioBrowse, read, and manage Miniflux RSS/Atom feed articles via CLI. Lists unread/new articles, reads content, marks as read, and manages feeds/categories.
Fetches and digests RSS/Atom feeds into a ranked, deduplicated briefing with dates and one-line summaries. Use for summarizing feeds, checking what's new on a blog, or building a morning briefing.
Queries and searches the GeekNews public RSS/Atom feed for latest posts, keyword search (title/summary/author), and detail inspection with original links. Read-only, no login required.