The Browser Use plugin marketplace for Claude Code.
This repo is a catalog of Browser Use plugins for Claude Code. Most entries remote-source a plugin from its own repo (the source of truth lives there, no drift); some smaller plugins are colocated here as subdirectories. Support for other hosts (Grok, Codex, …) will be added later.
browser-use is the zero-prerequisite cloud agent (just needs an API key). browser-harness and qa ship skills that run through the browser-harness CLI — a one-time install documented inside the plugin; install that first for those two.
claude plugin marketplace add browser-use/plugins
claude plugin install browser-use@browser-use # hosted cloud agent (set BROWSER_USE_API_KEY)
claude plugin install browser-harness@browser-use
claude plugin install qa@browser-use # adds /qa.claude-plugin/marketplace.json — the Claude Code catalog. Each entry is either remote-sourced (source: { url }) from a plugin's own repo, or colocated (source: ./<dir>) as a subdirectory of this repo.
