agent-browser

Automate Chrome/Chromium browser interactions and data extraction via CDP.

83|8|Updated May 6, 2026
One-click install
npx skills add https://github.com/Q16G/aster --skill agent-browser-q16g
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/Q16G/aster/tree/main/skills/common/agent-browser
Command: npx skills add https://github.com/Q16G/aster --skill agent-browser-q16g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browser automation for AI agents to interact with websites, fill forms, click elements, extract data, and capture screenshots.

Core Features & Use Cases

  • Fast browser automation CLI for AI agents using Chrome/Chromium via CDP with accessibility-tree snapshots and compact @eN element refs.
  • Supports loading specialized skills and security testing workflows (e.g., security browser workflows via web-security-testing skill).
  • Works as part of a larger agent ecosystem with scripts/references/assets optional resources.

Quick Start

Load the core browser automation workflow with agent-browser skills get core to start.

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 for AI agents using CDP?▼

Browser automation for AI agents is handled by driving Chrome or Chromium via the Chrome DevTools Protocol (CDP), enabling scriptable control over navigation, form filling, and clicking elements.

How do I extract web data and capture screenshots with browser automation?▼

Web data extraction and screenshot capture are performed by driving Chrome/Chromium via CDP, allowing AI agents to collect information and snapshot website states across various automation scenarios.

Does this browser automation tool work with Chrome and Chromium?▼

Yes, browser automation works directly with Chrome and Chromium by utilizing the Chrome DevTools Protocol (CDP), ensuring compatibility for web interaction and data extraction tasks.

How do I get accessibility-tree snapshots for web interaction?▼

Accessibility-tree snapshots are generated when driving Chrome/Chromium via CDP, providing compact @eN element references that help AI agents accurately identify and interact with web page components.

Why do AI agents need compact element references for web automation?▼

Compact @eN element references streamline web automation by giving AI agents a simplified mapping of accessibility-tree snapshots, allowing precise targeting of forms and clickable elements without raw HTML parsing.

Can I use this for security testing workflows with AI agents?▼

Security testing workflows are supported by loading specialized skills like web-security-testing, enabling AI agents to execute security browser workflows and automate vulnerability checks across websites.