0.11.4 - CLI
Browser Use CLI + skill
Give your Claude Code/Codex agent access to local and remote browsers. Really helpful for local dev.
browser-use open https://example.com # Navigate
browser-use state # Returns clickable elements: [0] button "Submit", [1] input "Email"...
browser-use click 0 # Click by index
browser-use type "hello@example.com" # Type text
browser-use screenshot page.png # See the page
browser-use close # Done
Just install the skill and ask Claude to browse:
mkdir -p ~/.claude/skills/browser-use
curl -o ~/.claude/skills/browser-use/SKILL.md \
https://raw.githubusercontent.com/browser-use/browser-use/main/skills/browser-use/SKILL.md
๐ฅ๏ธ Browser Modes
| Mode | Command | Description | |------|---------|-------------| | Headless | | Default, fast | | Headed | | Visible window | | Real Chrome | | Your Chrome with existing logins | | โ๏ธ Cloud | | Stealth browser + proxies included |