agent-browser

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

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill agent-browser-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/agent-browser
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill agent-browser-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser.

What problem does it solve? AI agents need a reliable way to interact with websites—navigating pages, filling forms, clicking buttons, and extracting data—without heavy dependencies like Playwright or Puppeteer. ## Core Features & Use Cases - Browser Automation via CDP: Controls Chrome/Chromium through the Chrome DevTools Protocol with accessibility-tree snapshots and compact element refs for reliable interaction. - Specialized Workflows: Supports Electron desktop apps (VS Code, Slack, Discord, Figma), Slack workspace automation, exploratory testing, Vercel Sandbox microVMs, and AWS Bedrock AgentCore cloud browsers. - Session 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 scrape the confirmation data—all through CLI commands. ## Quick Start Install agent-browser globally with npm, run agent-browser install, then ask the agent to load the core skill 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 i -g agent-browser, run agent-browser install, then load workflow instructions with agent-browser skills get core. The CLI controls Chrome via CDP using accessibility-tree snapshots and element refs.

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, requiring no Playwright or Puppeteer dependency. It works with agents like Cursor, Claude Code, Codex, and Windsurf.

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

Yes, agent-browser includes a specialized Electron skill loaded via agent-browser skills get electron. It supports apps such as VS Code, Slack, Discord, Figma, Notion, and Spotify.

Does agent-browser support cloud browser environments?

Yes, it provides specialized skills for Vercel Sandbox microVMs and AWS Bedrock AgentCore cloud browsers. Load them with agent-browser skills get vercel-sandbox or agent-browser skills get agentcore.

How do I keep agent-browser instructions up to date?

The SKILL.md file is a discovery stub that points to the CLI. Run agent-browser skills get core to load workflow content that always matches your installed version, so instructions never go stale.