rss-readerMonitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
Install via ClawdBot CLI:
clawdbot install DimitriPantzos/rss-readerMonitor 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 tech
# Check 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 tech
# Get 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.
Generated Mar 1, 2026
Monitor competitor blogs and industry news feeds to track feature releases, pricing changes, and market positioning. Use keyword filters to alert on specific topics, enabling proactive strategy adjustments and content gap analysis.
Aggregate RSS feeds from news sites, tech blogs, and newsletters to generate timely content ideas for clients. Use the ideas output format to summarize key points and angles, streamlining editorial planning and trend-based campaigns.
Track financial news feeds, regulatory updates, and industry reports to stay informed on market movements and emerging trends. Filter by keywords like earnings or mergers to automate daily briefings and support investment decisions.
Follow RSS feeds from academic journals, preprint servers, and conference sites to monitor new publications in specific fields. Use categories to organize by discipline and generate summaries for literature reviews or collaborative projects.
Offer a free tier for basic feed monitoring with limited feeds and categories, then charge for advanced features like unlimited feeds, AI-powered summaries, and API access. Revenue comes from monthly subscriptions and enterprise plans.
License the RSS reader as a white-label solution for media companies or businesses to create custom news dashboards. Provide integration support and customization services, generating revenue through one-time setup fees and ongoing maintenance contracts.
Use the tool internally to deliver curated content reports and competitor analyses as a service to clients. Charge per report or on a retainer basis, leveraging automation to scale operations and reduce manual research time.
š¬ Integration Tip
Integrate with cron jobs or heartbeat systems for automated daily checks, and use the JSON output format to pipe data into other tools like dashboards or notification services.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill ę„ę¾åØ | Skill Finder. åø®å©åē°åå®č£ ClawHub Skills | Discover and install ClawHub Skills. åē'ęä»ä¹ęč½åÆä»„X'ć'ę¾äøäøŖęč½' | Answers 'what skill can X', 'find a skill'. 触å...
Generate QR codes from text or URL for mobile scanning.