Agent Browser banner
Trejon-888 Trejon-888

Agent Browser

AI community

Description

# /agent-browser — Browser Automation for AI Agents Automate browser interactions for testing, screenshots, and validation using agent-browser CLI. **Reliability:** 95% first-try success rate (vs 80% for Playwright MCP) --- ## Core Workflow 1. `agent-browser open <url>` - Navigate to page 2. `agent-browser snapshot -i` - Get interactive elements with refs (@e1, @e2...) 3. `agent-browser click @e5` - Interact by reference (NOT selector) --- ## Why Refs > Selectors | Approach | Success Rat

Installation

Installs to ~/.claude/commands/trejon-888-ix-claude-code-starter-kit-agent-browser.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Trejon-888/ix-claude-code-starter-kit/HEAD/.claude/commands/agent-browser.md -o ~/.claude/commands/trejon-888-ix-claude-code-starter-kit-agent-browser.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository