Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub plosson/agentio --plugin agentioHow 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.
Reads and searches GeekNews (hada.io) public RSS/Atom feed for recent posts, keyword search by title/summary/author, and detail lookup by item ID or link.
Aggregates RSS feeds from French tech sources like Journal du Hacker and Human Coders News, producing daily recaps of recent developer articles. Invoke via /veille [days].
Fetches last 7 days of updates from a curated watchlist of blogs, paper aggregators, and social feeds, returning normalized tuples. Use at the start of a weekly Trend Scout run.
Share bugs, ideas, or general feedback.
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.xml