---
title: "Vercel Agent Browser"
description: "Vercel Agent Browser is a browser automation CLI built specifically for AI agents. It gives agents a fast, scriptable way to open pages, inspect accessibility snapshots, click elements, fill forms, capture screenshots, and manage browser state from the command line."
verification: "security_reviewed"
source: "https://github.com/vercel-labs/agent-browser"
author: "Vercel Labs"
publisher_type: "Company"
category:
  - "Browser Automation"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "vercel-labs/agent-browser"
  github_stars: 29072
  npm_package: "agent-browser"
  npm_weekly_downloads: 601908
---

# Vercel Agent Browser

Vercel Agent Browser is a browser automation CLI built specifically for AI agents. It gives agents a fast, scriptable way to open pages, inspect accessibility snapshots, click elements, fill forms, capture screenshots, and manage browser state from the command line.

## Prerequisites

Node.js, Chrome or Chrome for Testing

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install -g agent-browser && agent-browser install
```

## Documentation

- https://agent-browser.dev

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/vercel-agent-browser/)
