agent-browser

Automates browser interactions via CDP with accessibility-tree snapshots and element refs.

Updated Sep 3, 2026
One-click install
npx skills add https://github.com/xzedm/clipplic-landing --skill agent-browser-xzedm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/xzedm/clipplic-landing/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/xzedm/clipplic-landing --skill agent-browser-xzedm

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 buttons, and extracting data—without heavy dependencies like Playwright or Puppeteer. ## Core Features & Use Cases - Browser Automation: Navigate pages, fill forms, click elements, take screenshots, and scrape data using Chrome/Chromium via CDP with accessibility-tree snapshots and compact element refs. - Specialized Skills: Automate Electron desktop apps (VS Code, Slack, Discord, Figma), manage Slack workspaces, run exploratory QA and dogfooding sessions, and operate cloud browsers in Vercel Sandbox or AWS Bedrock AgentCore. - Use Case: Ask your agent to log into a web app, walk through the signup flow, capture screenshots of each step, and report any UI bugs found during exploratory testing. ## Quick Start Install the CLI with npm i -g agent-browser, then ask your agent to open a website and take a screenshot using agent-browser.

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 drives Chrome or Chromium over CDP and exposes accessibility-tree snapshots with element refs for reliable clicking, typing, and navigation.

What browser automation tool works without Playwright or Puppeteer?▼

agent-browser is a native Rust CLI that controls Chrome/Chromium directly through the Chrome DevTools Protocol, so it has no Playwright or Puppeteer dependency. It works with agents like Cursor, Claude Code, Codex, Continue, and Windsurf.

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

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, messaging, and conversation search.

Does agent-browser support cloud browser environments?▼

Yes, specialized skills cover running agent-browser inside Vercel Sandbox microVMs and using AWS Bedrock AgentCore cloud browsers. Load them with agent-browser skills get vercel-sandbox or agentcore.

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.