Install
openclaw skills install brand-namerGenerate brand names with domain checks and analysis. Use when naming a startup, checking domain availability, or brainstorming product names.
openclaw skills install brand-namerBrand name generator — create name candidates by industry, check domain availability via DNS lookup, analyze name quality, and combine words into brand variants.
generateGenerate brand name candidates for an industry. Uses built-in word banks with prefix + root + suffix combinations.
scripts/script.sh generate tech 10
Industries: tech, food, fashion, health, finance.
checkCheck domain availability by running DNS A-record lookups for .com, .io, and .co TLDs.
scripts/script.sh check "nexaflow"
Requires: dig command (part of bind-utils / dnsutils).
analyzeAnalyze a brand name — character count, estimated syllable count, readability score (1-10), and language adaptability notes.
scripts/script.sh analyze "ByteForge"
combineCombine two words into brand name variants using CamelCase, blending, separators, abbreviations, and overlap detection.
scripts/script.sh combine "cloud" "forge"
prefixGenerate variants with common brand prefixes (re, un, pro, super, meta, neo, hyper, ultra, omni, zen).
scripts/script.sh prefix "launch"
suffixGenerate variants with common brand suffixes (ly, ify, hub, lab, io, ai, ful, ist, ware, bit).
scripts/script.sh suffix "code"
saveSave a name to your shortlist for later review.
scripts/script.sh save "NexaFlow"
listShow all names on your shortlist.
scripts/script.sh list
exportExport your shortlist in txt, csv, or json format.
scripts/script.sh export csv
helpscripts/script.sh help
versionscripts/script.sh version
# Full naming workflow
scripts/script.sh generate tech 10
scripts/script.sh analyze "CodeNova"
scripts/script.sh check "codenova"
scripts/script.sh combine "byte" "stream"
scripts/script.sh save "ByteStream"
scripts/script.sh export csv
| Variable | Required | Description |
|---|---|---|
BRAND_NAMER_DIR | No | Data directory (default: ~/.brand-namer/) |
All data saved in ~/.brand-namer/:
shortlist.json — Saved name candidatesbind-utils or dnsutils package, used by the check command for DNS A-record lookups)Powered by BytesAgain | bytesagain.com | hello@bytesagain.com