browser-use

Installation
SKILL.md

Browser Use

Control the user's existing real Chrome profile, especially for login-dependent work and live UI verification.

Route

  1. Use the Codex Chrome or Chrome [Internal] plugin when it is callable in the active session. Installed on disk is not enough.
  2. Otherwise prefer the OpenClaw extension-backed mcporter route.
  3. Use legacy direct DevTools attachment only as the explicit last fallback.

For mcporter, the MCP call remains the agent-facing control interface. The OpenClaw extension is the transport underneath it, not a separate tool. Force relay-only routing so a missing relay cannot silently become direct DevTools:

MCPORTER_CHROME_DEVTOOLS_RELAY_POLICY=require mcporter call chrome-devtools.<tool>
Installs
84
GitHub Stars
6.5K
First Seen
May 11, 2026
browser-use — steipete/agent-scripts