Ai Bridge
Description
Local bridge letting an AI coding agent drive your real, logged-in Chrome — trusted input, CSP-proof eval, authenticated downloads. Localhost only, no cloud.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AI Browser Bridge
A minimal, open-source bridge that lets an **AI coding agent** (Claude Code, or any local tool that can run a shell command) drive **your real, logged-in browser** — safely, on localhost, with no cloud in the loop.
Born from a practical problem: an AI agent working in a terminal needed to download email attachments, fill review forms, and drive web editors on sites the user was logged into. OS-level input synthesis is platform-bound, steals window focus, and its synthetic events are rejected by CSP-strict web apps and rich-text editors. This bridge fixes all of that with three small pieces:
AI agent / your scripts bridge server Chrome extension
`bridge ` CLI ⇄ ws://127.0.0.1:8765 (token) ⇄ service worker (MV3)
│ chrome.tabs / scripting
│ chrome.debugger → trusted input, CSP-proof eval
│ chrome.downloads → authenticated downloads
Why the `chrome.debugger` route matters
- Trusted input.
Input.dispatchMouseEvent/Input.insertTextproduce events withisTrusted: true— rich editors (contenteditable, ProseMirror- and Slate-class apps) accept them where synthetic DOM events are ignored. - CSP-proof eval.
Runtime.evaluateworks on pages whose Content-Security-Policy blocks injectedeval. - No focus stealing. Everything runs in background tabs (
newTabopens withactive:false); your work is never interrupted. - Your sessions, no re-login. The extension lives in your normal profile, so webmail,
dashboards, internal tools — anything you're logged into — just work. This also sidesteps
Chrome 136+'s restriction on
--remote-debugging-portwith the default profile. - Cross-platform. macOS, Windows, Linux — no OS-level input scripting or accessibility APIs required.
Stealth by d
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI