What problem does it solve? Many web tasks require a browser that actually does things — filling forms, clicking through flows, logging in, scraping JavaScript-rendered single-page apps, or reproducing a user-reported bug — and plain HTTP fetching or static screenshots cannot reach that content. This Skill provides a proven Playwright recipe plus container-specific fixes so browser automation works reliably in this environment. ## Core Features & Use Cases - General browser driving: Launch the container's pre-installed Chromium via Playwright to fill forms, click elements, read rendered text, and take screenshots of any live page. - External site access via Node transport: Intercept every browser request and serve it through Node's fetch, bypassing the container's blocked direct HTTPS connections, with video recording and periodic screenshots. - Interaction and design-system capture: Photograph interactive states (menus, accordions, forms, preloaders) and extract a reference site's real type scale, colors, spacing, and motion directly from the DOM. - Use Case: You need to reproduce a bug a user reported on a live web app — launch Chromium, log in, click through the exact flow, and capture screenshots of each state as evidence. ## Quick Start Ask the agent to use the browser-drive skill to open a target URL in Chromium, fill in the login form, click through the flow, and save a screenshot of the result.