Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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 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
node scripts/rss.js check --format json
https://news.ycombinator.com/rss - Hacker News https://www.reddit.com/r/artificial/.rss - r/artificial https://www.reddit.com/r/LocalLLaMA/.rss - r/LocalLLaMA https://openai.com/blog/rss.xml - OpenAI Blog
https://www.reddit.com/r/Entrepreneur/.rss - r/Entrepreneur https://www.reddit.com/r/SaaS/.rss - r/SaaS
https://techcrunch.com/feed/ - TechCrunch https://www.theverge.com/rss/index.xml - The Verge
scripts/rss.js - Main CLI for feed management scripts/parse-feed.js - Feed parser module (uses xml2js)
npm install xml2js node-fetch The script will prompt for installation if dependencies are missing.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.