品牌命名引擎。中英文品牌名生成、域名检查、商标初筛、品牌故事。Brand name generator with Chinese/English names, domain check, trademark screening. 取名字、公司起名、品牌策划。Use when naming a brand or product.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill brand-namer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Brand Namer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-brand-namer)More formats (shields.io, HTML) on the badges page.
---
name: Brand Namer
description: "品牌命名引擎。中英文品牌名生成、域名检查、商标初筛、品牌故事。Brand name generator with Chinese/English names, domain check, trademark screening. 取名字、公司起名、品牌策划。Use when naming a brand or product."
---
# brand-namer
品牌命名和Slogan生成器。品牌名、广告语、域名建议。中英双语。
## Description
为产品/公司生成品牌名称、广告语、域名建议和品牌故事。支持中英双语输出,覆盖品牌建设全流程。
## Commands
| 命令 | 用法 | 说明 |
|------|------|------|
| `name` | `brand.sh name "行业" "调性关键词"` | 生成10个品牌名(中英双语) |
| `slogan` | `brand.sh slogan "品牌名" "行业"` | 生成5条广告语 |
| `domain` | `brand.sh domain "品牌名"` | 域名建议(含后缀推荐) |
| `story` | `brand.sh story "品牌名" "行业"` | 生成品牌故事 |
| `help` | `brand.sh help` | 显示帮助信息 |
## Usage
当用户需要品牌命名、广告语、域名或品牌故事时,运行对应脚本命令,将输出结果展示给用户。
```bash
# 生成品牌名
bash {{SKILL_DIR}}/scripts/brand.sh name "咖啡" "高端,简约"
# 生成广告语
bash {{SKILL_DIR}}/scripts/brand.sh slogan "星沐" "咖啡"
# 域名建议
bash {{SKILL_DIR}}/scripts/brand.sh domain "星沐"
# 品牌故事
bash {{SKILL_DIR}}/scripts/brand.sh story "星沐" "咖啡"
```
## Notes
- 纯本地生成,无需API
- Python 3.6+ 兼容
- 输出中英双语
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...