browser

Orchestrate a Chromium-based browser via CLI for web automation tasks.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/mikesmullin/browser --skill browser-mikesmullin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/mikesmullin/browser/tree/main
Command: npx skills add https://github.com/mikesmullin/browser --skill browser-mikesmullin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remotely orchestrate a Chromium-based browser to enable programmatic control and automation of web tasks.

Core Features & Use Cases

  • Start a browser server and manage it via a CLI
  • Navigate, fill forms, click elements, and read page state
  • Visualization and vision-based interactions for bounding-box grounding and extraction
  • Use cases include automated testing, data collection, and guided exploration of web apps

Quick Start

Install dependencies, start the server in the background, then use the client to navigate, fill, click, and visualize on a target webpage.

Frequently Asked Questions about browser

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

FAQPage Schema
How do I automate web tasks using a Chromium-based browser programmatically?

You can automate web tasks by running a browser-use server and managing it via a CLI client to navigate pages, fill forms, click elements, and read page state programmatically.

Can I use vision-based interactions to locate and extract elements on a web page?

Yes, vision-based interactions are supported for bounding-box grounding and extraction, enabling the CLI to visually identify and interact with specific elements on the page.

What do I need to set up to start remote browser orchestration?

To start remote browser orchestration, you need to install the required dependencies, start the browser-use server in the background, and use the client CLI to execute actions.

Does this browser automation approach support automated testing and data collection?

Yes, this browser automation approach is designed for use cases including automated testing, data collection, and guided exploration of web applications via the CLI.

Is visualization available when automating web interactions remotely?

Yes, optional visualization features are available, allowing you to see and verify the vision-based interactions and actions executed by the client during web automation.