agent-browser

Automates browser interactions via Chrome DevTools Protocol with accessibility-tree snapshots.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/mrestrepoj10/re-hear --skill agent-browser-mrestrepoj10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/mrestrepoj10/re-hear/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/mrestrepoj10/re-hear --skill agent-browser-mrestrepoj10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser.

What problem does it solve? AI agents need a programmatic way to interact with websites—navigating pages, filling forms, clicking buttons, and extracting data—without relying on heavyweight frameworks like Playwright or Puppeteer. ## Core Features & Use Cases - Browser Automation via CDP: Controls Chrome/Chromium through the DevTools Protocol with accessibility-tree snapshots and compact element refs for reliable interaction. - Specialized Workflows: Covers Electron desktop apps (VS Code, Slack, Discord, Figma), Slack workspace automation, exploratory QA testing, Vercel Sandbox microVMs, and AWS Bedrock AgentCore cloud browsers. - Session & State Management: Provides sessions, an authentication vault, state persistence, video recording, and an observability dashboard on port 4848. - Use Case: Ask the agent to log into a web app, fill out a signup form, take a screenshot of the result, and extract the confirmation data—all through CLI commands. ## Quick Start Install the CLI with npm i -g agent-browser, run agent-browser install, then load the workflow guide with agent-browser skills get core before automating any browser task.

Frequently Asked Questions about agent-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser tasks with an AI agent?

Install agent-browser globally with npm, run agent-browser install, then load workflow instructions via agent-browser skills get core. The CLI controls Chrome over CDP and exposes accessibility-tree snapshots with element refs for clicking, typing, and navigation.

What browser automation tool works without Playwright or Puppeteer?

agent-browser is a native Rust CLI that drives Chrome/Chromium directly through the Chrome DevTools Protocol, with no Playwright or Puppeteer dependency. It provides sessions, an authentication vault, and video recording.

Can agent-browser automate Electron desktop apps like VS Code or Slack?

Yes, load the Electron skill with agent-browser skills get electron to automate desktop apps such as VS Code, Slack, Discord, Figma, Notion, and Spotify. A dedicated Slack skill also covers unreads, messages, and conversation search.

Does agent-browser support cloud browsers?

Yes, it supports running browser automation inside Vercel Sandbox microVMs and AWS Bedrock AgentCore cloud browsers. Load the vercel-sandbox or agentcore skill respectively for setup instructions.

Why do agent-browser instructions point to skills get instead of static docs?

The SKILL.md file is a discovery stub; the CLI serves skill content matching the installed version so instructions never go stale. Run agent-browser skills list to see everything available on your version.