An automated monitoring tool for RSS and Atom feeds designed to facilitate content research and competitor tracking.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rss-reader
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install rss-reader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The RSS Reader is a sophisticated tool within the Openclaw Skills ecosystem that enables developers and researchers to monitor various web sources systematically. By tracking blogs, news sites, and newsletters, this skill provides a structured way to gather intelligence and stay ahead of industry trends without manual browsing.
Built for the modern developer, it transforms raw XML feeds into actionable data. Whether you are building a personal news aggregator or a professional competitor analysis engine, this skill provides the necessary CLI tools and logic to handle multiple feed categories, sophisticated filtering, and automated summarization.
To get started with this skill, first install the required dependencies:
npm install xml2js node-fetch
Next, add a feed to your monitoring list:
node scripts/rss.js add "https://openai.com/blog/rss.xml" --category ai
You can then run a manual check to verify the setup:
node scripts/rss.js check --category ai
The skill manages its state within rss-reader/feeds.json. The data is organized as follows:
url: The unique identifier for the feed source.name: A display name for the publication.category: A tag for organizational filtering.lastChecked: Timestamp of the last successful synchronization.maxItemsPerFeed: Limits the number of results per source.maxAgeDays: Defines the retention period for old items.summaryEnabled: A boolean to toggle automated summary generation.--keywords flag to instantly filter large volumes of data for specific technical or business terms.Loading
An intelligent trend aggregator that transforms raw data from social platforms and RSS feeds into actionable content ideas with optimized hooks and angles.

Create and store personalized writing profiles so your AI agent generates content that sounds exactly like you, not a robot.

A comprehensive AI automation tool for generating short-form videos from web sources and managing multi-platform social media publishing workflows.

A comprehensive framework of best practices and examples for building robust, scalable SwiftUI interfaces and application architectures.

Retrieve real-time aviation weather data including METAR, TAF, and PIREPs for flight planning and airport monitoring.

A high-performance media downloader leveraging yt-dlp to capture video and audio from over 1000 websites with automated processing.








































