品牌命名

brand-namer

by BytesAgain

Generate brand names with domain checks and analysis. Use when naming a startup, checking domain availability, or brainstorming product names.

4.4k其他未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/ckchzh/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.

bash
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.

bash
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.

bash
scripts/script.sh analyze "ByteForge"

combine

Combine two words into brand name variants using CamelCase, blending, separators, abbreviations, and overlap detection.

bash
scripts/script.sh combine "cloud" "forge"

prefix

Generate variants with common brand prefixes (re, un, pro, super, meta, neo, hyper, ultra, omni, zen).

bash
scripts/script.sh prefix "launch"

suffix

Generate variants with common brand suffixes (ly, ify, hub, lab, io, ai, ful, ist, ware, bit).

bash
scripts/script.sh suffix "code"

save

Save a name to your shortlist for later review.

bash
scripts/script.sh save "NexaFlow"

list

Show all names on your shortlist.

bash
scripts/script.sh list

export

Export your shortlist in txt, csv, or json format.

bash
scripts/script.sh export csv

help

bash
scripts/script.sh help

version

bash
scripts/script.sh version

Examples

bash
# 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

VariableRequiredDescription
BRAND_NAMER_DIRNoData directory (default: ~/.brand-namer/)

Data Storage

All data saved in ~/.brand-namer/:

  • shortlist.json — Saved name candidates

Requirements

  • bash 4.0+
  • dig (from bind-utils or dnsutils package, used by the check command for DNS A-record lookups)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

相关 Skills

Claude API

by anthropic

热门

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全124.4k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.4k

高光制作器

by bwbernardweston18

热门

>

其他
未扫描4.4k

评论