An AI-powered CLI tool that transforms natural language descriptions into consistent and conventional git branch names.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ai-branch
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 ai-branch 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 an intelligent utility designed to standardize git branch naming conventions within the Openclaw Skills ecosystem. It removes the cognitive friction of naming branches by using AI to interpret plain English descriptions and translate them into clean, kebab-case strings that align with industry best practices like feature/ and bugfix/ prefixes.
This tool is specifically built for developers who want to maintain a clean repository history without manual formatting overhead. By integrating this into your workflow, you ensure that every team member follows the same prefix logic, making pull requests and repository navigation much more efficient.
To get started with this tool in your Openclaw Skills environment, ensure you have Node.js 18+ installed. You must also set your OpenAI API key as an environment variable.
export OPENAI_API_KEY=sk-...
npx ai-branch "your task description"
The skill processes input strings and outputs standardized branch paths based on the following taxonomy:
| Metadata Component | Description | Example Pattern |
|---|---|---|
| Type Prefix | Categorizes the branch type | feature/, bugfix/, hotfix/, chore/ |
| Task Slug | Kebab-case version of the description | add-oauth-support |
| Ticket ID | Optional project management ID | PROJ-123 |
| Final Branch | The resulting git-ready string | feature/PROJ-123-add-oauth-support |
Loading
A command-line tool that uses AI to generate production-ready database backup scripts with integrated cloud storage and retention logic.

A specialized security tool for auditing authentication flows to identify and remediate critical vulnerabilities.

An AI-powered utility that translates complex npm audit reports into prioritized, actionable security fix commands.

An AI-powered command-line tool that transforms route files into comprehensive Markdown documentation or OpenAPI specifications instantly.

A smart utility to analyze build output and receive AI-powered recommendations for reducing JavaScript bundle bloat.

An AI-driven CLI tool that analyzes API source code to provide intelligent caching recommendations for improved performance.








































