Install
openclaw skills install scene-video-pipelineProduce modular scene-based videos from slide deck source and per-scene narration audio (text manifest + Kokoro). Includes Playwright slide rendering, per-scene clip generation, and final stitch via editable order file for easy reordering/splicing without full rerender.
openclaw skills install scene-video-pipelineUse this skill when you need movie-style modular production:
This allows quick cut/splice/reorder/insert changes without regenerating the whole video.
<module_dir>/
slides/deck.html
slides/01.png ...
tts/
manifest.csv
audio/01.mp3 ...
dist/
scenes/01.mp4 ...
scene-order.txt
module-first-cut.mp4
# project helper wrapper (solana-academy)
projects/solana-academy/content-production/scripts/render-slides.sh <module_dir>
scripts/generate_tts_kokoro.sh <module_dir> [voice] [speed]
scripts/build_scenes.sh <module_dir>
scripts/stitch_scenes.sh <module_dir> [order_file]
slides/deck.html) and scripts.scene-order.txt for narrative edits.01.mp4, 02.mp4) to preserve stable sorting.scripts/generate_tts_kokoro.shscripts/build_scenes.shscripts/stitch_scenes.sh