browse

Installation
SKILL.md

Browser Automation with @playwright/cli

All commands use browse.sh — a wrapper script bundled with this skill that calls npx @playwright/cli with the correct config. The config enables headed mode, persistent sessions, and stores all data in the project's .playwright/data/ directory.

Project conventions

  • Use browse.sh from this skill's base directory (shown as Base directory for this skill: when loaded) for all commands:
    <skill-base-dir>/browse.sh open <url>
    
  • Session data is stored in .playwright/data/session/ and snapshots in .playwright/data/output/ relative to the working directory.

Check ## Browser testing in CLAUDE.md for project-specific overrides (base URL, browser choice, dev server instructions).

Quick start

# Open browser
<skill-base-dir>/browse.sh open
Related skills
Installs
2
First Seen
Mar 25, 2026