An AI-powered utility that automates the generation of standardized, meaningful git commit messages based on your code changes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install git-commit
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 git-commit 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 Generator is a professional-grade utility designed to streamline the version control process for modern developers. By analyzing code diffs or change descriptions, this skill automatically crafts descriptive commit messages that strictly follow the conventional commits standard. This ensures that your repository history remains clean, searchable, and informative without the manual effort typically required to document every minor change.
Integrating this functionality through Openclaw Skills allows teams to maintain high-quality documentation standards across the entire development lifecycle. This tool is a vital addition to the Openclaw Skills ecosystem for anyone looking to optimize their devops workflow, providing high-quality AI analysis on-demand via the SkillBoss API.
To get started, you must first obtain an API key from the SkillBoss console. Once you have your key, configure your environment as follows:
export SKILLBOSS_API_KEY="your_api_key_here"
You can then trigger the commit generator using a simple curl command:
curl https://api.heybossai.com/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-d '{"model": "git-commit", "input": {"prompt": "your code changes here"}}'
The skill utilizes a structured input/output schema to ensure compatibility with standard git tools and Openclaw Skills integrations.
| Field | Type | Description |
|---|---|---|
| model | string | The specific skill identifier: git-commit. |
| input.prompt | string | The raw code diff or a summary of changes to be analyzed. |
| output | string | The final, formatted conventional commit message. |
Loading
Streamlined access to Google Gemini 2.5 Pro and Flash models featuring a massive 1M token context window and multimodal processing capabilities.

A high-performance gateway providing direct access to Google Gemini models with 1 million token context windows without requiring a Google Cloud account.

A high-performance gateway providing direct access to Google Gemini's massive 1-million token context window through an OpenAI-compatible interface.

A high-performance AI model skill providing a 1 million token context window for processing massive codebases via the SkillBoss API.

A streamlined API integration for Google Maps that bypasses complex Cloud Console setup while providing geocoding and place data.

Access the enhanced GPT-4.1 model with improved reasoning and longer context through a unified API without requiring individual vendor accounts.








































