browser-automation
Installation
SKILL.md
Browser Automation with Chrome DevTools Protocol
Control Chrome browser programmatically using simple command-line scripts. All scripts auto-start Chrome in headless mode if not running.
Global Options (All Commands)
All commands support these options for session persistence and interactive use:
--no-headless- Run Chrome with a visible window (required for interactive sites, login, etc.)--user-data=PATH- Use a specific Chrome profile directory to preserve cookies, logins, and session state between runs
Example: Persistent session for logged-in sites
# First time: login interactively with visible browser
${CLAUDE_PLUGIN_ROOT}/bin/navigate https://instacart.com --no-headless --user-data=~/.chrome-instacart