By browser-use
Control a real browser (local Chrome or Browser Use Cloud) to navigate websites, click elements, fill forms, extract data, take screenshots, and automate web workflows directly from Claude.
The Browser Use plugin marketplace for Claude Code.
This repo is a catalog of Browser Use plugins for Claude Code. The plugins are self-sufficient: they install the CLI they run through on first use. Support for other hosts (Grok, Codex, …) will be added later.
| Plugin | What it does | How it works |
|---|---|---|
| browser-use | Give Claude a real browser — your Chrome or a Browser Use Cloud browser. Use it whenever a task involves a website or web app: browsing, scraping and data extraction, filling forms, testing sites, taking screenshots, automating web workflows. | MCP server (uvx browser-use@latest --cli-mcp) exposing the Browser Use CLI 3.0 surface: browser_exec + browser_screenshot, with usage instructions served by the release itself — self-installing via uv, always current, nothing here to sync. |
| 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>. | Colocated skill (qa/); runs through the browser-harness CLI and installs it itself if missing. |
claude plugin marketplace add browser-use/plugins
claude plugin install browser-use@browser-use # browser control (MCP server, self-installs via uvx)
claude plugin install qa@browser-use # adds /qa
.claude-plugin/marketplace.json — the Claude Code catalog. Each plugin is a colocated subdirectory (source: ./<dir>).
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimDirect browser control via CDP. Drives the user's real Chrome (or a Browser Use cloud browser) with coordinate clicks, screenshots, and Python helpers — no selector hunting. Requires the one-time `browser-harness` CLI install (see the skill's references/install.md).
npx claudepluginhub marcelhacks/anthropic-sg-safe-path-control-20260724 --plugin browser-useA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review