---
title: "agent-browser"
description: "Browse, test, and debug web pages with the agent-browser CLI: agent-native browser automation with focused workflow skills."
canonical: https://agentpluginsdirectory.com/plugins/agent-browser
last-updated: 2026-09-22
---

# agent-browser
Browse, test, and debug web pages with the agent-browser CLI: agent-native browser automation with focused workflow skills.
- Slug: agent-browser
- Publisher: HiAI
- Repository: https://github.com/HiAi-gg/agent-plugins
- Manifest: plugins/agent-browser/plugin.json
- Version: 0.0.2
- License: MIT
- Category (editorial): testing
- Skills: 3 (browse-web, debug-web-ui, test-web-flow)
- MCP servers: 0
- Stars: 1
- Repository created: 2026-08-08
- Repository last pushed: 2026-09-03
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/agent-browser
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What agent-browser does, in the publisher's words

Browse, test, and debug web pages with the agent-browser CLI, agent-native browser automation, packaged as an Agent Plugin with focused workflow skills.

An Agent Plugin (spec 1.0.0).

A deliberately thin plugin around vercel-labs/agent-browser: the CLI already provides an agent-native browser workflow (snapshots, refs, state), so this plugin adds portable packaging, correct install guidance, upstream pinning, and three skills that teach when and how to use it safely.

- Agent-native upstream: no MCP layer needed; the CLI is built for agents.
- Self-contained browser install, agent-browser install downloads Chrome for Testing (no system Chrome, no sudo, unlike other browser MCP stacks).
- Portable + safe: read-first skills, no credentials, sessions closed when done.
- CLI: agent-browser (pinned v0.31.x; runtime-verified 0.31.1).
- Skills: browse-web, test-web-flow, debug-web-ui.
- agent-browser CLI (v0.31.x), installed globally or via the agent's PATH.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/HiAi-gg/agent-plugins/HEAD/plugins/agent-browser/README.md

## Skills

- browse-web: Browse and interact with web pages using the agent-browser CLI: open pages, read accessible snapshots, click by ref, fill forms, navigate, and read state. Use when the agent needs to inspect or operate a real web page or web application.
- debug-web-ui: Debug a web UI problem in a real browser with agent-browser: reproduce, read the page state, isolate the failing element or interaction, and report the root cause. Use when a page looks wrong, an interaction misbehaves, or a UI bug needs root-causing.
- test-web-flow: Walk a multi-step user flow in a real browser with agent-browser: navigate, fill, submit, verify each step, and report results. Use when asked to verify a signup, checkout, onboarding, or other multi-step web flow.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
