clawbrowser
Installation
SKILL.md
Clawbrowser – browser control via Playwright CLI
Setup & orientation
- Install the CLI and verify availability:
The CLI is headless by default; addnpm install -g @playwright/cli@latest playwright-cli --help--headedtoopenor setbrowser.launchOptions.headlesstofalseinplaywright-cli.jsonwhen you need to see the UI. - The CLI reads
playwright-cli.jsonby default or whatever file you pass with--config. Use the config to tune browser name, launch/context options, viewport, timeouts, output directories, and recording settings without changing every command. - Keep
playwright-cli --helpterminal-accessible; the script self-documents the latest commands and options so you can refresh your memory before trying a new action.

