What problem does it solve? When you ask for "pw", "pw cli", or "playwright-cli", AI assistants often substitute the wrong tool—using a Playwright MCP server, npx playwright, or falling back to curl. This Skill enforces the use of the globally installed playwright-cli CLI so browser tasks run through the correct command. ## Core Features & Use Cases - Correct Tool Enforcement: Guarantees the globally installed playwright-cli command is used via the Bash tool, never MCP servers or npx. - No curl Fallback: Prevents substituting curl for page fetching or browser interactions. - Help-First Workflow: Directs the assistant to run playwright-cli --help to discover subcommands before executing tasks. - Use Case: You say "use pw to open this page and take a screenshot"—the assistant runs the appropriate playwright-cli subcommand directly in the shell instead of reaching for an MCP browser tool. ## Quick Start Ask the assistant to use pw to open a URL and capture a screenshot with playwright-cli.