agent-browser

Control Chrome/Chromium via CDP to automate browser tasks for AI agents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cvenwu/AiFlow --skill agent-browser-cvenwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/cvenwu/AiFlow/tree/main/skills/agent-browser
Command: npx skills add https://github.com/cvenwu/AiFlow --skill agent-browser-cvenwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browser automation for AI agents to interact with websites, test apps, and extract data without manual scripting.

Core Features & Use Cases

  • Chrome/Chromium control via CDP for fast, deterministic browser actions.
  • Accessibility-tree snapshots and compact @eN element refs for stable interactions.
  • Sessions, auth vault, state persistence, and dashboards for long-running tasks.
  • Specialized skills for Electron apps, Slack, QA, and cloud browsers.

Quick Start

Start by loading the installed workflows to begin automating web tasks and exploring specialized browser skills.

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 without manual scripting?

Browser automation for AI agents is handled by controlling Chrome/Chromium via CDP, enabling deterministic interaction and robust state management for web navigation and data extraction.

How does CDP browser automation work for web QA and visual testing?

CDP browser automation for web QA works by taking accessibility-tree snapshots and using compact element refs, ensuring stable interactions for visual testing across web and Electron apps.

Can I use browser automation CLI for Electron apps and cloud browser environments?

Yes, browser automation CLI supports Electron apps and cloud browser environments through specialized sub-skills, extending web QA and navigation capabilities beyond standard web apps.

What is the best way to handle authentication and sessions in browser automation?

The best way to handle authentication in browser automation is using built-in auth vaults and state persistence, allowing long-running tasks to maintain sessions across multiple interactions.

Does browser automation for AI agents require manual scripting for form filling?

Browser automation for AI agents eliminates manual scripting by using deterministic interaction via CDP, directly applying workflows for form filling, website navigation, and data extraction.