agent-browser

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

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/jeje-it/template-projet --skill agent-browser-jeje-it
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/jeje-it/template-projet/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/jeje-it/template-projet --skill agent-browser-jeje-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser.

What problem does it solve? AI agents need a reliable way to interact with websites and desktop apps—navigating pages, filling forms, clicking elements, and capturing screenshots—without heavy dependencies like Playwright or Puppeteer. ## Core Features & Use Cases - Browser Automation via CDP: Control Chrome/Chromium through the DevTools Protocol with accessibility-tree snapshots and compact element refs for reliable interaction. - Specialized Workflows: Automate Electron desktop apps (VS Code, Slack, Discord, Figma), manage Slack workspaces, run exploratory QA and dogfooding sessions, or derive API clients from recorded HAR files. - Cloud & Sandbox Support: Run browser automation inside Vercel Sandbox microVMs or AWS Bedrock AgentCore cloud browsers. - Use Case: Ask your AI 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 website.

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 the workflow guide via agent-browser skills get core. The CLI controls Chrome or Chromium over CDP using accessibility-tree snapshots and element refs for reliable clicks, form fills, and navigation.

What is the best tool for browser automation 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 accessibility-tree snapshots, sessions, and an authentication vault.

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

Yes, agent-browser supports Electron desktop apps including VS Code, Slack, Discord, Figma, Notion, and Spotify. Load the dedicated workflow with agent-browser skills get electron for app-specific instructions.

Does agent-browser work with cloud browsers or sandboxed environments?▼

Yes, it supports running inside Vercel Sandbox microVMs and AWS Bedrock AgentCore cloud browsers. Load the vercel-sandbox or agentcore skill content from the CLI for setup details.

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

The SKILL.md file is only a discovery stub. Always run agent-browser skills get core before use, since the CLI serves skill content matching the installed version so instructions never go stale.