clawbrowser

Installation
SKILL.md

Clawbrowser – browser control via Playwright CLI

No high vulnerabilities found by ClawAudit AI analyse. Click to get more info No high vulnerabilities found by ClawAudit AI analyse. Click to get more info

Setup & orientation

  1. Install the CLI and verify availability:
    npm install -g @playwright/cli@latest
    playwright-cli --help
    
    The CLI is headless by default; add --headed to open or set browser.launchOptions.headless to false in playwright-cli.json when you need to see the UI.
  2. The CLI reads playwright-cli.json by 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.
  3. Keep playwright-cli --help terminal-accessible; the script self-documents the latest commands and options so you can refresh your memory before trying a new action.
Installs
9
GitHub Stars
19
First Seen
May 15, 2026
clawbrowser — bighardperson/computer-science-skills-collection