This is browser automation through Playwright's CLI, wrapped as a skill for Claude. You get commands to open browsers, navigate pages, click elements by reference, type text, and capture screenshots without writing test scripts. It's useful when you need to automate web interactions on the fly or debug browser behavior during development. The ref-based interaction model (like "click e15") means Claude can work with page snapshots to target specific elements. With 90k stars on the Playwright repo and 440 installs here, it's clearly solving a real need. Best for quick automation tasks where spinning up a full test suite would be overkill.
npx skills add https://github.com/microsoft/playwright --skill playwright-cli