claw-browser-automation
SKILL.md
Agent-Browser Skill v2.0
Overview
Complete browser automation using agent-browser CLI with local Chrome/Chromium. Supports parallel sessions, state persistence, visual debugging, and complex workflows.
Installation & Setup
Step 1: Install agent-browser
npm install -g agent-browser
Step 2: Configure Chrome Path
macOS:
export AGENT_BROWSER_EXECUTABLE_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
# Add to ~/.zshrc for persistence