browser-actlisted
Install: claude install-skill sergeeey/Claude-cod-top-2026
# Browser Automation with browser-act CLI
`browser-act` is a CLI for browser automation with stealth and captcha solving capabilities. It supports two browser types (Stealth and Real Chrome) and provides commands for navigation, page interaction, data extraction, tab/session management, and more.
All commands output human-readable text by default. Use `--format json` for structured JSON output, ideal for AI agent integration and scripting.
## Installation
Source: [browser-act-cli on PyPI](https://pypi.org/project/browser-act-cli/)
```bash
# Upgrade if installed, otherwise install fresh
uv tool upgrade browser-act-cli || uv tool install browser-act-cli --python 3.12
```
Run this at the start of every session to ensure the latest version.
**Global options** available on every command:
| Option | Default | Description |
|--------|---------|-------------|
| `--session <name>` | `default` | Session name (isolates browser state) |
| `--format <text\|json>` | `text` | Output format |
| `--intent <desc>` | none | Caller intent for analytics |
| `--no-auto-dialog` | off | Disable automatic JavaScript dialog handling (alerts, confirms, prompts) |
| `--version` | | Show version |
| `-h, --help` | | Show help |
## Browser Selection
browser-act supports two browser types. Choose based on the task:
| Scenario | Use | Why |
|----------|-----|-----|
| Target site has bot detection / anti-scraping | **Stealth** | Anti-detection fingerprinting bypasses bot checks |
| Need proxy or p