Generate polished product demo videos
demo-videopluginsetup L3★17,464
alirezarezvani/claude-skills ↗What it does
Create polished demo videos from screenshots and scene descriptions with story, narration, and effects
Best for
When creating product demo videos requires automated scene composition, narration, and effects rather than manual video editing.
Inputs
- · scene descriptions: product walkthrough, feature showcase, or marketing teaser
- · screenshots or live app URLs
- · narration script or talking points
Outputs
- · polished demo video (MP4, WebM)
- · scene transitions + effects + narration (edge-tts)
- · story structure validation
Requires
- · Playwright (screenshot capture)
- · ffmpeg (video composition)
- · edge-tts (narration synthesis)
- · scene design system
- · stdlib Python tools
Preconditions
- · narration is text-friendly (edge-tts works for accented speech with limitations)
- · app UI is stable (no dynamic content causing screenshot flicker)
Failure modes
- · edge-tts pronunciation fails on technical terms or proper nouns
- · Video length explodes with too many scene transitions
- · Screenshot capture misses responsive breakpoints
Trust signals
- · Orchestrates Playwright + ffmpeg + edge-tts (industry tools)
- · Scene design system (consistent look & feel)
- · Story structure validation (beginning, middle, end)
- · Ready-to-ship output (MP4, WebM)