A CLI tool that uses AI to analyze your git diffs and automatically create descriptive names for your git stashes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 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 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 specialized utility designed to eliminate the common problem of mystery git stashes. Instead of using generic labels like "WIP" or leaving stashes unnamed, this tool leverages artificial intelligence to analyze your current code changes and generate a human-readable, context-aware description. By integrating this into your Openclaw Skills collection, you can maintain a cleaner, more navigable development history without the manual overhead of drafting descriptions.
Built as part of the LXGIC Dev Toolkit, Stash Namer prioritizes a zero-config experience. It bridges the gap between technical git operations and intelligent automation, making it an essential asset for developers who handle multiple tasks simultaneously and need to switch contexts quickly without losing track of their progress.
Stash Namer requires Node.js 18 or higher and an active OpenAI API key. No permanent installation is necessary as it can be run on-demand.
# Set your OpenAI API key environment variable
export OPENAI_API_KEY='your_api_key_here'
# Execute the tool using npx
npx ai-stash-name
This makes it one of the most portable Openclaw Skills for your terminal environment.
The skill operates on your local git directory and communicates with an LLM for inference. It organizes data as follows:
| Data Type | Description | Usage |
|---|---|---|
| Git Diff | The raw code changes in the working directory | Input for the AI model |
| Stash Message | An AI-generated string describing the changes | Metadata for the git stash |
| Environment Variable | OPENAI_API_KEY | Authentication for name generation |
No code is stored externally beyond the transient request to the AI model for name generation.
Loading
A zero-config CLI tool designed to scaffold production-ready Turborepo architectures with optimized build pipelines.

Automate the creation of dashboards, alerts, and metrics configurations for any tech stack using AI-driven logic.

Generate production-ready Prometheus alerting rules and Grafana dashboard JSON configurations using simple natural language descriptions.

MockAPI is a zero-config CLI tool that transforms a simple JSON file into a full-featured REST API with CRUD operations, filtering, and pagination.

Naming Gen is an AI-powered CLI tool that analyzes your code to replace cryptic variable and function names with clear, descriptive alternatives.

Automate the creation of optimized Next.js configuration files with project-specific best practices.








































