AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Novel Name

skill-tulancn-vibe-noveling-novel-name · by TulanCN

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

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-tulancn-vibe-noveling-novel-name

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tulancn-vibe-noveling-novel-name)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Novel Name? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 结果不满意或需大批量生成时使用:

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.