Skip to main content

browser-use

Full-platform browser automation. Live-page JS eval, keyboard and focus primitives, environment preflight, and a configurable agent LLM, across dual local and cloud browsers backed by Playwright's own Chromium so your real Chrome is never hijacked. Ten Magus-specific tools on top of the upstream Browser Use MCP set, plus 6 skills.

Version1.4.1
Marketplacemagus
Commands0
Subagents0
Skills6
MCP serveryes
Hooksno

Install

claudeup

Find browser-use on the Plugins tab and turn it on. claudeup registers the magus marketplace if you do not have it, and installs what the plugin needs to actually run — binaries, MCP servers, CLI tools.

For a team, press s to save your plugins as a profile and commit it. Everyone else runs claudeup install — see Teams and profiles.

Prefer to do it by hand? Installing Magus has the manual path.

When to reach for it

  • Use when choosing a model for retry_with_browser_use_agent or a cloud session, or the user mentions a cheap, slow, or smart model — agent-model
  • Use when navigating, clicking, typing, evaluating JS, or extracting page content — core-api
  • Use when investigating console errors or network requests — hybrid-debugging

Skills

SkillWhat it covers
browser-use:agent-modelPicks the browser-use agent brain LLM per task. Use when choosing a model for retry_with_browser_use_agent or a cloud session, or the user mentions a cheap, slow, or smart model.
browser-use:core-apiReference for the Browser Use MCP tools — parameters, returns, session lifecycle. Use when navigating, clicking, typing, evaluating JS, or extracting page content.
browser-use:debug-uiVisual UI debugging — screenshot capture and analysis, responsive layout checking at multiple viewport sizes, CSS validation via DOM state, visual regression detection, before/after state co…
browser-use:hybrid-debuggingCombines Browser Use (DOM, clicks, screenshots) with claude-in-chrome (console, network, JS) for full-spectrum debugging. Use when investigating console errors or network requests.
browser-use:navigation-patternsURL navigation, multi-tab orchestration, session creation and management, back/forward navigation, browser profile persistence, session export/import for authentication reuse.
browser-use:web-scrapingStructured data extraction from web pages — pagination patterns, dynamic SPAs, authenticated scraping, rate limiting, anti-bot handling, JSON/CSV output.

MCP server

This plugin runs an MCP server; its tools appear as mcp__* once the plugin is enabled.

Source

plugins/browser-use/ on GitHub, including its full README.