playwright-cli
SKILL.md
Playwright CLI
Browser automation via Playwright. Token-efficient CLI for coding agents.
Installation
npm install -g @playwright/mcp@latest
playwright-cli --help
Core Commands
| Command | Description |
|---|---|
playwright-cli open <url> |
Open URL in browser |
playwright-cli close |
Close the page |
playwright-cli type <text> |
Type text into editable element |
playwright-cli click <ref> [button] |
Click on element |