d-wwei

Agents In Browser — AI skill for Claude Code

AI community

Connect AI agents (Claude Code, etc.) to Chrome browser via ACP protocol.

How to install Agents In Browser

This entry records only its repository, not the path inside it, so there is no exact command to give. Open d-wwei/Agents-In-Browser and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agents In Browser does

Connect AI agents (Claude Code, etc.) to Chrome browser via ACP protocol.

Alternatives in AI

  • Fast Agent — Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support 3.7k ★
  • Graphjin — GraphJin - An Automagical Compiler to Connect AI to Your Databases 3034 44 1 3k ★
  • Design Md Chrome — Chrome extension to extract styles from any website and generate DESIGN.md files and design skills for AI base 2.7k ★

README

Agents In Browser

[中文](./README.zh-CN.md)

![Agents In Browser](./assets/readme-cover.png)

Agents In Browser is a local-first system (`Chrome extension + local proxy + ACP agent`) that lets AI coding agents interact with your browser safely from a side panel.

Why We Built This

Most AI browser extensions are strong at page-only assistance, but become limited when tasks need both browser context and local execution. Agents In Browser is built to bridge that gap:

  • unify browser actions and local agent execution in one loop
  • let agents continue from webpage context to local code/files/terminal workflows
  • keep control in your local runtime instead of a fixed hosted plugin pipeline

What Makes It Different

The most important difference is **bridging local agents**.

  • Browser + local environment integration: one task can span webpage actions and local dev operations.
  • Flexible LLM token sources: since this system bridges local agents (Claude Code/Codex/Gemini/custom ACP agents), you can choose your preferred model/token source strategy instead of being locked to one plugin backend.
  • Agent/runtime flexibility: you can switch agent commands and runtime settings locally.
  • Control and privacy: sensitive context can remain in your local environment and workflow.

Integrated Kits

Kit Role Status
Skill-SE-Kit Skill learning and evolution — agents learn from browser interactions and accumulate reusable experience Built-in
UDD Kit Self-healing and diagnostics — detects errors, checks upstream fixes, and repairs in isolated worktrees Built-in
UpdateKit Version checking and safe update execution — quickCheck on every proxy startup with policy, rollback, and audit Built-in
browser-control-skill Enhanced browser control