LaunchKit · 2026
Back to Skills

rss-reader

Monitor RSS and Atom feeds for content research.

1
1.6k downloads
by @dimitripantzos

Setup & Installation

openclaw skills install @dimitripantzos/rss-reader

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install rss-reader

What This Skill Does

Monitors RSS and Atom feeds for content research, competitor tracking, and industry news aggregation. Feeds are organized by category with keyword filtering and multiple output formats including a content ideas mode.

The ideas output format extracts key points and suggests angles automatically, saving manual triage across multiple sources.

When to use it

  • Tracking competitor blog posts as they publish
  • Aggregating AI/ML news from Hacker News and Reddit
  • Finding content ideas from industry publications
  • Monitoring keywords across multiple feeds daily
  • Building a personal news digest with category filters

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: check for new AI-related posts from the last 24 hours and format as content ideas

AGENT
  1. 1Run node scripts/rss.js check --since 24h --category tech --keywords 'AI,agents,automation' --format ideas
  2. 2Parse output grouping items by feed category
  3. 3Extract key points and suggested angles for each item
  4. 4Present formatted list of content ideas with source links
OUTPUT

Markdown list of recent AI posts with key points and content angles, grouped by category