Plugin Claude Code
Marketplace for Claude Bridge: autonomous browser handoff for Claude Code.
Plugin Claude Code
Marketplace for Claude Bridge: autonomous browser handoff for Claude Code.
Plugin Claude Code
Closes the gap between Claude Code and the browser. When a task needs the web, Claude Code drives the browser itself: your real logged-in Chrome (via the Claude extension) for account work, a headless browser for public lookups. It reports back in the terminal, with no copy-paste handoff.
MCP server Claude CodeCodexCursor +2
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Agent
Isolated worker that carries out a complete browser task and returns only a summary, so a long multi-step browse doesn't flood the main conversation. Delegate to it when a web task will take many steps. It follows the browser-bridge playbook: route to the right engine, run the navigate → read → act → observe loop…
Skill Claude CodeCodex
Use whenever completing the user's task requires acting in a web browser: logging into an account, changing or checking settings in a web dashboard (ads, hosting, DNS, analytics, billing, CMS, social), filling out or submitting a web form, looking something up online, or clicking through any multi-step web flow the…