web-browser
SKILL.md
Web Browser Skill
Minimal CDP tools for collaborative site exploration.
Start Chrome
./tools/start.js # Fresh profile
./tools/start.js --profile # Copy your profile (cookies, logins)
Start Chrome on :9222 with remote debugging. Auto-detects platform (macOS/Linux/WSL) and searches for Chrome/Chromium. On WSL, automatically adds --no-sandbox flag.
Navigate
./tools/nav.js <https://example.com>
./tools/nav.js <https://example.com> --new