naming-gen
✓Verified·Scanned 2/18/2026
This skill is a CLI that analyzes source files and suggests better variable and function names. It sends file contents to OpenAI via new OpenAI() (model gpt-4o-mini), expects OPENAI_API_KEY, and is invoked with npx ai-naming.
from clawhub.ai·v222c410·38.8 KB·0 installs
Scanned from 1.0.1 at 222c410 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/naming-gen
ai-naming
Get suggestions for better variable and function names in your code. Clean code starts with good names.
Install
npm install -g ai-naming
Usage
npx ai-naming ./src/utils.ts
# Reviews all names and suggests improvements
npx ai-naming ./src/api/handlers.js
# Works with any language
Setup
export OPENAI_API_KEY=sk-...
License
MIT