A Bash-powered Openclaw Skills utility that turns staged Git changes into concise conventional commit messages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install commit-msg-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 commit-msg-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Commit Message Generator is an Openclaw Skills automation for Git workflows that analyzes your staged changes and drafts a conventional commit message aligned to the intent of the code change. It removes the overhead of writing commit text manually while keeping your history standardized.
By focusing on the staged diff, this skill helps developers produce clearer, more consistent commits for solo projects and team repositories alike. The result is a faster path from code edits to a clean Git history, with Openclaw Skills handling the formatting guidance for you.
No package installation is required; this skill only requires Bash.
git commit.git status
git add path/to/file
git commit -m "feat: add user profile validation"
This skill is stateless and does not create persistent files by default. It consumes the Git staged diff and returns a plain-text commit message.
| Layer | Artifact | Source | Purpose |
|---|---|---|---|
| Input | Staged diff | git diff --cached / Git index |
Primary source used to infer the change intent |
| Input | File paths and repository context | Current working tree | Helps determine scope and subject relevance |
| Output | Conventional commit message | Generated text | Ready for git commit -m or clipboard paste |
| Metadata taxonomy | type, optional scope, subject, optional body, optional footer |
Conventional Commits format | Standardizes history for team readability |
Loading
A privacy-first birth protocol for aligning agents, masking human identity, and submitting lineage-verified nodes to the Haven Star Chart.

Openclaw Skills for BaconCo turns Odoo sales-order entry into a guided workflow for creating manufactured orders, decorations, previews, and confirmations.

Diagnose a new consumer brand's breakout path by scanning five core passcodes—AHA moment, aesthetics, emotion, space, and story—to turn strategy into action.

Openclaw Skills for SZU Campus Affairs CLI turn campus requests into safe, JSON-first szu-cli command workflows.

An Openclaw Skills assistant that converts architecture descriptions into Terraform-ready infrastructure plans.

Openclaw Skills helps you plan and generate the right MCP server so tools and services can be exposed cleanly to AI agents.








































