Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By sshh12
Control a local Chrome browser from Claude Code using the Chrome DevTools Protocol, enabling automated web interactions like navigation, clicking, typing, and extracting page data.
Shrivu's random Claude Code plugins.
/plugin marketplace add sshh12/claude-plugins
/plugin install <plugin-name>@shrivu-plugins
Full browser automation for Claude Code via Chrome DevTools Protocol. Navigate, click, type, screenshot, record GIFs, intercept network requests, and more — all from your terminal.
Why brw? Claude for Chrome is a black box that requires a subscription. Playwright MCP and Chrome DevTools MCP servers don't handle highly parallel agent workflows well — they weren't designed for multiple agents sharing one browser concurrently. brw is a lightweight proxy built for agent-first usage: stateless CLI, per-tab mutexes, and JSON output that agents can parse directly.
/plugin install brw@shrivu-plugins
Then use /brw to start browsing. The proxy auto-starts on first command and stays running. Key capabilities:
Tax filing automation for FreeTaxUSA.com. Guides you through filing US federal and state taxes by extracting your tax documents, researching current tax rules, and automating browser-based form filling via brw.
/plugin install freetaxusa@shrivu-plugins
Then use /freetaxusa to start. The skill walks through 5 phases:
Not a tax professional. Not tax advice. The user reviews and submits their return themselves — the skill never auto-submits.
WhatsApp messaging for Claude Code via the Baileys WebSocket client. Send and receive messages, react, share media/locations/polls, search chat history, and long-poll for incoming messages — all restricted to an allowlist of approved contacts.
/plugin install whatsup@shrivu-plugins
Then use /whatsup to start. The proxy auto-starts on first command. Key capabilities:
Share bugs, ideas, or general feedback.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Automates tax filing on FreeTaxUSA with document extraction, research, and browser-based form filling
WhatsApp messaging for Claude Code via Baileys WebSocket client
npx claudepluginhub sshh12/claude-plugins --plugin brwAI-powered browser automation -- lets Claude control real web browsers to navigate, click, type, extract content, and automate workflows
BETA: VERY LIGHTLY TESTED - Direct Chrome DevTools Protocol access via 'browsing' skill. Skill mode (17 CLI commands) + MCP mode (single use_browser tool). Zero dependencies, auto-starts Chrome.
Control a local Chrome browser from Claude Code — navigate, click, type, screenshot, OCR, and more. Powered by Puppeteer.
Browser automation skill for Claude Code using Stagehand. Automate web interactions, extract data, and navigate websites using natural language.
Target-first local Chrome/Chromium browser control with signed-in profiles, labeled tabs, and guarded actions
Direct 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).