browser-use

Automate browser navigation, form filling, screenshots, and data extraction.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires selenium, puppeteer, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates browser interactions for web testing, form filling, screenshots, and data extraction, enabling users to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages efficiently.

Core Features & Use Cases

  • Browser Automation: Automates navigation, interaction, and verification on web pages.
  • Form Filling: Automatically fills out web forms.
  • Screenshot: Takes screenshots of web pages.
  • Data Extraction: Extracts information from web pages.
  • Use Case: For example, use this Skill to automate the process of filling out an online form, taking screenshots of a webpage, or extracting specific data from a web page.

Quick Start

Use the browser-use skill to navigate to 'https://example.com' and fill out the form with the username 'JohnDoe' and password '12345'.

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 form filling and data extraction from web pages?

Automate browser interactions to fill web forms and extract data by programmatically navigating web pages and interacting with elements. This skill uses browser automation libraries like Selenium or Puppeteer to perform web testing and scraping workflows efficiently.

What's the best way to take automated screenshots during web testing?

Capture automated screenshots by executing browser automation scripts that navigate to target web pages and trigger screenshot capture. This skill applies to web testing workflows, using supported libraries like Playwright or Puppeteer to render and save webpage states.

Do I need Selenium or Playwright installed to automate browser interactions?

Yes, you need browser automation libraries like Selenium, Puppeteer, or Playwright installed. These dependencies provide the underlying execution engines and browser drivers required to navigate web pages and interact with web elements for automation tasks.

Can I use browser automation for both web testing and data scraping?

Yes, browser automation supports both web testing and data scraping. You can navigate websites, verify web page interactions, and extract information from web pages using a single automation workflow configured with your preferred browser automation library.

Does browser automation support various browsers and execution modes?

Browser automation supports various browsers and execution modes through underlying libraries like Selenium and Playwright. This allows flexible configuration for web application automation workflows across different browser environments and headless execution contexts.