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 agentioThis skill uses the workspace's default tool permissions.
Use `agentio rss` commands to read RSS/Atom feeds. Just provide a blog URL - the feed will be auto-discovered.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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