Agent skill · Media & Video

short-drama-video-prompts

为已接受的短剧镜头和关键帧编写或修改可复制的通用视频提示词与运动规格。用户提到视频提示词、文生视频、图生视频动作、人物表演过程、运镜、对白口型、环境运动、镜头时长、起止状态或把分镜转成视频提示词时直接使用;只描述单个已编镜头内的运动、表演、摄影与声音,不生成视频,不调用模型或供应商接口,也不改写分镜边界。

pitechen592★ · +23/wk · 2 repos on radarProfile →
claude-codecodexships scriptsMIT
Install
npx skills add worldwonderer/drama-skills --skill short-drama-video-prompts --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 6 KB
Bundled scripts: yes
Path: skills/short-drama-video-prompts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 483
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 短剧视频提示词 把分镜已经决定的一个镜头,写成按时间执行的动作、表演、摄影和声音。运动说明只实现起止边界,不能改写边界。 ## 先定位套件 从本技能目录读取 `suite-ref.json`,按其中相对 `core_manifest` 定位唯一同级主技能与 套件清单;确认声明的 core、contract、recipe 和清单 hash 一致后再读写项目。 随后执行 [阶段契约](references/stage-contract.md) 的运行时预检:先恢复事务、读取状态,再进入本阶段。 该文件同时给出本阶段的所有权边界、需要从制作形态取得哪些输入,以及本阶段规则表;本技能不读取其他技能的文件。 ## 进入条件与权属 - 可从已接受的镜头或关键帧直接进入,无需重新开发故事;先定位项目和版本一致的主技能。 - 所有权、下游文件何时变为 `stale` 或项目状态不清时,读 [阶段契约](references/stage-contract.md) 的所有权边界;需要定位规则 ID 或解释审查问题时,读同一文件的本阶段规则表。 - 输入至少包含状态为 `accepted` 的镜头、起始关键帧/边界、时长、连续性终点与对白/声音引用;未接受或 `stale` 时退回 `$short-drama-storyboard`。 - 若创作者明确要求全链预览,可对状态为 `provisional`、但没有 `unresolved` 问题的镜头/关键帧 写候选运动说明;保留 `authority:candidate`,禁止声称已经 `accepted`、`approved` 或 `delivery-ready`。 - 镜头的起点、终点、时长、对白、资产绑定和下一镜状态全部只读。运动规格只负责有序动作、表演过程、摄影与声音实现,以及派生的结束报告。 - 视觉、声音和口型等审美选择读取 `short-drama.json#/creator_authority/{visual_direction,production_profile}`; 直接从本环节开始的项目若为 `unset`,就保留选择,不把默认配置写成已接受事实。 - 先写不绑定供应商的通用文本。不得生成视频或音频、上传参考帧、创建远程执行任务、调用模型接口、轮询状态或宣称成片质量。 ## 按任务加载资料 | 任务 | 必读资料 | |---|---| | 任意镜头运动说明/提示词 | [起点—变化—终点配方](references/motion-recipe.md) | | 动作、表演、节奏或超载 | [表演弧与动作预算](references/performance-action-timing.md) | | 运镜、环境、对白、声音、边界冲突 | [摄影声音与连续性](references/camera-audio

What's inside
Steps it walks through
  1. 先定位套件
  2. 进入条件与权属
  3. 按任务加载资料
  4. 工作流
  5. 1. 先写“不能动的边框”
  6. 2. 决定这个镜头真正发生什么变化
  7. 3. 按七部分编写运动说明
  8. 4. 不重复参考帧已经说明的内容
  9. 5. 检查冲突与单镜头边界
  10. 6. 预览、接受与发布
  11. 完成标准
Ships with 15 files
  • agents/openai.yaml
  • assets/delivery-container.jsonl.md
  • assets/motion-spec.jsonl.md
  • assets/motion-terminal.example.jsonl
  • assets/video-prompts.md
  • references/camera-audio-continuity.md
  • references/delivery-profile.md
  • references/motion-recipe.md
  • references/performance-action-timing.md
  • references/production-prompt-grammar.md
  • references/review-and-fixtures.md
  • references/stage-contract.md
  • scripts/container_check.py
  • scripts/motion_timing_check.py
  • suite-ref.json
Commands it runs
python3 <skill-dir>/scripts/container_check.py \
python3 <skill-dir>/scripts/motion_timing_check.py \
More from drama-skills
All skills →
short-drama-storyboard把已接受的中文短剧剧本和资产转成原文落实表、有戏剧动机的镜头、连续性边界与冻结关键帧提示词。用户提出“拆分镜/设计镜头/做镜头表”“写首帧/关键帧提示词”“检查轴线、站位、视线、持物连续性”,或需要在…Othershort-drama-write编剧环节:创作或修订中文短剧、漫剧单集卡、因果节拍与可拍摄的 Markdown 剧本,也负责把现有中文剧本以保留原文、预览语义差异、创作者接受后发布的方式规范化。用户提出“写/改一集短剧”“把大纲写成…Othershort-drama基于文件系统初始化、继续、恢复和交付短剧或漫剧项目,并提供本地 Dashboard 管理项目文本与预览项目媒体。面向编剧、漫剧工作室与编导。用户提出“创建/继续短剧项目”“看进度/下一步”“打开…Data & Analyticsshort-drama-image-prompts为已确认的短剧角色、造型、场景、视角、道具和状态编写或修改可复制的通用资产图片提示词。用户提到角色设定图、三视图、人物参考图、场景设定图、场景空镜、场景板、道具图、造型或状态变体、局部编辑提示词,或要…Othershort-drama-knowhow维护者专用的短剧 know-how 学习、验证与生命周期治理。仅在维护者明确要求从其当前会话提供的授权只读文本源学习完整短剧项目链,并把私有观察逐步转成去标识、去复刻、经盲测与独立审查的公共…Othershort-drama-review独立校验与审查文件系统短剧项目中的故事、剧本、资产、连续性、资产图片提示词、分镜、关键帧和视频提示词。用户提出“审稿/检查剧本”“检查资产或连续性”“检查图片/视频提示词”“审查或诊断模板感”,或判断…Code Review & Quality
About this skill
What does the short-drama-video-prompts skill do?

为已接受的短剧镜头和关键帧编写或修改可复制的通用视频提示词与运动规格。用户提到视频提示词、文生视频、图生视频动作、人物表演过程、运镜、对白口型、环境运动、镜头时长、起止状态或把分镜转成视频提示词时直接使用;只描述单个已编镜头内的运动、表演、摄影与声音,不生成视频,不调用模型或供应商接口,也不改写分镜边界。

How do I install it?

Run `npx skills add worldwonderer/drama-skills --skill short-drama-video-prompts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From worldwonderer/drama-skills, a repository with 483 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going