This skill wraps Playwright CLI for browser automation from the terminal, navigation, form filling, screenshots, data extraction, the full suite. It bundles a wrapper script that uses npx so you don't need a global install, which is smart for ephemeral environments. The workflow is snapshot-driven: you open a page, snapshot to get stable element refs like e12, then interact using those refs. When the DOM changes or you navigate, you snapshot again. The guardrails push you toward explicit CLI commands over eval or run-code, and it defaults to CLI workflows instead of test specs. If you need to automate browsers without spinning up a test framework, this is the move.
npx skills add https://github.com/davila7/claude-code-templates --skill playwright