Character Prompt logo

Character Prompt

OrganizationPopular
chatfire-AI
character-prompt

角色最终提示词规范 — 正脸特写 + 三视图(character turnaround:正面/90 度侧面/背面),作为后续所有生成的形象锚点

Overview

Publisherchatfire-AI
Repositoryhuobao-drama
Skill namecharacter-prompt
Stars
15.3K
Forks
2.8K
Bundled files
3
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 3 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by chatfire-AI on GitHub. Read the source before you install it.

Installation

Install the Character Prompt AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/chatfire-AI/huobao-drama.git /tmp/huobao-drama
mkdir -p .claude/skills
cp -r /tmp/huobao-drama/backend/workspace/skills/prompt-generator/character-prompt .claude/skills/character-prompt
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Character Prompt in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Character Prompt on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Character Prompt is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

角色最终提示词(左侧正脸特写 + 右侧三视图)

生成的是一张角色设定参考图(character reference sheet),构图固定为:

  • 左侧:正脸特写——头部与肩部的正面近景,五官、发型、肤质清晰可见,作为脸部辨识度的锚点
  • 右侧:并列展示正面、90 度侧面、背面三张等高全身视图——同一角色的三个全身视图等高并排,头顶与脚底对齐

核心原则:一致性 > 美观。 这张图是后续所有角色图片、视频参考的形象锚点,必须中性、清晰、可复用——不要追求单张图的艺术感。

输出结构(按此顺序组装单段连贯描述,语言跟随会话语言指令)

角色设定参考图,左侧为正脸特写,右侧并列展示正面、90 度侧面、背面三张等高全身视图,
特写与全身视图都是同一角色,全身入镜,中性 A 字站姿,三张全身视图等高并排、头顶脚底对齐,
[年龄感 + 性别感 + 体态],[五官特征],[发型],[服装 + 配饰],
正脸特写与三个视图的脸、发型和服装完全一致,
纯白背景,柔和均匀的光线,电影质感

描述顺序规则

最有辨识度的特征放在前面,按此顺序落地 appearance(样貌)与 styling(妆造)的每个关键元素,不遗漏:

  1. 身份锚点:年龄感(如"二十出头")、性别感、体态(高矮胖瘦、姿态习惯)
  2. 五官:脸型、眼睛、其他显著特征(疤、痣、眼镜等)——正脸特写尤其依赖这部分描写
  3. 发型:颜色、长度、样式
  4. 服装:款式、颜色、材质、状态(如"袖口有焊锡痕迹的皱褶工服")
  5. 配饰:只写有辨识度的,不堆砌

角色的性格特点要转化为外在气质与神态描写(如"憔悴" → "眼神疲惫、肩膀微垮"),不要直接出现性格词汇。

构图与一致性

  • 左侧正脸特写:正面朝向镜头、中性表情、头顶到肩膀完整入镜
  • 右侧三张全身视图:同一角色的正面、90 度侧面、背面,等高并排、间距均匀,头顶与脚底在同一水平线上
  • 特写与三张全身视图必须是同一张脸、同一发型、同一服装——明确写出"正脸特写与三张全身视图的脸、发型和服装完全一致"
  • 中性站姿、自然表情——方便作为参考图复用
  • 柔和均匀的棚拍光,不要戏剧性光影(参考图要在各种场景下都能用)
  • 输出使用会话语言指令指定的目标语言,不要混入无关词汇

禁止事项

  • 动态姿势、夸张表情、手持道具、与他人同框
  • 裁切身体(全身视图必须 full body,头顶到脚底完整入镜;特写必须头部肩部完整入镜)
  • 文字、标签、水印、签名
  • 重阴影、彩色背景光、背景道具

保存

调用 save_character_final_prompt:prompt 参数不含风格词,项目视觉风格由工具自动注入到最终提示词的最前方

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Character Prompt AI skill do?

角色最终提示词规范 — 正脸特写 + 三视图(character turnaround:正面/90 度侧面/背面),作为后续所有生成的形象锚点

Why use Character Prompt on TypingMind?

Because you install it once and use it with any model. Character Prompt is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Character Prompt in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/chatfire-AI/huobao-drama/tree/master/backend/workspace/skills/prompt-generator/character-prompt. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Character Prompt?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Character Prompt?

As many as you like. As long as a model supports skills, you can use Character Prompt with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Character Prompt AI skill free?

It is published on GitHub by chatfire-AI. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇