An automated monitoring tool for tracking RSS/Atom feeds and pushing real-time updates to webhooks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feed-watcher
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 feed-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Feed Watcher is a robust automation skill designed to keep you updated on content across the web. Whether you are tracking YouTube channels, Reddit subreddits, or GitHub releases, this tool simplifies the process by centralizing all updates into a single notification stream. As part of the Openclaw Skills ecosystem, it provides a seamless way to integrate external content streams into your workflow.
Built on Node.js, the skill allows users to maintain a persistent state of seen items, ensuring that you never receive duplicate notifications. By utilizing webhooks, Feed Watcher can bridge the gap between static RSS feeds and modern communication platforms like Discord, Slack, or Telegram, making it a vital addition to any Openclaw Skills collection.
Install the necessary dependencies via npm:
npm install -g rss-parser dotenv
Create a .env file in your project root to configure your notification endpoint:
WEBHOOK_URL=https://your-webhook-url.com/hook
USER_AGENT=feed-watcher/1.0
Initialize your first feed tracking session:
node index.js add "openclaw" "https://github.com/openclaw/openclaw/releases.atom"
The skill manages its data through a local JSON file and environment variables to ensure persistence and flexibility.
| Component | Description |
|---|---|
| State Storage | Located at ~/.feed-watcher/feeds.json to track individual feed progress. |
| Feed Object | Stores the name, source URL, and unique identifier of the last processed item. |
| Webhook Payload | Sends a JSON object containing the feed name, item count, and an array of new articles. |
| Environment | Configurable via WEBHOOK_URL and DATA_DIR for custom storage locations. |
Loading
A professional command-line integration for monitoring Correios packages and managing delivery history via official API access.

A robust tool for retrieving detailed Brazilian corporate information and registration status using CNPJ identifiers.

A dedicated scaffolding tool designed to safely and rapidly create new capabilities within the Openclaw Skills ecosystem.

Automate Slack interactions including messaging, reactions, and channel management directly through your AI agent.

A dedicated interface for querying the official Brazilian FIPE table for car, motorcycle, and truck market values.

A high-performance integration for monitoring, searching, and extracting real-time content from the HackerNews platform via its official API.








































