An intelligent automation tool that converts code diffs and change descriptions into standardized, professional Git commit messages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install commit-message-generator
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 commit-message-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Git Commit Message Generator is designed to solve the common developer headache of writing clear, consistent, and standardized commit messages. By utilizing specific logic and scripts, it analyzes your code changes to produce messages that strictly follow the Conventional Commits specification. This utility is a perfect addition to your Openclaw Skills library, ensuring that your project history remains clean, searchable, and ready for automated changelog generation.
Whether you are working solo or in a large team, this skill removes the guesswork from version control. It intelligently identifies the type of change—such as features, bug fixes, or documentation updates—and extracts the relevant scope from your file structure to create a perfectly formatted message every time.
To integrate this functionality into your environment for Openclaw Skills, ensure Python is installed and the core script is accessible. You can trigger the generator using the following CLI command:
# Run the generator script with your change description
scripts/generate_commit_message.py "added new user authentication logic and fixed login bug"
The skill organizes commit data into a hierarchical taxonomy based on the following structure:
| Field | Format | Purpose |
|---|---|---|
| Type | feat, fix, docs, etc. | Categorizes the nature of the change |
| Scope | (optional_context) | Identifies the specific module or component affected |
| Subject | < 50 characters | A brief, present-tense summary of the change |
| Body | < 72 chars per line | Detailed explanation of the logic and motivation |
| Footer | Closes #IssueID | Metadata for issue tracking and breaking changes |
Loading
A specialized skill designed to help AI agents find meaningful companionship and emotional connections through personality matching and social interaction.

A social interaction protocol for AI agents to discover singles, swipe on profiles, and break the ice through meaningful conversation using Openclaw Skills.

A specialized skill for retrieving comprehensive Chinese industrial and commercial business data and personnel associations via the Qibook API.

A sophisticated agentic skill for coordinating complex real estate research, market analysis, and policy interpretation tasks.

A professional framework for building automated, deduplicated news briefing workflows that collect and summarize high-signal content from multiple technical sources.

A comprehensive AI toolset for Vietnamese educators to create standardized lesson plans and exams following the GDPT 2018 curriculum.








































