MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Coding Agents & IDEs
🖥️

Browser Use

Automate browser interactions — navigate, click, fill forms, extract data, and run cloud AI agents via a persistent CLI.

shawn panav1.0.2
ProductivityAI PoweredOpen SourceAutomationCLIDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install browser-use
44Stars
18.7kDownloads
1.1kCurrent Installs
131All-time Installs
📦
v1.0.2Version
📅
Mar 5, 2026Updated
View Source(ClawHub)

Browser Use Skill Overview

Browser Use is a CLI-driven browser automation skill that lets your AI agent control real and headless browsers to navigate websites, interact with page elements, extract data, and take screenshots. It maintains persistent browser sessions across commands, making complex multi-step workflows reliable and efficient. It also supports cloud-hosted browser agents for parallel, autonomous task execution — including AI-driven runs with structured output and session reuse.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install browser-use
or

Click the Install button at the top of this page for one-click setup

When to Use Browser Use

Best Fit

  • Web scraping and data extraction: You need to pull structured information from pages that require interaction (login, pagination, dynamic rendering) before the data is visible.
  • Automated form filling and submission: You need to fill out and submit web forms, including multi-step wizards that depend on prior page state.
  • End-to-end web testing: You want to exercise a web app's UI in a real browser environment, capturing screenshots and verifying element states.
  • Authenticated browsing workflows: You need to operate inside sites you're already logged into by syncing local Chrome profiles or reusing cloud sessions with saved cookies.
  • Parallel cloud AI agents: You need to dispatch multiple autonomous browser agents concurrently (e.g. competitive research, bulk data collection) and poll their results.

When Not to Use

  • Simple HTTP API calls: If the site exposes a REST or GraphQL API, calling it directly is faster and more reliable than browser automation.
  • Static HTML scraping: If the page doesn't require JavaScript rendering or interaction, a lightweight HTTP fetch is more efficient.
  • Non-browser automation: Tasks that don't involve a web browser (file system operations, database queries, etc.) are out of scope for this skill.

Key Features

Persistent Browser Sessions

The browser stays open between commands, so you can build multi-step workflows with open, state, click, input, and screenshot without restarting. Named sessions (--session NAME) let you run multiple independent browsers in parallel.

Multiple Browser Modes

Choose between chromium (fast, headless, isolated), real (your installed Chrome binary with optional profile and cookies), or remote (cloud-hosted browser with proxy support). Each mode is suited to different tradeoffs between isolation, authentication, and cost.

Profile & Cookie Management

List, inspect, sync, import, and export browser profiles and cookies — locally or in the cloud. Domain-scoped cookie syncing lets you carry authentication from your local Chrome profile into a cloud browser session without exposing unrelated session tokens.

Cloud AI Agent Tasks

Launch autonomous browser agents in the cloud with browser-use -b remote run "task". Supports async execution, parallel sessions, session reuse across sequential tasks, structured JSON output, LLM model selection (e.g. gpt-4o, claude-sonnet), and a judge mode for evaluation.

In-Session Python Execution

Run arbitrary Python code inside the browser session with browser-use python. Variables and the browser object persist across commands, giving you programmatic access to navigation, interactions, and page data without leaving the CLI.

Local Tunnel Support

Expose a local dev server to cloud browsers with browser-use tunnel <port>, which creates a Cloudflare tunnel and returns a public URL. Tunnels are independent of browser sessions and persist across close commands.

Use Cases

Automated login and data export

Sync cookies from your local Chrome profile, open a cloud session authenticated to your SaaS tool, navigate to the export page, click the download button, and wait for completion — all without manual login.

Parallel competitor research

Launch three simultaneous cloud agent tasks each targeting a different competitor's pricing page. Poll their status with task status, collect the structured output when each finishes, and stop all sessions at once with session stop --all.

End-to-end UI test with screenshots

Open your local dev server via a tunnel, walk through a multi-step form using element indices from state, capture screenshots at each stage with browser-use screenshot path.png, and verify final page text with browser-use wait text "Success".

Dynamic web scraping

Navigate to a JavaScript-rendered listing page, scroll down to load more results, use browser-use get html --selector ".results" to extract the relevant fragment, and run browser-use eval to pull structured data out of the DOM.

Requirements

  • browser-use CLI — Must be installed and functional before use. Run browser-use doctor to verify. See installation guide.
  • Cloudflared (optional) — Required only for tunnel support (browser-use tunnel). Verified via browser-use doctor.
  • Chrome binary (optional) — Required only when using --browser real mode.
  • Cloud API access (optional) — Required for --browser remote mode and cloud agent tasks (browser-use -b remote run).
Connecting to VM...
npx clawhub@latest install browser-use
44Stars
18.7kDownloads
1.1kCurrent Installs
131All-time Installs
📦
v1.0.2Version
📅
Mar 5, 2026Updated
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!