Converts plain English descriptions into clean, kebab-case Git branch names following industry conventions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install branch-namer
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 branch-namer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Branch Namer is a specialized utility designed to solve the common developer frustration of deciding on branch naming conventions. As a part of the Openclaw Skills ecosystem, it leverages natural language processing to interpret the context of your task and generate standardized branch names using prefixes like feature/, bugfix/, or hotfix/. This tool ensures that repository structures remain clean, consistent, and easy to navigate for all team members.
By integrating this skill into your local development environment, you remove the mental overhead of manual naming while ensuring compliance with team-wide standards. It is particularly useful for developers who want to move quickly from a task description to a functional Git branch without worrying about formatting or naming collisions.
To use this tool within the Openclaw Skills framework, ensure you have Node.js 18+ and an OpenAI API key configured.
export OPENAI_API_KEY="your_api_key_here"
npx ai-branch "add user authentication with OAuth"
You can also use the --create flag to automate the Git workflow:
npx ai-branch "fix mobile navigation bug" --create
Branch Namer processes natural language input and outputs formatted strings. It interacts with the local .git configuration when the creation flag is used.
| Input Parameter | Type | Description |
|---|---|---|
| Description | String | The plain English task description |
| --prefix | String | Manually set the branch type (e.g., chore, refactor) |
| --ticket | String | A ticket ID to include in the branch name |
| --create | Boolean | Whether to run the git checkout command automatically |
Loading
A command-line tool that transforms plain English descriptions into consistent, convention-compliant git branch names using AI.

A powerful utility to generate comprehensive, production-ready database backup scripts for any cloud or local destination using AI.

An AI-powered utility that generates comprehensive, production-ready database backup scripts for any cloud or local destination.

A security audit tool that scans your codebase for authentication vulnerabilities like weak hashing and insecure session management.

An AI-powered tool that analyzes bundle size and provides actionable suggestions to reduce bloat in your JavaScript applications.

An AI-powered diagnostic tool that analyzes build outputs to identify bundle bloat and provide actionable reduction strategies.








































