rss-catchup
SKILL.md
Catch up on RSS feeds by auto-summarizing new articles.
Prerequisites
Requires feedparser:
pip install feedparser
Helper Script
Use scripts/rss_helper.py for fetching data:
# List recent articles from a feed
python3 scripts/rss_helper.py feed URL [limit]