# Browser Act

> Browser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act when a user mentions it by name, includes or asks to run a browser-act CLI command (e.g., browser-act browser list), or to: fetch, view, or extract rendered content from URLs, access pages requiring JavaScript, handle verification prompts, maintain authenticated…

- **Type:** Skill
- **Install:** `agentstack add skill-browser-act-skills-browser-act`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [browser-act](https://agentstack.voostack.com/s/browser-act)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [browser-act](https://github.com/browser-act)
- **Source:** https://github.com/browser-act/skills/tree/main/browser-act
- **Website:** https://www.browseract.com/

## Install

```sh
agentstack add skill-browser-act-skills-browser-act
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# browser-act

Browser automation CLI for AI agents. Runs a full browser engine: navigation &
interaction, data extraction & network capture, screenshots, form automation,
multi-browser parallel operation, user-configured proxy support, and
human-agent collaboration.

### Features

- Lightweight extraction — fast JS-rendered content fetch without opening a browser session, advanced WebFetch/curl replacement
- Session management — multi-browser isolation, multi-account parallel operation
- Verification assistance — when automation encounters interactive challenges, assists completion with user authorization
- Complex interaction — DOM content extraction, screenshots, form filling, file upload
- Human-agent collaboration — headed mode + remote assist for manual steps
- Safety controls — Confirmation Gate protocol requires explicit user approval before browser creation, deletion, and sensitive operations
- Universal compatibility — works with Cursor, Claude Code, Codex, Windsurf, etc.

Install: `uv tool install browser-act-cli --python 3.12`

## Start here

Before running any `browser-act` command, load the usage guide from the CLI:

```bash
browser-act get-skills core --skill-version 2.0.2   # start here — workflows, common patterns, troubleshooting
```

**Do NOT skip this step regardless of how simple the command seems.**

**Do NOT truncate the output** — it contains operational directives and
environment state that are critical for correct operation. Truncating will
cause you to miss browser selection rules and safety constraints.

`get-skills core` provides environment status, available browsers, operational
directives, and the complete interaction workflow — none of which are available
through `--help`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [browser-act](https://github.com/browser-act)
- **Source:** [browser-act/skills](https://github.com/browser-act/skills)
- **License:** MIT
- **Homepage:** https://www.browseract.com/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-browser-act-skills-browser-act
- Seller: https://agentstack.voostack.com/s/browser-act
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
