browser-automation
Installation
SKILL.md
Browser automation
Role: interactive browser automation via Playwright MCP.
Workflows
1. Fetch behind login
1. browser_navigate → login page
2. browser_fill_form (username, password)
3. browser_click → submit
4. browser_wait_for → success element
5. browser_navigate → target URL
6. browser_snapshot → markdown extraction
Auth convention: credentials are read from ~/.claude/.env, never hardcoded. If credentials are missing, ask the user.