mcpbeat Sign in

Short Drama Assets Agent Skill

从短剧剧本拆出人物/造型、地点/视图、道具/状态和跨场连续性,写成创作者可读的视觉设定。用户说“拆角色/场景/道具”“做资产设定”“判断复用还是新变体”“更新造型/道具状态”,或拿现成剧本直接做视觉资产准备时使用;不写图片提示词,不生成媒体。

24k tokens
context cost
the whole folder, loaded on every use
21
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
1073
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/zenstory-ai/drama-skills --skill short-drama-assets

What comes with it

90 499 bytes besides the instruction
agents/openai.yaml
assets/character-look.example.jsonl
assets/continuity.example.jsonl
assets/decisions.example.jsonl
assets/location-view.example.jsonl
assets/occurrences.example.jsonl
assets/prop-state.example.jsonl
examples/minimal/characters.jsonl
examples/minimal/looks.jsonl
references/asset-review-checklist.md
references/character-and-look.md
references/continuity-delta.md
references/identity-vs-variant.md
references/location-and-view.md
references/occurrence-extraction.md
references/prop-and-state.md
references/stage-contract.md
references/voice-direction.md
scripts/asset_check.py
scripts/selftest.py

The instruction itself

1 sections, as written by the author

短剧资产拆解

把剧本文字变成可复用、可持续的视觉事实,统一写入 剧集/<EP>/视觉设定.md。不要把每次出场都

变成新资产,也不要抢写剧本语义、镜头走位或生成提示词。

Quick Start

用 $short-drama-assets 从 EP001 剧本拆完人物、造型、地点、道具和本集状态

入口与边界

现成剧本可以直接拆资产。先区分:

  • 身份:换一个就不再是同一个人、地或物;
  • 变体:身份不变,但服装、伤势、时段、天气、开合或持有状态改变;
  • 镜头瞬态:姿势、视线、左右手、站位和相机角度,由分镜拥有;
  • 故事语义:知识、目标、关系和情绪由写作/开发拥有,只引用可见后果。

工作流

  • 只读当前范围的剧本和已决定的视觉方向。
  • 逐场找实体、可见描述、状态变化和含混指代,先不创建资产。
  • 对每项决定新建、复用、增加变体或标记未决;含混指代不猜。
  • 写最小可识别设定:统一使用 识别锚点、本集状态和变化原因。
  • 检查造型/伤势、持物/所有权、道具状态、地点时段/天气/光态与跨集 outgoing。
  • 整集请求自动处理完整集,末端一次回报关键身份决定和未决指代。

内容要求

  • 每项先写什么不变使它仍是同一资产,再写本集变化。
  • 识别锚点必须可见、可生成、可比较,不用空泛质量词替代事实。
  • 服装、伤势、湿污、道具开合和光态通常是变体,不是新身份。
  • 不复制剧情摘要,只保留下游生成、分镜或连续性真正需要的事实。
  • 文字、标识和敏感信息遵守项目政策,不擅自补造品牌或私密信息。
  • 多集状态写清生效与持续范围;镜头内瞬态留给分镜。

按需知识

默认只读本 SKILL、当前剧本和视觉方向。遇到对应问题时只打开一份:

  • 阶段边界与规则分级:阶段契约
  • 从剧本找真正的资产出现证据:出现提取
  • 新身份、复用、变体或未决:身份与变体
  • 人物识别与造型层次:人物与造型
  • 地点地理、视图和固定锚点:地点与视图
  • 功能道具、所有权和状态变化:道具与状态
  • 声音参考的身份与授权边界:声音方向
  • 跨场、跨镜、跨集状态:连续性变化
  • 完成前做一次资产漏项检查:资产审查清单

完成

所有明确出场都已复用、新建、变体化或标为真实未决;需要保持的视觉事实与状态变化已写入唯一

视觉设定文档,即完成。图片提示词、分镜、审查和生产不自动开始。

安装维护

只有安装、升级或排障时运行 python3 scripts/selftest.py

How to use it

Copy the folder

Take zenstory-ai/short-drama-assets from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.