RSS Digest
Surface what's worth reading from RSS feeds. Requires
feed
CLI (
brew install odysseus0/tap/feed
).
Workflow
Scan
—
feed 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.
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.
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
rss-digest
安装
npx skills add https://github.com/odysseus0/feed --skill rss-digest