What problem does it solve? Creating short product demo videos for SNS usually requires screen recording tools and manual editing. This Skill produces deterministic demo videos by loading a real website in an iframe, driving it with scripted mouse events, capturing each frame, and compositing the result with ffmpeg. ## Core Features & Use Cases - Deterministic frame scripting: A __tick(frame) function computes every visual state from the frame index, so captures never drift out of sync with the timeline. - Real site manipulation: The actual website runs inside a same-origin iframe and receives genuine MouseEvent dispatches, with a fake cursor and highlight ring making it look like a real user recording. - Multi-format output: Supports 9:16, 16:9, and 1:1 aspect ratios, MP4 via ffmpeg, plus GIF and contact-sheet generation for blog embeds. - Use Case: You launched a web tool and need a 20-second vertical video for Threads showing the tool being used. The Skill builds a stage page from the provided HTML template, scripts the drag-and-click timeline, captures frames, and outputs a ready-to-post MP4. ## Quick Start Ask the agent to create a short demo video of your website using the web-demo-video skill, specifying the target platform and aspect ratio.