agent-browser

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

54|18|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/open-fox/agents --skill agent-browser-open-fox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/open-fox/agents/tree/main/skills/agent-browser
Command: npx skills add https://github.com/open-fox/agents --skill agent-browser-open-fox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Browser automation for AI agents to navigate, interact, and extract data from web pages with a single CLI.

Core Features & Use Cases

  • Navigate to URLs, snapshot interactive elements and obtain refs, and perform actions like click, fill, and select across complex pages.
  • Support for authentication flows, multi-session isolation, and data extraction, plus debugging aids like screenshots and PDF export.
  • Use Case: Automate repetitive form submissions and data gathering across multiple sites for testing or content pipelines.

Quick Start

Open a URL, snapshot the page to identify element refs, then interact to fill a form and submit.

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 a CLI?

Browser automation for AI agents is handled via a CLI that navigates URLs, snapshots interactive elements to obtain refs, and performs actions like click, fill, and select. It enables web navigation, form filling, and data extraction across complex pages.

What is the best way to extract data from web pages using browser automation?

The best way to extract data from web pages is using a CLI to navigate to the target URL and snapshot interactive elements. This provides element refs for precise interaction and automated data gathering across multiple sites for testing or content pipelines.

Can I handle authentication flows and multi-session isolation during web testing?

Yes, you can handle authentication flows and multi-session isolation during web testing. The CLI supports these features alongside data extraction and debugging aids like screenshots and PDF export across complex pages.

How do I identify interactive elements on a complex page for automated form filling?

To identify interactive elements for automated form filling, open the URL and snapshot the page. This process obtains element refs, allowing your AI agent to accurately target and interact with inputs, buttons, and selectors on complex pages.

Does browser automation via CDP support screenshots and PDF export for debugging?

Yes, browser automation via CDP supports screenshots and PDF export for debugging. These aids help verify web navigation, form filling, and data extraction tasks during automated testing across websites.