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
8
GitHub Stars
19
First Seen
May 15, 2026
playwright-browser-automation — bighardperson/computer-science-skills-collection