browser-use

Automate browser tasks like clicking, typing, and extracting data via CLI.

2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Shana-AE/.shanaae-configs --skill browser-use-shana-ae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-use
Source: https://github.com/Shana-AE/.shanaae-configs/tree/main/ai/skills/vendor/browser-use
Command: npx skills add https://github.com/Shana-AE/.shanaae-configs --skill browser-use-shana-ae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser-driven tasks across websites for testing, data extraction, and form interactions.

Core Features & Use Cases

  • Persistent sessions across commands to enable multi-step workflows.
  • Open URLs, inspect page state, perform clicks and text input, and capture screenshots.
  • Extract data from pages and automate repetitive web tasks with consistent results.

Quick Start

Open a URL and begin interacting with elements using browser-use open https://example.com.

Frequently Asked Questions about browser-use

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

FAQPage Schema
How do I automate web testing and form interactions across multi-step sessions?

You can automate web testing and form interactions using a CLI that maintains persistent sessions across commands. This allows you to execute multi-step workflows like opening URLs, clicking elements, and typing text without losing state between actions.

Can I extract data and capture screenshots from a website using a command line interface?

Yes, you can extract data and capture screenshots from web pages using the screenshot and eval CLI commands. It inspects element states and pulls data consistently across single pages or multi-step browsing sessions.

Does browser automation support persistent sessions for repetitive web tasks?

Yes, browser automation supports persistent sessions across commands to enable multi-step workflows. This ensures you can automate repetitive web tasks, fill forms, and extract data with consistent results without re-establishing state.

What is the best way to inspect page state during UI exploration scripts?

The best way to inspect page state during UI exploration is by using CLI commands like open, click, and eval. These commands allow you to interact with elements, inspect state, and navigate multi-step sessions effectively.

Do I need any external dependencies to run browser-driven scripting tasks?

No, you do not need any external dependencies to run browser-driven scripting tasks. The Skill operates independently with a built-in CLI to handle web testing, data extraction, and form automation.