agent-browser

Automate browser interactions, form filling, screenshots, and data extraction.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates repetitive browser interactions to speed up web testing and data collection.

Core Features & Use Cases

  • Navigate pages and manage history
  • Snapshot and reference-based interactions (refs) for reliable automation
  • Form filling, element interaction, screenshots, and data extraction

Quick Start

Open a URL with agent-browser open <url>, capture interactive elements with snapshot to obtain refs, then use those refs to click, fill, and extract data.

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 like form filling and data extraction?

Automate browser tasks by opening a URL, capturing interactive elements with a snapshot to obtain refs, then using those refs to click, fill forms, and extract data across web applications.

Can I use a command-based interface for web testing automation?

Yes, web testing automation is driven by a command-based interface that supports element snapshots, ref-based interactions, and a comprehensive set of browser-control commands for reliable UI automation.

What is the best way to navigate pages and manage browser history for UI automation?

UI automation handles page navigation and history management directly through browser-control commands, allowing you to move between pages and maintain state during automated web testing workflows.

Does reference-based interaction improve the reliability of web automation?

Yes, reference-based interactions use refs obtained from element snapshots to click and fill forms, ensuring precise targeting of UI elements and reducing errors during browser automation.

How do I take screenshots during automated web testing?

Take screenshots during web testing by executing the specific screenshot command within the browser-control workflow after navigating to the target page or interacting with elements.