rss-reader

Track RSS and Atom feeds with categories, filters, and summaries via a Node.js CLI.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/velamints2/clawbot-lab --skill rss-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-reader
Source: https://github.com/velamints2/clawbot-lab/tree/main/skills/rss-reader
Command: npx skills add https://github.com/velamints2/clawbot-lab --skill rss-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Monitor RSS/Atom feeds to assist content research, competitor tracking, and industry news gathering.

Core Features & Use Cases

  • Multi-feed monitoring with categories, filters, and summary generation to surface relevant items.
  • Flexible output formats and search capabilities, enabling quick ideas generation or trend spotting.
  • Use Case: Imagine you are tracking 10 industry blogs to surface new post ideas and competitors' moves.

Quick Start

Add a feed with the RSS CLI and then run a check to surface new items.

Frequently Asked Questions about rss-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor RSS feeds for content ideas and competitor research?

You can monitor RSS feeds by running this Skill as a Node.js CLI that fetches HTTP(S) feeds, parses XML, and stores data in a local JSON file. It supports multi-feed tracking, category organization, and keyword filtering to surface relevant content ideas.

Can I organize and filter Atom feeds by category and keywords?

Yes, you can organize Atom feeds by category and filter them using keywords. The Skill provides configurable summaries and search capabilities across contexts like research, marketing, and trend tracking to help you quickly spot relevant industry news.

What is the best way to track multiple industry blogs for new post ideas?

Tracking multiple industry blogs is handled by adding each blog URL to the CLI and running a check to surface new items. This allows you to monitor 10 or more feeds simultaneously, generating summaries to quickly identify competitors' moves and fresh post ideas.

Do I need external dependencies to parse RSS XML feeds with Node.js?

No external dependencies are required to parse RSS XML feeds. This Skill uses a lightweight, dependency-free parser within a Node.js environment to fetch and process feed data, storing the results locally in a JSON file without extra setup.

How does automated feed monitoring work for trend spotting?

Automated feed monitoring works by fetching RSS and Atom feeds over HTTP(S) and parsing the XML to extract new items. The Skill then applies keyword filters and configurable summaries to help you spot trends and gather research efficiently.

Are there limitations when using a dependency-free parser for RSS feeds?

A limitation of a dependency-free parser is that it handles XML parsing without external libraries, which may require manual configuration for non-standard feed formats. Feed data is stored locally in a JSON file, so storage capacity depends on your system.