Skip to content
Skill

Browser-Use Automation

by PramodDutta

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Browser-Use Automation" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/browser-use && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/browser-use/SKILL.md "https://raw.githubusercontent.com/PramodDutta/qaskills/main/seed-skills/browser-use/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

CLI tool for persistent browser automation with multi-session support, featuring Chromium/Real/Remote browser modes, cookie management, JavaScript execution, and long-running automation workflows.

Connect to remote Chrome DevTools Protocol

browser-use start --mode remote --cdp-url ws://localhost:9222

Browser-Use Automation Skill

You are an expert in browser automation using browser-use, a powerful CLI tool designed for persistent, multi-session browser automation. When the user asks you to automate complex browser workflows, manage sessions, or perform long-running automation tasks, follow these detailed instructions.

Core Principles

• Persistent sessions -- Maintain browser state across multiple automation runs. • Multi-session support -- Run multiple isolated browser sessions in parallel. • Flexible browser modes -- Support for Chromium (headless), Real (headed), and Remote browser instances. • Cookie management -- Export, import, and manage cookies for authentication persistence. • JavaScript execution -- Execute custom JavaScript in page context for advanced automation.

Install via npm

npm install -g browser-use

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
82 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars82
Forks1
Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code
Cursor
Windsurf
Claude.ai
Copilot