agent-browser

Automates browser navigation, form filling, and data extraction via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manual browser testing and data extraction are time-consuming and error-prone. This skill provides an automated way to navigate web pages, fill forms, capture screenshots, and pull information, speeding up QA and data collection workflows.

Core Features & Use Cases

  • Automates browser navigation, form filling, and element interaction across web pages.
  • Captures screenshots, records sessions, and exports extracted data for reporting.
  • Supports multi-session parallel testing and stateful interactions for reliable QA pipelines.

Quick Start

Open a URL, snapshot the page to identify interactive elements, and perform actions like clicking or filling fields to automate a test scenario.

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 testing for form filling and web page navigation?

Automate browser testing by coordinating navigation, form filling, and element interaction commands in deterministic steps. This approach speeds up QA workflows by executing multi-session parallel testing and capturing screenshots for reliable reporting.

What is the best way to extract data from web pages for reporting?

Data extraction from web pages is automated by navigating to URLs, snapshotting interactive elements, and pulling information. The extracted data is then exported for reports, automating time-consuming manual collection workflows.

Do I need the agent-browser CLI installed to automate browser interactions?

Yes, automating browser interactions requires the agent-browser CLI to be available on the host. The automation coordinates navigation, snapshotting, and interaction commands by relying on this CLI to execute deterministic steps.

Can I run multi-session parallel testing for stateful web interactions?

Yes, multi-session parallel testing supports stateful interactions across web pages. This enables reliable QA pipelines by maintaining browser session states while automating navigation, form filling, and element interaction simultaneously.

How do I capture screenshots during automated web page navigation?

Capture screenshots during automated web page navigation by issuing snapshotting commands in deterministic steps. This records sessions and visual states during testing, providing visual evidence for QA pipelines and reporting.

How do I identify interactive elements on a web page for automation?

Identify interactive elements by opening a URL and snapshotting the page. This snapshot action detects clickable elements and form fields, allowing you to perform targeted actions like clicking or filling fields to automate a test scenario.