โ† All skills
Tencent SkillHub ยท Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, data/feeds.json, scripts/rss.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

RSS Reader

Monitor any RSS/Atom feed for content ideas, competitor tracking, and industry news.

Quick Start

# 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"

Configuration

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 } }

Content Research

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

Newsletter Aggregation

Track newsletters and digests: node scripts/rss.js add "https://newsletter.com/feed" --category newsletters

Keyword Monitoring

Filter items by keywords: node scripts/rss.js check --keywords "AI,agents,automation"

Default (list)

[tech] Example Blog - "New Post Title" (2h ago) https://example.com/post-1 [news] TechCrunch - "Breaking News" (4h ago) https://techcrunch.com/article-1

Ideas (content research mode)

  • ## 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

JSON (for automation)

node scripts/rss.js check --format json

Tech/AI

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

Marketing

https://www.reddit.com/r/Entrepreneur/.rss - r/Entrepreneur https://www.reddit.com/r/SaaS/.rss - r/SaaS

News

https://techcrunch.com/feed/ - TechCrunch https://www.theverge.com/rss/index.xml - The Verge

Cron Integration

  • Set 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

scripts/rss.js - Main CLI for feed management scripts/parse-feed.js - Feed parser module (uses xml2js)

Dependencies

npm install xml2js node-fetch The script will prompt for installation if dependencies are missing.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • scripts/rss.js Scripts
  • data/feeds.json Config