by Miint-Sunny
教 AI 写 NovelAI Diffusion V5 提示词的方法 skill:构思+写法两件套,基于 2226 张实测图库 / 962 条真实提示词。Agent Skills 标准封装。
# Add to your Claude Code skills
git clone https://github.com/Miint-Sunny/nai5-promptingGuides for using ai agents skills like nai5-prompting.
nai5-prompting is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Miint-Sunny. 教 AI 写 NovelAI Diffusion V5 提示词的方法 skill:构思+写法两件套,基于 2226 张实测图库 / 962 条真实提示词。Agent Skills 标准封装。. It has 50 GitHub stars.
nai5-prompting's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Miint-Sunny/nai5-prompting" and add it to your Claude Code skills directory (see the Installation section above). nai5-prompting ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh nai5-prompting against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
写 NovelAI Diffusion V5 提示词时,按需读取本 skill 的两份参考:
references/通用构思.md —— 用户只给了半句话或一个方向时先读:
需求分档(A–D)、把想法展开成分镜的流程(编剧→监督→原画→摄影)、
多方案约束、版权角色先查档案。references/通用写法.md —— 落笔时读:NAI 语法与能力边界(开篇)、
字段分工与输出模板(§0)、内容顺序(§0.3)、哪些内容必须词组 / 必须句子
(§2–§4)、多人 source#/target#/mutual# 绑定(§4.9)、漫画分格(§4.10)、
排查表(§8)、发出去之前过一遍 §9 检查表、判据的实测依据(§10)。用户需求已经完整具体(谁、在哪、什么调子都有)时可以只读写法; 需求模糊时两份都要,先构思后写法。
<画师串:自己贴> 占位或整行省略——
不要自己编,也不要自造 <artist block> 这类其他占位形式。very aesthetic / masterpiece / no text 是预设
自动附加的,默认一个都不写。complexity 是功能开关,不是质量尾。tags.json / 网络检索,
版权角色的外貌结构与职能先查档案再构思,档案不直接进提示词)。教 AI 写 NovelAI Diffusion V5 提示词的方法包——不是给人看的教程,是给 LLM / agent 挂载的 skill(Agent Skills 标准封装)。
两份互补的方法文件,合起来覆盖「从半句话到成品提示词」的全程:
| 文件 | 管什么 |
|---|---|
references/通用构思.md |
想画什么:需求分档(用户给了多少 → 补到哪步)、把模糊想法展开成分镜的四道工序(编剧→监督→原画→摄影)、多方案硬约束、版权角色先查档案 |
references/通用写法.md |
怎么写:NAI 语法与能力边界、字段分工与输出模板、内容顺序统计、哪些内容必须词组 / 必须句子(出图实测判据,附证据与边界)、多角色 source#/target#/mutual# 绑定、漫画分格、排查表、发布前检查表 |
NAI5_All_Prompting.md |
上面两份的机器合订,内容一致——只能传一个文件时用这份 |
SKILL.md |
skill 入口(Agent Skills 标准) |
结论不是经验之谈:来自一个 NAI 群的 2226 张实测图 / 962 条真实提示词 (图片内嵌提示词解码所得),加上锁 seed 控制变量的出图对照实验 (哪些内容写成词组稳定、哪些必须句子,逐条有实测记录和证据强度标注)。 统计中的群成员网名已匿名化(作者A/B/…)。
方法文件本身也在被压力测试:把上百条真实需求丢给不同的模型跑, 逐条审计产出,违规集中在哪里就改哪里——多数问题不是模型不听话, 是文件自己在两处说了两套话。这一版(2026-08)修掉的就是这类自相矛盾, 并把最容易漏的几条收进了写法 §9 的发布前检查表。
方式一 · 当 skill 挂(Claude Code 或任何支持 Agent Skills 的 agent):
把本仓库放进 skills 目录即可,入口是 SKILL.md。
方式二 · 直接发给聊天 AI(DeepSeek / ChatGPT / Claude 网页版都行):
把 references/ 里的两份 md 传进对话,然后说你想画什么——
说得细它照写;只给半句话(「来点夏天的图」)它会按分档给你几条不同方向。
附件要连一句话一起发(「附件是提示词方法,按它直接给我成品提示词」)——
只丢文件不给话,模型容易把方法文件当成待点评的资料。
方式三 · 单文件:只能传一个文件的场合,用根目录 NAI5_All_Prompting.md。