Browser Automation
Installation
SKILL.md
Browser Automation
Automate browser interactions using Stagehand CLI with Claude. This skill provides natural language control over a Chrome browser through command-line tools for navigation, interaction, data extraction, and screenshots.
Overview
This skill uses a CLI-based approach where Claude Code calls browser automation commands via bash. The browser stays open between commands for faster sequential operations and preserves browser state (cookies, sessions, etc.).
Setup Verification
IMPORTANT: Before using any browser commands, you MUST check setup.json in this directory.
First-Time Setup Check
- Read
setup.json(located in.claude/skills/browser-automation/setup.json) - Check
setupCompletefield:- If
true: All prerequisites are met, proceed with browser commands - If
false: Setup required - follow the steps below
- If