clipchamp-video
Clipchamp Narrated Demo Video Skill
Produce a polished, narrated demo video: real screen-flow footage of a live app/agent under an AI voiceover. This captures hard-won lessons — read it fully before starting.
STEP 0 — ASK THE USER: which assembly method? (do this FIRST, before recording)
The recording step is identical for both. The assembly + narration step has two paths — ask the user to pick before you start, e.g. via m_ask_user:
"How should I assemble the video — (A) Headless (ffmpeg + Ava neural TTS) — faster (~2–3 min), scripted, precise, produces a finished MP4; or (B) Clipchamp web UI — slower (~15–25 min of browser clicks) but gives you an editable Clipchamp project to hand-tweak later (transitions, captions, music)?"
Guidance to offer with the question:
- Default / recommended: (A) Headless — faster, deterministic, exact narration timing, no session-drop/upload-hook risk. Best when the deliverable is just the finished MP4.
- Choose (B) Clipchamp only if the user wants an editable project living in their Clipchamp account, or plans manual edits (transitions, captions, background music, hand re-timing).
- (B) requires the
playwright-browser_*MCP tools. If those tools are not available in the session (they can be disabled/dropped), (B) is impossible — tell the user and either have them re-enable the Browser Control tools / start a new chat, or fall back to (A).
Record the flow the same way either path (§1), then follow §2 + §2b (headless) or §3 (Clipchamp) based on their choice.