← 返回 Skills 市场
flobull

Chinese Name Generator

作者 Flobull · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
198
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chinese-name-generator
功能描述
Chinese name selection service. Activated when user needs to name a child (给孩子取名、起名、取名字). Includes: Eight Characters (八字) analysis, Five Elements (五行) balanc...
使用说明 (SKILL.md)

Chinese Name Generator (取名)

Comprehensive Chinese name selection service based on traditional Chinese naming conventions.

When to Use

  • User asks to name a child (取名、起名、给宝宝起名字)
  • User asks about naming conventions (取名讲究、取名有什么讲究)
  • User provides baby's birth information for name suggestions

Required Information

To provide accurate name suggestions, gather:

  1. Birth Date (出生时间): Year, Month, Day, Hour (最好精确到时辰)
  2. Gender (性别): Boy or Girl
  3. Family Name (姓氏): 父姓 + 母姓 (if applicable)
  4. Generation Characters (辈分字): If family has name generation chart
  5. Parents' Preferences (父母期望): Any specific wishes or restrictions

Name Selection Principles

1. Eight Characters & Five Elements (八字五行)

Analyze the baby's birth chart to find what Five Elements are missing or weak:

五行 代表字旁 寓意
木、草、禾、竹、梅、松、柏、桐、榆、枫 生长、仁慈
火、光、炎、晖、亮、旭、晨、昭、明星 热情、礼仪
土、石、玉、坤、砚、墨、圭、堂、嵩、峦 稳重、承载
金、玉、钢、锐、铭、铎、钧、镜、珠、琳 坚硬、尊贵
水、雨、雪、云、涛、澜、泉、溪、瀚、洋 智慧、流动

2. Sound & Rhythm (音韵)

  • 声调搭配: Avoid all same tones (e.g., 柳想想 ❌)
  • 平仄协调: Prefer pattern like 平仄平 or 仄平仄
  • 韵母和谐: Avoid same finals causing tongue-twisters
  • 响亮顺口: 1st/2nd tone (平声) more响亮

3. Meaning & Imagery (寓意)

Common categories:

  • 美德 (Virtues): 仁、义、礼、智、信、孝、忠、诚、恭、俭
  • 吉祥 (Auspicious): 福、禄、寿、喜、祥、安、和、泰、宁
  • 自然 (Nature): 山、水、云、风、雨、雪、星、月、日
  • 期望 (Aspirations): 志、远、卓、然、成、立、达、显、耀
  • 才华 (Talent): 文、章、诗、书、画、才、学、思、慧、敏

4. Classical References (典籍出处)

  • 诗经: "桃之夭夭,灼灼其华"
  • 楚辞: "路漫漫其修远兮"
  • 论语: "君子成人之美"
  • 唐诗宋词: 名句妙用

5. Avoid Bad Omens (避讳)

  • 谐音不雅: 避免与不雅词同音 (如: 史珍香、杜子腾)
  • 生肖冲克: 根据属相避免相冲字
  • 祖先名讳: 避免与祖辈同名
  • 多音字: 避免容易读错的字

6. Three Talents & Five Grids (三才五格)

Calculate based on surname and name strokes for:

  • 天格 (Heaven)
  • 人格 (Person)
  • 地格 (Earth)
  • 总格 (Total)
  • 外格 (External)

Prefer combinations that are auspicious numbers in 81数理.

Output Format

Present names in this structured format:

### 薛○○ (Xué ○○)

**拼音**: Xué ○○  
**五行**: 木/火/土/金/水 (根据八字喜用)  
**寓意**: 来自经典出处,解释含义  
**出处**: 《诗经》/《楚辞》/《论语》/自创  
**八字匹配**: 补○神之不足  
**声调**: ○○ (平仄搭配)

Common Name Databases

男孩常用字 (Boy Names)

  • 伟、磊、军、杰、涛、明、勇、浩、鹏、飞
  • 梓、柏、沐、枫、霖、岳、岩、峰、峻、岚
  • 睿、哲、弘、奕、博、冠、铭、铎、钧、锐

女孩常用字 (Girl Names)

  • 琳、婷、雅、芸、菲、萍、娜、颖、珊、慧
  • 萱、苒、苔、蕴、思、媛、怡、嘉、宁、安静
  • 芷、兰、莲、荷、梅、松、竹、棠、桦、桐

Tools Available

  • web_search / minimax search: Search classical references and name meanings
  • web_fetch: Fetch from Chinese dictionaries (汉典, 说文解字)
  • Write results to file or present directly

Tips

  1. Always ask for birth date before making suggestions
  2. Check each name against Five Elements requirement
  3. Provide 3-5 options with different characteristics
  4. Include pinyin and detailed explanation for each name
  5. Reference classical sources when possible
安全使用建议
This skill appears coherent for its stated purpose, but consider privacy and data-handling before using: it asks for sensitive personal data (precise birth time, family names, generation characters). Ask the vendor or inspect runtime policies to confirm whether web_fetch/web_search calls or file writes will send or store that personal data externally and for how long. If you prefer not to persist PII, instruct the agent to avoid writing outputs to disk and provide only the minimal birth info needed (or anonymize). If you're concerned about autonomous agent actions, keep autonomous invocation off when testing or ask for explicit consent before any external queries or file writes.
功能分析
Type: OpenClaw Skill Name: chinese-name-generator Version: 1.0.0 The skill bundle is a legitimate Chinese name generation service that provides instructions for an AI agent to suggest names based on traditional Chinese conventions (Five Elements, Eight Characters, and classical literature). The instructions in SKILL.md are well-structured and aligned with the stated purpose, utilizing standard tools like web search for research without any signs of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The name and description align with the instructions: the skill describes 八字/五行/声韵/典籍 checks and asks only for birth info, gender, surname, generation character, and preferences. There are no required binaries, env vars, or installs that would be disproportionate to a naming service.
Instruction Scope
SKILL.md stays on task (collect birth time, compute 八字/五行/三才五格, consult classical sources, produce 3–5 name options). It mentions use of web_search and web_fetch (platform tools) and the option to write results to a file. This is expected, but note: the skill explicitly asks for sensitive personal data (exact birth date/time, family details). The instructions do not specify retention, storage location, or disclosure rules for that data.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written during installation.
Credentials
The skill requests no environment variables, credentials, or config paths. Requested inputs are user-provided personal data required for the domain (birth time, surname, preferences), which is proportionate to its purpose.
Persistence & Privilege
No elevated persistence requested (always is false). The skill does not request changes to other skills or system-wide config. Autonomous invocation is permitted by platform defaults but not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chinese-name-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chinese-name-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Chinese Name Generator. - Supports naming children using Eight Characters (八字), Five Elements (五行), and classical Chinese references. - Considers sound, meaning, family generation, and avoids homophones or taboos. - Provides structured name suggestions with pinyin, element balance, meaning, and reference source. - Integrates classical texts and includes lists of common name characters for boys and girls.
元数据
Slug chinese-name-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Chinese Name Generator 是什么?

Chinese name selection service. Activated when user needs to name a child (给孩子取名、起名、取名字). Includes: Eight Characters (八字) analysis, Five Elements (五行) balanc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 198 次。

如何安装 Chinese Name Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-name-generator」即可一键安装,无需额外配置。

Chinese Name Generator 是免费的吗?

是的,Chinese Name Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Chinese Name Generator 支持哪些平台?

Chinese Name Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Chinese Name Generator?

由 Flobull(@flobull)开发并维护,当前版本 v1.0.0。

💬 留言讨论