Brand Namer
/install brand-namer
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 10
Industries: 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 version
Examples
# 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
Configuration
| Variable | Required | Description |
|---|---|---|
BRAND_NAMER_DIR |
No | Data directory (default: ~/.brand-namer/) |
Data Storage
All data saved in ~/.brand-namer/:
shortlist.json— Saved name candidates
Requirements
- bash 4.0+
- dig (from
bind-utilsordnsutilspackage, used by thecheckcommand for DNS A-record lookups)
Powered by BytesAgain | bytesagain.com | [email protected]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install brand-namer - 安装完成后,直接呼叫该 Skill 的名称或使用
/brand-namer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Brand Namer 是什么?
Generate brand names with domain checks and analysis. Use when naming a startup, checking domain availability, or brainstorming product names. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 511 次。
如何安装 Brand Namer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install brand-namer」即可一键安装,无需额外配置。
Brand Namer 是免费的吗?
是的,Brand Namer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Brand Namer 支持哪些平台?
Brand Namer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Brand Namer?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v3.0.3。