What problem does it solve? Manually verifying web UI behavior is slow and error-prone. This Skill lets you drive a real browser from the terminal to navigate pages, fill forms, capture snapshots and screenshots, extract data, and debug UI flows without writing test files. ## Core Features & Use Cases - CLI-first browser automation: Open pages, snapshot the DOM to get stable element refs, then click, type, fill, drag, and press keys using those refs. - Debugging and inspection: Capture console messages, network activity, screenshots, PDFs, and traces around suspicious flows. - Session isolation: Run named sessions to keep work separated across projects or tabs. - Use Case: Verify a new checkout flow by opening the page headfully, filling the form fields by ref, submitting, re-snapshotting, and capturing a screenshot with zero console errors. ## Quick Start Ask the agent to open your web app with the playwright skill, snapshot the page, fill in the login form, click submit, and take a screenshot of the result.