browser-use

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

25|3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ProsusAI/Murphy --skill browser-use-prosusai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-use
Source: https://github.com/ProsusAI/Murphy/tree/main/browser_use/skills/skills/browser-use
Command: npx skills add https://github.com/ProsusAI/Murphy --skill browser-use-prosusai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates browser interactions, making it easy to navigate websites, fill forms, extract data, and take screenshots programmatically.

Core Features & Use Cases

  • Web Navigation: Open URLs, go back, scroll pages.
  • Element Interaction: Click, type, select options using element indices.
  • Data Extraction & Screenshots: Extract information using LLMs and capture page visuals.
  • Use Case: Automate the process of logging into a web application, filling out a complex form, and submitting it, all through a series of commands.

Quick Start

Use the browser-use skill to open the website https://example.com and take a screenshot.

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 scraping and form filling with an AI agent?

Automate web scraping and form filling by using an AI agent to control browser interactions. This skill programmatically navigates websites, clicks elements, types text, and extracts data across complex multi-step workflows.

What is the best way to automate browser interactions for web testing?

The best way to automate browser interactions for web testing is using programmatic commands to open URLs, interact with page elements via indices, and capture screenshots. This supports headless Chromium, local Chrome, and remote browsers.

Does browser automation work with headless Chromium and cloud-hosted remote browsers?

Yes, browser automation works with headless Chromium, your local Chrome instance, and cloud-hosted remote browsers. This flexibility allows you to run web testing and data extraction in various environments.

Can I use AI to extract data and take screenshots during web navigation?

Yes, you can use AI to extract data and take screenshots during web navigation. The AI agent processes page visuals and extracts information using LLMs while executing multi-step browser workflows.

How do I automate logging into a web application and submitting a complex form?

Automate logging into a web application and submitting complex forms by executing a series of browser commands. The agent handles navigation, element interaction like clicking and typing, and final submission automatically.