← Back to Skills Marketplace
nissan

Scene Video Pipeline

by Nissan Dookeran · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
44
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install scene-video-pipeline
Description
Produce modular scene-based videos from slide deck source and per-scene narration audio (text manifest + Kokoro). Includes Playwright slide rendering, per-sc...
README (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

  1. Draft deck source (slides/deck.html) and scripts.
  2. Render slide PNGs via Playwright.
  3. Generate audio from manifest.
  4. Build scene clips.
  5. QA scene-by-scene.
  6. Adjust scene-order.txt for narrative edits.
  7. 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.sh
  • scripts/build_scenes.sh
  • scripts/stitch_scenes.sh
Capability Tags
crypto
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scene-video-pipeline
  3. After installation, invoke the skill by name or use /scene-video-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial ClawHub contribution.
Metadata
Slug scene-video-pipeline
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments