> ## Documentation Index
> Fetch the complete documentation index at: https://browseruse-0aece648-agency-v4-agentmail-2fa-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code

> Give Claude Code cloud browser automation with Browser Use.

[Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) is Anthropic's agentic coding tool that runs in the terminal. Add Browser Use and it gets full cloud browser automation — anti-detect profiles, CAPTCHA solving, residential proxies in 195+ countries, persistent profiles, and stealth browsing.

## Setup

**1. Install the CLI**

```bash theme={null}
uv tool install browser-use
```

**2. Verify the installation**

```bash theme={null}
browser-use doctor
```

**3. Register the skill**

Register the Browser Use skill with the installed CLI:

```bash theme={null}
browser-use skill install
```

**4. Authenticate for cloud browsers**

Create an [API key](https://cloud.browser-use.com/settings?tab=api-keys\&new=1), then authenticate:

```bash theme={null}
browser-use auth login
```

**5. Use it**

Claude Code uses its bash tool to run CLI commands directly:

```
> Use browser-use to open github.com/trending and summarize the top repos
```

For the complete CLI reference and Python execution examples, see the [Browser Use CLI docs](https://docs.browser-use.com/open-source/browser-use-cli).
