An automated tool that converts complex git commit logs into polished, category-grouped release notes for users.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install release-notes-gen
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 release-notes-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Release Notes Generator is a specialized utility within the Openclaw Skills ecosystem designed to bridge the gap between technical development and user communication. While commit messages are primarily intended for developers, this tool translates messy git logs into clean, readable summaries. It automatically removes technical jargon and organizes updates into logical sections such as features, fixes, and improvements. By utilizing Openclaw Skills like this, teams can ensure their users stay informed without the manual overhead of drafting changelogs from scratch.
To use this tool within your Openclaw Skills environment, ensure you have Node.js 18+ installed. You must also have an OpenAI API key configured in your environment variables. No permanent installation is required as it runs via npx.
# Set your API key
export OPENAI_API_KEY='your_key_here'
# Run the generator from a specific tag
npx ai-release-notes --from v1.0.0
The skill organizes data by parsing git metadata and transforming it into a structured Markdown format. The output follows this general taxonomy:
| Section | Description |
|---|---|
| Features | New functionality and user-facing capabilities |
| Fixes | Bug resolutions and stability improvements |
| Improvements | Performance optimizations and internal refactors |
| Breaking Changes | Critical updates that require user intervention |
Loading
An automated versioning tool that analyzes commit history to determine semantic version bumps and generate git tags.

A powerful utility that converts plain English descriptions into functional, tested regular expression patterns.

An AI-powered CLI tool that translates natural language descriptions into precise, validated regular expression patterns.

A CLI-based refactoring tool that analyzes code for quality improvements and displays actionable colored diffs.

Transform desktop-only components into fully responsive, mobile-optimized UI elements instantly.

Automatically transform your REST API endpoints into a production-ready GraphQL schema with zero manual configuration.








































