πŸ”Œ

browser-use

πŸ”ŒPlugin

MadAppGang/magus

Installation

Add marketplace in Claude Code:
$/plugin marketplace add MadAppGang/magus
Step 2. Install plugin:
$/plugin install browser-use@magus
VibeIndex|
What it does
|

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.

πŸͺ

Part of

MadAppGang/magus

developmentbrowserautomationscrapingtestingaccessibility
0
-
AddedAug 26, 2026

More from this repository10

πŸ”Œ
code-analysisπŸ”ŒPlugin

Codebase investigation and semantic search. Maps architecture, traces callers and callees, and ranks symbols by PageRank through the mnemex AST engine, with a read-only detective agent for deep dives.

πŸ”Œ
bunjsπŸ”ŒPlugin

Bun and TypeScript toolkit. A `/bunjs:bun` index routes any task to the right one of eight task-shaped skills β€” setup, HTTP, errors, testing, security, production, performance, TUI β€” each shipping copyable code verified against Bun. Only Bun is tested.

πŸ”Œ
devπŸ”ŒPlugin

Universal development assistant. Detects the project stack and routes work to specialist agents for architecture, implementation, debugging, review and research, enforcing design-system guardrails on every UI change.

πŸ”Œ
dingoπŸ”ŒPlugin

BETA β€” Dingo language toolkit. Idiomatic Result and Option types, error propagation, enums, pattern matching, lambdas and safe navigation, with compiler-verified patterns. Interfaces may still change.

πŸ”Œ
statuslineπŸ”ŒPlugin

Deprecated redirect. The statusline now ships inside setup@magus as /setup:statusline-install, -uninstall and -customize. This plugin keeps the /statusline:* commands resolving for one release so no existing install breaks silently, and is removed after that.

πŸ”Œ
setupπŸ”ŒPlugin

Project setup jobs in one plugin. Investigates a repository and provisions it β€” plugins, tools, framework best-practice references, and a seeded knowledge base β€” then installs the adaptive statusline and indexes every skill reachable from the project into browsable markdown.

πŸ”Œ
kanbanπŸ”ŒPlugin

Kanban board for task management. Five columns, cycle-safe task dependencies, priority indicators and WIP limits, over a task store independent of GTD.

πŸ”Œ
multimodelπŸ”ŒPlugin

Multi-model collaboration and orchestration. Runs a task across several AI models in parallel and aggregates their blind APPROVE/REJECT votes, or delegates it to one model running a full Claude Code session.

πŸ”Œ
madbenchπŸ”ŒPlugin

Toolkit for madbench, MadAppGang's Go harness for benchmarking agentic coding tools. Ships the madbench-evals skill: author bench YAML and Eval files, design checks, scaffold red-state and generated testdata, run the negative and positive controls, tune expectations, and debug failing checks.

πŸ”Œ
claudishπŸ”ŒPlugin

MCP runtime for external AI models. Proxies OpenRouter, Ollama and LM Studio, runs blind team voting across models, manages async sessions, and streams channel notifications. Required by code-analysis, dev, multimodel, designer and seo.