Scene Video Pipeline
/install scene-video-pipeline
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scene-video-pipeline - After installation, invoke the skill by name or use
/scene-video-pipeline - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.
How do I install Scene Video Pipeline?
Run "/install scene-video-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scene Video Pipeline free?
Yes, Scene Video Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scene Video Pipeline support?
Scene Video Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scene Video Pipeline?
It is built and maintained by Nissan Dookeran (@nissan); the current version is v1.0.0.