RSS Reader
Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Monitor any RSS/Atom feed for content ideas, competitor tracking, and industry news.
# Add a feed node scripts/rss.js add "https://example.com/feed.xml" --category techCheck all feeds
node scripts/rss.js check
Check specific category
node scripts/rss.js check --category tech
List feeds
node scripts/rss.js list
Remove a feed
node scripts/rss.js remove "https://example.com/feed.xml"
Feeds stored in
rss-reader/feeds.json:
{ "feeds": [ { "url": "https://example.com/feed.xml", "name": "Example Blog", "category": "tech", "enabled": true, "lastChecked": "2026-02-22T00:00:00Z", "lastItemDate": "2026-02-21T12:00:00Z" } ], "settings": { "maxItemsPerFeed": 10, "maxAgeDays": 7, "summaryEnabled": true } }
Monitor competitor blogs, industry publications, and thought leaders:
# Add multiple feeds node scripts/rss.js add "https://competitor.com/blog/feed" --category competitors node scripts/rss.js add "https://techcrunch.com/feed" --category news node scripts/rss.js add "https://news.ycombinator.com/rss" --category techGet recent items as content ideas
node scripts/rss.js check --since 24h --format ideas
Track newsletters and digests:
node scripts/rss.js add "https://newsletter.com/feed" --category newsletters
Filter items by keywords:
node scripts/rss.js check --keywords "AI,agents,automation"
[tech] Example Blog - "New Post Title" (2h ago) https://example.com/post-1 [news] TechCrunch - "Breaking News" (4h ago) https://techcrunch.com/article-1
## Content Ideas from RSS (Last 24h)Tech
- "New Post Title" - [Example Blog] Key points: Point 1, Point 2, Point 3 Angle: How this relates to your niche
News
"Breaking News" - [TechCrunch]
Key points: Summary of the article
Angle: Your take or response
node scripts/rss.js check --format json
https://news.ycombinator.com/rss - Hacker Newshttps://www.reddit.com/r/artificial/.rss - r/artificialhttps://www.reddit.com/r/LocalLLaMA/.rss - r/LocalLLaMAhttps://openai.com/blog/rss.xml - OpenAI Bloghttps://www.reddit.com/r/Entrepreneur/.rss - r/Entrepreneurhttps://www.reddit.com/r/SaaS/.rss - r/SaaShttps://techcrunch.com/feed/ - TechCrunchhttps://www.theverge.com/rss/index.xml - The VergeSet up daily feed checking via heartbeat or cron:
// In HEARTBEAT.md - Check RSS feeds once daily, summarize new items worth reading
Or via cron job:
clawdbot cron add --schedule "0 8 * * *" --task "Check RSS feeds and summarize: node /root/clawd/skills/rss-reader/scripts/rss.js check --since 24h --format ideas"
scripts/rss.js - Main CLI for feed managementscripts/parse-feed.js - Feed parser module (uses xml2js)npm install xml2js node-fetch
The script will prompt for installation if dependencies are missing.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.