Back to list
plosson

agentio-rss

by plosson

0🍴 0📅 Jan 25, 2026

SKILL.md


name: agentio-rss description: 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.

RSS Feed Operations with agentio

Use agentio rss commands to read RSS/Atom feeds. Just provide a blog URL - the feed will be auto-discovered.

List Articles

agentio rss articles <url> [--limit N] [--since YYYY-MM-DD]

Options:

  • --limit <n>: Number of articles (default: 20)
  • --since <date>: Only articles after this date

Examples:

agentio rss articles https://simonwillison.net --limit 5
agentio rss articles https://steipete.me --since 2025-01-01

Get Article Content

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/

Get Feed Info

agentio rss info <url>

Shows feed title, description, discovered feed URL, and article count.

Example:

agentio rss info https://kau.sh

Feed Auto-Discovery

The URL can be:

  • A blog home page (e.g., https://simonwillison.net)
  • A direct feed URL (e.g., https://example.com/feed.xml)

Auto-discovery checks:

  1. HTML <link rel="alternate"> tags
  2. Common paths: /feed, /feed.xml, /rss.xml, /atom.xml, /index.xml

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon