From short-video-director
修正指定资产文件,根据修改意见更新视觉描述与图像提示词并保持两者同步。处理名称变更时输出警告供storyboard同步。
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:creator-fix-assetsonnetcreatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `$ARGUMENTS[0]` 指定的资产文件 — 必须读取(现有资产)
$ARGUMENTS[0] 指定的资产文件 — 必须读取(现有资产)config.md — 必须读取skills/creator-create-assets/rules.md — 必须读取并严格遵循$ARGUMENTS[0] — 资产文件路径(如 assets/characters/林北.md)$ARGUMENTS[1] — 修改意见(由 workflow 传入,来源可能是用户编辑请求)按用户编辑请求或修改意见定向修正指定资产文件。下游消费者是图像模型(用提示词生成参考图)和 storyboarder(用资产名引用、用图片作为视频参考)。资产改动连锁面广——改视觉描述需同步图像提示词;改基础角色资产可能让所有引用此角色的造型变体不一致;改资产名称会让 storyboard 引用断链(断链由 storyboard 修正消化,本 skill 输出警告)。
skills/creator-create-assets/rules.md — 必须读取并严格遵循$ARGUMENTS[0]⚠️ 资产名称已变更,以下镜头需通过 fix-storyboard 同步引用:{镜头列表},让上游 workflow 据此调度npx claudepluginhub wddxh/shortvideodirector定向修正分镜文件中的具体问题,按审稿意见精确调整镜头状态、资产引用和铺垫连接,不改动未提及部分。
Edits any part of a video (background, outfit, lighting, weather) from a free-form prompt while preserving original face, motion, speech, and audio using gpt-image-2 and Kling reference-video.
Orchestrates story-to-video pipeline: breaks text into scenes, generates consistent Z-Image hero/refs + Qwen Edit frames, WAN FLF clips, ffmpeg concatenation.