stash-namer

Verified·Scanned 2/18/2026

This skill generates concise git stash names by reading repository diffs and calling OpenAI, then runs git stash push -m to create the stash. It requires OPENAI_API_KEY and makes network calls to the OpenAI service (purpose-aligned network and API-key usage).

from clawhub.ai·v4d6b521·40.1 KB·0 installs
Scanned from 1.0.0 at 4d6b521 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/stash-namer

ai-stash-name

Stop naming stashes "WIP" or leaving them unnamed. Get meaningful stash names from your actual changes.

Install

npm install -g ai-stash-name

Usage

npx ai-stash-name
# → Stashed as: refactor auth middleware error handling

npx ai-stash-name --dry-run
# → Suggested name: add user avatar upload endpoint

Setup

export OPENAI_API_KEY=sk-...

Options

  • -d, --dry-run - Show the suggested name without actually stashing

License

MIT