A utility that converts CHANGELOG.md files into RSS 2.0 feeds to enable automated project release monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install changelog-rss
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 changelog-rss using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Changelog RSS is a developer-centric tool designed to bridge the gap between static documentation and real-time notifications. By parsing standard Keep a Changelog files or fetching data from GitHub and package managers, it transforms text-based release histories into a machine-readable RSS feed. This addition to the ecosystem of Openclaw Skills empowers teams and individual developers to stay updated on project evolutions without manual checking.
The skill is highly versatile, supporting everything from local files to remote repository URLs. It ensures that critical updates—such as security patches, new features, and breaking changes—are pushed directly to your favorite RSS reader or automated monitoring system.
Changelog RSS is lightweight and requires no external dependencies for basic text processing. This makes it a seamless addition to your Openclaw Skills library.
# Optional: Ensure curl is installed to fetch remote changelogs
sudo apt install curl
No API keys or complex environment variables are required for standard parsing tasks.
The skill organizes data by mapping Markdown elements to standard RSS XML tags to ensure compatibility with all feed readers:
| Markdown Element | RSS Field | Description |
|---|---|---|
| ## [x.y.z] | The version number extracted from the markdown header. | |
| YYYY-MM-DD | The release date converted into the required RFC 822 format. | |
| Change Sections | Added, Changed, and Fixed sections wrapped in HTML CDATA. | |
| Repo URL | The source repository or project website used as the feed origin. |
Loading
A structural comparison tool for analyzing and merging YAML, JSON, TOML, and INI configuration files.

An AI-powered automation engine designed to connect enterprise tools, create complex pipelines, and eliminate manual business tasks.

A command-line driven utility for analyzing, cleaning, and organizing large browser bookmark export files.

A natural language interface for multi-chain crypto trading, portfolio management, and prediction market betting.

A robust HTTP API interface for controlling headless Chrome instances within a Cloudflare Workers environment.

A comprehensive automation skill for managing the end-to-end sales lifecycle on the Coconala marketplace using AI-driven browser interactions.








































