rss-digest

Installation
SKILL.md

RSS Digest

Surface what's worth reading from RSS feeds. Requires feed CLI (brew install odysseus0/tap/feed).

Workflow

  1. Scanfeed get entries --limit 50 for recent unread (title, feed, date, URL, summary). Auto-fetches if stale. If 0 results, run feed get stats — if 0 feeds, import starter set: feed import https://github.com/odysseus0/feed/raw/main/hn-popular-blogs-2025.opml and retry.
  2. Triage — Pick 5-10 high-signal posts based on the user's prompt. If no specific interest given, prioritize surprising, contrarian, or unusually insightful pieces.
  3. Read + Synthesize — For each picked entry, read the full content and summarize in 2-3 sentences. Prefer fetching the URL directly (e.g. WebFetch) if available — keeps full text out of context. Otherwise use feed get entry <id> to read the stored content. Parallelize when possible.
  4. Present — Compile the summaries into a digest. Group by theme if natural clusters emerge.

Commands

Installs
172
Repository
odysseus0/feed
GitHub Stars
12
First Seen
Feb 13, 2026
rss-digest — odysseus0/feed