agent-browser

Automate Chrome/Chromium browser tasks for navigation, form filling, and data capture.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill agent-browser-tkmh04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/tkmh04/CoffeeHouse-Management-System/tree/main/.agents/skills/agent-browser
Command: npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill agent-browser-tkmh04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser-based tasks for AI agents to navigate websites, fill forms, click elements, and capture data.

Core Features & Use Cases

  • Automated navigation, element interaction, and data extraction via a single CLI
  • Supports interactive snapshots, element refs, iframe handling, batch execution, authentication flows, proxy, and device/emulation controls
  • Use cases include form automation, web testing, data extraction from product pages, and documentation capture

Quick Start

Open a URL, snapshot to obtain refs, then interact with elements using those refs to fill forms and submit, and verify the result.

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 navigation and form filling for AI workflows?

To automate web interaction, control Chrome or Chromium to navigate pages, fill forms, click elements, and capture data using interactive snapshots and element refs. This enables reliable AI-driven workflows for form automation and data extraction.

What is the best way to extract data from product pages using an AI agent?

The best way to extract data from product pages is using a CLI that automates browser-based tasks for AI agents. You navigate to the URL, snapshot to obtain element refs, interact with elements, and capture the target data from the rendered page.

Does this browser automation tool support authentication flows and proxy controls?

Yes, this browser automation tool supports authentication flows, proxy configurations, and network controls. It also handles iframe interactions, device emulation, and batch execution across single or multiple sessions for AI-driven web interaction.

Can I use a CLI to automate web testing and documentation capture?

Yes, you can use a single CLI to automate web testing and documentation capture. It controls Chrome or Chromium to navigate pages, interact with elements, and capture data or documentation across multiple sessions.

How do I handle iframe interactions when automating web interaction tasks?

To handle iframe interactions during web interaction tasks, the CLI provides specific support for navigating and manipulating iframe content. You snapshot the page, obtain element refs within iframes, and execute clicks or form submissions reliably.

What are the limitations of using browser automation for AI-driven data extraction?

Limitations of browser automation for data extraction include potential overhead from running a full Chrome or Chromium instance and instability with highly dynamic DOMs. It should not be used when simple HTTP requests can retrieve static data.