What problem does it solve? When real-time screen recording is unavailable (e.g., the browser runs in a cloud environment), you cannot capture live video of a web app demo. This Skill assembles browser screenshots into a polished narrated video using ffmpeg slideshows with crossfade transitions and TTS voiceover. ## Core Features & Use Cases - Screenshot-to-Video Pipeline: Capture app states with browser_vision, convert stills to MP4 clips, and concatenate them with xfade crossfade transitions. - TTS Narration: Generate voiceover audio with text_to_speech and merge it with the video track using ffmpeg. - Deployment Guidance: Deploy HTML artifacts to public URLs via GitHub and htmlpreview.github.io so the cloud browser can access them. - Use Case: You built an interactive HTML game and need a 15-second narrated demo video for sharing on Discord, but screen recording tools are unavailable in your environment. ## Quick Start Create a narrated demo video of my deployed web app by capturing screenshots of each feature and stitching them together with ffmpeg and a TTS voiceover.