browser-use

Automate browser navigation and interaction via CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill centralizes browser automation so AI no longer has to rely on manual navigation, input, and data gathering across websites.

Core Features & Use Cases

  • Persistent browser daemon: The CLI keeps Chromium live so repeated navigation, state, and interactions remain ultra-responsive.
  • Rich interaction palette: Navigate, click, type, upload, extract text, manage cookies, and control tabs entirely through browser-use commands.
  • Multi-context workflows: Combine headless Chromium, connected Chrome profiles, cloud browsers, and session isolation for authenticated scraping, QA regression, or data extraction.

Quick Start

Ask the assistant to run browser-use open https://example.com and then browser-use state to capture the actionable elements on the page.

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 navigation and form filling from the CLI?

Browser automation from the CLI is handled by launching a persistent Chromium daemon and issuing commands to navigate, click, type, and manage cookies. This keeps repeated interactions ultra-responsive without manual input.

Can I manage authenticated sessions and isolate cookies for web scraping?

Yes, session isolation knobs allow you to separate cookies and manage contexts for authenticated scraping. You can combine headless Chromium, connected Chrome profiles, and cloud browsers for multi-context workflows.

How do I extract text and capture screenshots during web testing?

Text extraction and screenshot capture are performed by running state commands after navigating to a target URL. This captures actionable elements on the page for data extraction workflows.

Does browser-use work with connected Chrome instances and CDP references?

Yes, it supports connected Chrome instances and CDP references. The daemon-backed Chromium sessions allow you to control tabs, manage tunnels, and execute commands across local and cloud targets.

What is the best way to run QA regression testing across cloud browsers?

QA regression across cloud browsers is achieved by combining session isolation with the CLI interaction palette. You issue navigation and element inspection commands to automate test workflows across isolated contexts.

Do I need a daemon to keep Chromium live for repeated interactions?

Yes, the persistent browser daemon keeps Chromium live so state and interactions remain responsive. It is required for maintaining session continuity across repeated navigation and data capture tasks.