An AI-driven CLI tool that analyzes your code changes to automatically generate descriptive names for your git stashes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stash-name-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 stash-name-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
stash-namer is a developer-focused utility designed to eliminate the frustration of mystery stashes or generic WIP labels. By leveraging AI to analyze your current code diffs, it creates contextually relevant names that make your stashed work easy to identify and manage later. As a highlighted entry among Openclaw Skills, this tool ensures your local version control history remains clean and searchable.
Built for speed and simplicity, it provides a zero-config experience that integrates directly with your existing git workflow. Whether you are a solo developer or part of a large team, this skill helps maintain clarity when switching branches or pausing mid-task.
To use this tool, ensure you have Node.js 18+ and an OpenAI API key available in your environment.
export OPENAI_API_KEY='your_api_key_here'
npx ai-stash-name
The skill interacts with your local Git repository and processes data as follows:
| Data Type | Source | Purpose |
|---|---|---|
| Code Diff | Local Git Repo | Analyzes staged and unstaged changes to determine context. |
| API Key | Environment Variable | Authenticates requests to the AI naming engine. |
| Stash Message | AI Generated | Applied as the metadata label for the git stash entry. |
| Git Metadata | Local Git Repo | standard stash references including branch name and parent commit. |
Loading
Transform plain English descriptions into production-ready SQL queries for multiple database dialects without memorizing syntax.

An automated security scanner that identifies SQL injection vulnerabilities and provides parameterized query fixes for your backend code.

A comprehensive CLI security auditor for Solidity smart contracts designed to detect vulnerabilities and optimize gas efficiency.

A specialized CLI tool for generating structured Socket.io server and client handlers from natural language descriptions.

An AI-powered CLI utility that analyzes your git diffs to generate and apply descriptive names to your stashes automatically.

Automate the creation of comprehensive Storybook stories and documentation from React components using AI-driven analysis.








































