playwright-browser-automation

Installation
SKILL.md

Playwright Browser Automation

Direct Playwright API for reliable browser automation without MCP complexity.

Installation

# Install Playwright
npm install -g playwright

# Install browsers (one-time, ~100MB each)
npx playwright install chromium
# Optional:
npx playwright install firefox
npx playwright install webkit

# For system dependencies on Ubuntu/Debian:
sudo npx playwright install-deps chromium
Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 9, 2026
playwright-browser-automation — openclaw/skills