What problem does it solve? Coding agents on proxied, sandboxed cluster nodes cannot reliably open, click, read, or watch real web pages; this Skill provides a daemon-based Playwright CLI workflow with verified workarounds for proxy hijacks, sandbox flags, and self-signed certificates. ## Core Features & Use Cases - Daemon-driven browser control: Launch a persistent headless Chromium session, snapshot the accessibility tree, and operate on element refs (fill, click, goto) deterministically. - Live observation: Attach to the daemon over CDP and stream the rendered page as an MJPEG feed, or capture Playwright traces for post-hoc debugging. - Node-specific pitfall fixes: Documented, experiment-verified solutions for corporate proxy tunneling failures, --config scoping rules, and one-shot open behavior. - Use Case: You need to log into an internal self-signed web portal from a cluster node, fill a form, and watch the page render live in your local browser while the agent works. ## Quick Start Ask the agent to open an internal web app in a headless browser with the playwright-cli skill, log in, and stream the page so you can watch it live.