# Novel Name

> 批量生成角色名、功法名、门派名、物品名等中文风格名称。8 类命名，7 级稀有度，项目实体去重。

- **Type:** Skill
- **Install:** `agentstack add skill-tulancn-vibe-noveling-novel-name`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [TulanCN](https://agentstack.voostack.com/s/tulancn)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [TulanCN](https://github.com/TulanCN)
- **Source:** https://github.com/TulanCN/vibe-noveling/tree/main/plugins/vibe-noveling/skills/novel-name

## Install

```sh
agentstack add skill-tulancn-vibe-noveling-novel-name
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 命名生成器

支持 8 类命名（character/technique/faction/item/creature/location/alchemy/dao），7 级稀有度（凡品/良品/上品/极品/秘宝/灵宝/古宝），项目实体去重。

## 命名方式（双通道）

### 优先通道：SSoT 直接生成

1. 扫描 `memory/entities/` 获取已有名字排除列表
2. 在 thinking 中生成随机字符串（≥20 字符），拆成多段，每段按 `ASCII 求和 mod 选项数` 独立驱动一个创作决策
3. 基于片段组合名字，各类型的维度-选项映射见下方驱动链
4. 去重验证：冲突时用下一段重新生成
5. 稀有度由种子哈希分配（凡品 ~65%，灵宝 ~1%，古宝 ~0.5%）
6. 每次"换一批"必须生成全新随机字符串

### SSoT 驱动链

每个名字用 3 段种子片段驱动。调用者已指定的参数直接作为约束，未指定的由种子驱动：

| 类型 | 片段A | 片段B | 片段C |
|------|-------|-------|-------|
| character | 姓氏(大/中/稀/复) | 气质(写实/古雅/凌厉/温润/清冷/烟火气) | 长度(2/3/4字) |
| technique | 元素(金/木/水/火/土/暗/空间/通用) | 类型(攻击/防御/身法/辅助/阵法) | 风格(古典玄奥/霸气直白/朴素写实/诗意意象) |
| faction | 阵营气质(正道/魔道/中立/世俗/隐世) | 形态(宗门/家族/帮会/朝廷/散修) | 风格(宏大气象/古朴厚重/凌厉锋锐/低调内敛) |
| item | 类型(法宝/丹药/符箓/材料/典籍/阵法/器具) | 稀有度倾向(凡/良/上/极/秘) | 风格(写实功能/玄妙意境/古朴传承/霸气威压) |
| creature | 物种(草木/鱼/兽/鸟/虫/爬虫) | 气质(温顺/凶猛/诡异/庄严/灵动) | 风格(写实形态/玄妙意象/古意山海/恐怖压迫) |
| location | 类型(城市/山岳/水域/秘境/大陆) | 文化(正道/商镇/边塞/幽冥/隐世) | 风格(宏大/实用/神秘/古朴) |
| alchemy | 功效(疗伤/增灵/突破/解毒/延寿/化形) | 品级(下/中/上/极) | 风格(写实功效/玄妙意象/古方传承/霸气夸张) |
| dao | 来源(正道/隐修/幽冥/散修/佛门) | 气质(端庄/清冷/温和/凌厉/飘渺/威严) | 性别(男/女) |

### 备用通道：Python 脚本

SSoT 结果不满意或需大批量生成时使用：

```bash
python3 {SKILL_DIR}/tools/name_generator.py  [options]
```

角色名支持 `--origin zhongfang|cultivator|villain|civilian`、`--gender 男|女`、`--length 2|3|4`、`--tone` 等参数。详细用法见脚本 help。

## 用户确认

生成后必须用 AskUserQuestion 让用户确认。不满意则询问调整方向（更古典/更霸气/更柔和/更神秘/其他），调整后重新生成并再次确认。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [TulanCN](https://github.com/TulanCN)
- **Source:** [TulanCN/vibe-noveling](https://github.com/TulanCN/vibe-noveling)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tulancn-vibe-noveling-novel-name
- Seller: https://agentstack.voostack.com/s/tulancn
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
