agent-browser

Automate browser interactions for web testing, form filling, screenshots, and data extraction.

997|201|Updated May 6, 2014
One-click install
npx skills add https://github.com/freekmurze/dotfiles --skill agent-browser-freekmurze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/freekmurze/dotfiles/tree/main/config/claude/skills/agent-browser
Command: npx skills add https://github.com/freekmurze/dotfiles --skill agent-browser-freekmurze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates browser interactions for web testing, form filling, screenshots, and data extraction, reducing repetitive work and human error.

Core Features & Use Cases

  • Navigation & Interaction: Open URLs, click elements, fill forms, and capture snapshots using compact element refs.
  • Data Capture & Outputs: Extract text, HTML, attributes, and take screenshots or PDFs for documentation and QA.
  • Use Case: QA engineers can automate end-to-end test flows, data-entry tasks can be reproduced by non-developers, and teams can generate audit-ready artifacts.

Quick Start

agent-browser open https://example.com agent-browser snapshot -i agent-browser click @e1 agent-browser fill @e2 "value" agent-browser screenshot --full

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 interactions for web testing without external libraries?

You can automate browser interactions for web testing using the agent-browser CLI, which handles navigation, form filling, and screenshots natively without requiring external library dependencies.

How do I capture screenshots and extract data from web pages for QA documentation?

To capture screenshots and extract data for QA documentation, use CLI commands to take full-page screenshots and extract text or HTML attributes, producing audit-ready artifacts.

What is the best way to fill forms automatically during data-entry tasks?

The best way to fill forms automatically during data-entry tasks is using the agent-browser CLI to target compact element references and input values directly without manual intervention.

Can I reproduce complex browser automation flows without writing code?

Yes, non-developers can reproduce complex browser automation flows by running sequential CLI commands for opening URLs and clicking elements, with optional references guiding interactions.

Does web testing automation work without installing additional packages?

Yes, web testing automation works without installing additional packages because the solution relies entirely on the standalone agent-browser CLI and requires no external libraries.