browser-use

Official

Automate web tasks with browser-driven workflows.

Authorkudosx
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables powerful browser automation for web scraping, form filling, content extraction, image/video downloads, and authentication-enabled workflows using Playwright, reducing manual browsing time.

Core Features & Use Cases

  • Web scraping & content extraction: Navigate pages, extract text, links, and attributes, and save outputs.
  • Automation & downloads: Take screenshots, save PDFs, download files, and automate file uploads.
  • Authentication-aware workflows: Create and reuse login sessions to access protected sites without repeated logins.

Quick Start

  • Manual quick start: uv run browser.py open https://example.com --account my-account --wait 60
  • Automated extraction: uv run browser.py text https://example.com --selector "h1"

Dependency Matrix

Required Modules

playwrightgoogle_imageyoutubetiktokrequests

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: browser-use
Download link: https://github.com/kudosx/claude-skill-browser-use/archive/main.zip#browser-use

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository