Skip to content

browser-use/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Browser Use plugins

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.

Plugins

Plugin What it does Source of truth
browser-harness Direct CDP browser control — coordinate clicks, screenshots, persistent Python session, local Chrome or Browser Use cloud. browser-use/browser-harness
qa QA-test a website or app and return a 1–5 quality score with evidence. Drives a Browser Use cloud browser and tunnels localhost automatically. Run as /qa <url-or-localhost-port>. qa/ (colocated; requires browser-harness)

Both ship skills only. The browser-harness CLI is a one-time install prerequisite documented inside the plugin; qa runs through browser-harness, so install that first.

Install

claude plugin marketplace add browser-use/plugins
claude plugin install browser-harness@browser-use
claude plugin install qa@browser-use          # adds /qa

Layout

.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.

About

Browser Use plugins for coding agents (browser-harness, video-use)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors