Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add TulanCN/vibe-noveling --skill novel-namegit clone --depth 1 https://github.com/TulanCN/vibe-novelingWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tulancn/vibe-noveling/novel-name)<a href="https://agentmods.dev/skills/tulancn/vibe-noveling/novel-name"><img src="https://agentmods.dev/badge/skills/tulancn/vibe-noveling/novel-name/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tulancn/vibe-noveling/novel-name"><img src="https://agentmods.dev/badge/skills/tulancn/vibe-noveling/novel-name.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.01098 |
| Opus 5 | $0.00023 | $0.00549 |
| Sonnet 5 | $0.00009 | $0.00220 |
| Haiku 4.5 | $0.00005 | $0.00110 |
Grade A, and why
novel-name scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
命名生成器
支持 8 类命名(character/technique/faction/item/creature/location/alchemy/dao),7 级稀有度(凡品/良品/上品/极品/秘宝/灵宝/古宝),项目实体去重。
命名方式(双通道)
优先通道:SSoT 直接生成
- 扫描
memory/entities/获取已有名字排除列表 - 在 thinking 中生成随机字符串(≥20 字符),拆成多段,每段按
ASCII 求和 mod 选项数独立驱动一个创作决策 - 基于片段组合名字,各类型的维度-选项映射见下方驱动链
- 去重验证:冲突时用下一段重新生成
- 稀有度由种子哈希分配(凡品 ~65%,灵宝 ~1%,古宝 ~0.5%)
- 每次"换一批"必须生成全新随机字符串
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 <type> [options]
角色名支持 --origin zhongfang|cultivator|villain|civilian、--gender 男|女、--length 2|3|4、--tone 等参数。详细用法见脚本 help。
用户确认
生成后必须用 AskUserQuestion 让用户确认。不满意则询问调整方向(更古典/更霸气/更柔和/更神秘/其他),调整后重新生成并再次确认。
What ships with it
24 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- data/alchemy.json 1.6 KB
- data/creature.json 3.2 KB
- data/dao.json 1.7 KB
- data/item.json 3.5 KB
- data/location.json 3.0 KB
- data/names_female.json 3.2 KB
- data/names_male.json 3.2 KB
- data/names_middle.json 886 B
- data/sect.json 1.5 KB
- data/shared.json 4.2 KB
- data/strange.json 1.9 KB
- data/surnames.json 2.1 KB
- data/technique.json 1.1 KB
- tools/generator_core.py 5.7 KB runs code
- tools/generators/__init__.py 512 B runs code
- tools/generators/alchemy.py 1.4 KB runs code
- tools/generators/character.py 9.0 KB runs code
- tools/generators/creature.py 3.9 KB runs code
- tools/generators/dao.py 5.2 KB runs code
- tools/generators/faction.py 6.1 KB runs code
- tools/generators/item.py 7.0 KB runs code
- tools/generators/location.py 6.1 KB runs code
- tools/generators/technique.py 4.4 KB runs code
- tools/name_generator.py 9.0 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 53 lines · 0 tokens per session scan A dcff8b43e55b
novel-name is a skill published in the GitHub repository TulanCN/vibe-noveling (23 stars, last pushed 3mo ago), licensed MIT. It adds 45 tokens to every session and 1,098 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…