← 返回 Skills 市场
Scene Video Pipeline
作者
Nissan Dookeran
· GitHub ↗
· v1.0.0
· MIT-0
44
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install scene-video-pipeline
功能描述
Produce modular scene-based videos from slide deck source and per-scene narration audio (text manifest + Kokoro). Includes Playwright slide rendering, per-sc...
使用说明 (SKILL.md)
Scene Video Pipeline
Use this skill when you need movie-style modular production:
- per-scene narration
- per-scene rendered clips
- final assembly from an order file
This allows quick cut/splice/reorder/insert changes without regenerating the whole video.
Directory Contract
\x3Cmodule_dir>/
slides/deck.html
slides/01.png ...
tts/
manifest.csv
audio/01.mp3 ...
dist/
scenes/01.mp4 ...
scene-order.txt
module-first-cut.mp4
Commands
1) Render slides from deck source (Playwright)
# project helper wrapper (solana-academy)
projects/solana-academy/content-production/scripts/render-slides.sh \x3Cmodule_dir>
2) Generate narration audio (Kokoro local)
scripts/generate_tts_kokoro.sh \x3Cmodule_dir> [voice] [speed]
3) Build per-scene clips
scripts/build_scenes.sh \x3Cmodule_dir>
4) Stitch final from ordered scene list
scripts/stitch_scenes.sh \x3Cmodule_dir> [order_file]
Workflow
- Draft deck source (
slides/deck.html) and scripts. - Render slide PNGs via Playwright.
- Generate audio from manifest.
- Build scene clips.
- QA scene-by-scene.
- Adjust
scene-order.txtfor narrative edits. - Stitch final cut.
Notes
- Keep scene filenames zero-padded (
01.mp4,02.mp4) to preserve stable sorting. - For reorder-only edits, rerun stitch only.
- For a single content fix, rerender only the affected scene clip and restitch.
Files
scripts/generate_tts_kokoro.shscripts/build_scenes.shscripts/stitch_scenes.sh
能力标签
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scene-video-pipeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/scene-video-pipeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub contribution.
元数据
常见问题
Scene Video Pipeline 是什么?
Produce modular scene-based videos from slide deck source and per-scene narration audio (text manifest + Kokoro). Includes Playwright slide rendering, per-sc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。
如何安装 Scene Video Pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scene-video-pipeline」即可一键安装,无需额外配置。
Scene Video Pipeline 是免费的吗?
是的,Scene Video Pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Scene Video Pipeline 支持哪些平台?
Scene Video Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Scene Video Pipeline?
由 Nissan Dookeran(@nissan)开发并维护,当前版本 v1.0.0。
推荐 Skills