What problem does it solve? Capturing clean, scripted browser demo footage for product videos is tedious when done manually, and screen recorders produce inconsistent results. This Skill automates browser video capture with Playwright so every demo recording is reproducible, correctly sized, and ready to drop into a Remotion video project. ## Core Features & Use Cases - Scripted Video Recording: Launch Chromium with recordVideo configured to capture interactions at 1080p, 720p, square, or mobile viewport sizes. - Recording Patterns: Ready-made scripts for form submissions, multi-page navigation, scrolling, and login flows with realistic pacing via slowMo and timed waits. - Visual Enhancements: Inject cursor highlights and click ripple effects, dismiss cookie consent banners, and scale windows for laptop recording. - Remotion Integration: Move recordings into public/demos/, convert WebM to MP4 with ffmpeg, and compute frame counts with ffprobe. - Use Case: You need a 30-second walkthrough of your app's signup flow for a launch video. Run a recording script that fills the form, submits it, waits on the dashboard, and saves a 1920x1080 WebM ready for your Remotion composition. ## Quick Start Record a 1080p video of the login flow on my staging site and save it to public/demos for my Remotion project.