news-recap
news-recap collects articles from RSS/Atom feeds and turns them into easy to read digest pages.
You can generate digest on schedule, for example at night.
The pipeline drives CLI agents such as ChatGPT Codex, Claude Code, and Antigravity CLI, so it runs on flat-rate subscriptions.
Running it daily for 7 days consumes roughly 20% of the weekly Claude subscription limit and less than that for ChatGPT.
Alternatively it can run completely free with Antigravity CLI on the free tier, with slightly less quality than Claude.
For comparison, Inoreader charges an additional \$19.90/month on top of a Pro subscription for AI-powered aggregation.
Quick start
Install uv, then install
news-recap:
uv tool install news-recap --upgrade --python 3.13
news-recap --help
Get an RSS URL.
Inoreader example: open the context menu of the folder, choose Properties,
and copy the RSS link shown there.
Run a digest creation manually:
news-recap ingest --rss "https://www.inoreader.com/stream/..."
news-recap create
news-recap serve
Or set up scheduling (details in Scheduled Runs):
news-recap schedule set --rss "https://www.inoreader.com/stream/..."
See CLI for the full command reference.