browser-use

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

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/hendripermana/permoney --skill browser-use-hendripermana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-use
Source: https://github.com/hendripermana/permoney/tree/main/.agents/skills/browser-use
Command: npx skills add https://github.com/hendripermana/permoney --skill browser-use-hendripermana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser interactions to simplify testing, form filling, and data extraction by managing sessions and browser modes across tasks.

Core Features & Use Cases

  • Persistent sessions across commands
  • Multiple browser modes: chromium, real, remote
  • Page state inspection, element interactions by index, screenshot capture
  • Agent tasks and scripting support via Python for advanced workflows

Quick Start

Open a URL with the browser-use CLI and start interacting with elements by index to automate a test.

Frequently Asked Questions about browser-use

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser interactions for web testing and data extraction across persistent sessions?

You can automate browser interactions for web testing and data extraction by using a CLI that manages persistent sessions, allowing commands to navigate sites, fill fields, and harvest page data continuously across tasks.

Can I capture screenshots and inspect page state during CLI browser automation?

Yes, CLI browser automation supports capturing screenshots and inspecting page state. You can interact with elements by index during a session to capture visual evidence and extract data from the active web page.

What browser modes are available for automated web testing and form filling?

Automated web testing and form filling support multiple browser modes including chromium, real, and remote. You can select the appropriate mode along with optional profiles to match your testing environment.

Does browser automation work with Python for advanced scripting and agent tasks?

Yes, browser automation includes agent task and scripting support via Python. This allows you to build advanced end-to-end workflows that navigate sites and harvest page data programmatically.

What is the best way to build reliable end-to-end workflows that navigate sites and fill fields?

The best way to build reliable end-to-end workflows that navigate sites and fill fields is using a CLI with persistent sessions, which maintains state across commands and supports interaction with elements by index.