Skill
anima-prompt-caption
按 Anima3 v3.0 模板把中文场景转为英文提示词:槽位顺序/互斥检查/自检/标签库(读取本地模板文件)
- Source
- Nana7mi0721
- stars
- 1 stars
- Updated
- Updated 14 days ago
Readme
# anima-prompt-caption
Anima / Anima3 文生图提示词 skill(标签版):把中文场景描述转写成一条符合 Anima3 v3.0 模板的英文 prompt。严格槽位顺序、互斥冲突表、6 项自检,标签库外置在 `assets/模板.txt` 按需读取。
> 前身名为 `anima3-prompt`,已更名。
## 结构
```
anima-prompt-caption/
├── SKILL.md # 主指令:槽位顺序 / 互斥表 / 自检清单 / 输出协议
└── assets/
└── 模板.txt # 标签库(§6~§14 分章节,按需读取对应章节)
```
SKILL.md 中对资产的引用全部使用相对路径(`assets/模板.txt`),不依赖任何安装位置,复制到哪都能用。
## 安装
适用于任何采用「skills 目录 + SKILL.md」约定的 agent(DeepSeek Harness、Claude Code 及同类)。把整个 `anima-prompt-caption/` 目录复制进你所用 agent 的用户技能目录即可:
- **DeepSeek Harness (dsh)**:`~/.dsh/skills/`
- 其他 agent:各自的 skills 目录(如 `~/.claude/skills/`、`~/.zcode/skills/` 等)
```sh
# dsh 示例
git clone https://github.com/Nana7mi0721/anima-prompt-caption.git ~/.dsh/skills/anima-prompt-caption
```
安装后新开会话生效:技能目录按会话加载,向 agent 描述中文画面需求时自动匹配本 skill。
## 使用
在对话里直接给出中文场景描述(人物 / 服装 / 动作 / 场景 / 视角 / 氛围),agent 会按 skill 流程输出一条单行、小写、槽位有序的英文 prompt(不含质量词、画师名、光线标签)。
示例输入:「金发双马尾的女孩,穿白色连衣短裙,在樱花树下的街道上回头微笑看向镜头,春日,特写」
示例输出:
```
1girl, solo, blonde hair, twintails, blue eyes, fair skin, slim, white dress, short dress, turning around, direct eye contact, smile, close-up, cherry blossoms, sakura, street, spring, outdoors
```
## 致谢
标签库模板整理自 Anima3 v3.0 社区模板;自然语言版本见姊妹 skill [anima-prompt-naturalang](https://github.com/Nana7mi0721/anima-prompt-naturalang)。
Install
# Skills are files: copy them into $DSH_HOME/skills/anima-prompt-caption (defaults to ~/.dsh/skills/anima-prompt-caption)
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install nana7mi0721-anima-prompt-caption from the hub