playwright-skill
Installation
SKILL.md
Playwright Skill - Browser Automation
Automate browser tasks: navigate, click, type, extract data, take screenshots, and more.
First-Time Setup
pip install playwright
playwright install chromium
Core Concepts
Sessions
Sessions persist browser state (cookies, localStorage) across commands. Use named sessions for different accounts/sites:
# Default session
python3 ~/.claude/skills/playwright-skill/playwright_skill.py open https://example.com