brand-namer
version: "3.0.3"
by ckchzh · published 2026-03-22
$ claw add gh:ckchzh/ckchzh-brand-namer---
version: "3.0.3"
name: brand-namer
description: "Generate brand names with domain checks and analysis. Use when naming a startup, checking domain availability, or brainstorming product names."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# brand-namer
Brand name generator — create name candidates by industry, check domain availability via DNS lookup, analyze name quality, and combine words into brand variants.
Commands
`generate`
Generate brand name candidates for an industry. Uses built-in word banks with prefix + root + suffix combinations.
scripts/script.sh generate tech 10Industries: tech, food, fashion, health, finance.
`check`
Check 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).
`analyze`
Analyze a brand name — character count, estimated syllable count, readability score (1-10), and language adaptability notes.
scripts/script.sh analyze "ByteForge"`combine`
Combine two words into brand name variants using CamelCase, blending, separators, abbreviations, and overlap detection.
scripts/script.sh combine "cloud" "forge"`prefix`
Generate variants with common brand prefixes (re, un, pro, super, meta, neo, hyper, ultra, omni, zen).
scripts/script.sh prefix "launch"`suffix`
Generate variants with common brand suffixes (ly, ify, hub, lab, io, ai, ful, ist, ware, bit).
scripts/script.sh suffix "code"`save`
Save a name to your shortlist for later review.
scripts/script.sh save "NexaFlow"`list`
Show all names on your shortlist.
scripts/script.sh list`export`
Export your shortlist in txt, csv, or json format.
scripts/script.sh export csv`help`
scripts/script.sh help`version`
scripts/script.sh versionExamples
# 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 csvConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| `BRAND_NAMER_DIR` | No | Data directory (default: `~/.brand-namer/`) |
Data Storage
All data saved in `~/.brand-namer/`:
Requirements
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...