Skip to content

Commit 417bacd

Browse files
dguidoclaude
andcommitted
Add agent-browser skill installation to configuration section
The agent-browser CLI ships its own marketplace with a first-party skill that Claude needs to understand the ref lifecycle and command API. Placed the install instructions in Configuration > Plugins and Skills where other marketplace setup lives, with a cross-reference from the Usage > Web Browsing section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ad58723 commit 417bacd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,15 @@ claude plugin marketplace add trailofbits/skills-curated
336336

337337
For external marketplaces (Anthropic official, superpowers, compound-engineering, etc.), see [skills-curated](https://github.com/trailofbits/skills-curated) -- it maintains the approved list and install scripts.
338338

339+
#### agent-browser skill
340+
341+
The `agent-browser` CLI (installed in [Prerequisites](#tools)) ships its own marketplace with a first-party skill that teaches Claude the snapshot/ref workflow, command syntax, session management, authentication flows, video recording, and proxy support (~2,000 lines of reference material plus reusable shell templates). agent-browser is new enough that it's not in the model's pretraining data -- without this skill, Claude won't know the ref lifecycle or command API.
342+
343+
```
344+
/plugin marketplace add vercel-labs/agent-browser
345+
/plugin install agent-browser@agent-browser
346+
```
347+
339348
#### Publishing skills
340349

341350
Where to publish depends on the audience:
@@ -486,6 +495,8 @@ agent-browser fill @e2 "text" # Fill input
486495
agent-browser screenshot # Capture screenshot
487496
```
488497

498+
You need to install the first-party skill for Claude to use agent-browser effectively -- see [agent-browser skill](#agent-browser-skill) in Configuration.
499+
489500
#### Claude in Chrome (MCP)
490501

491502
Browser automation via the [Claude in Chrome](https://chromewebstore.google.com/detail/claude/fcoeoabgfenejglbffodgkkbkcdhcgfn) extension. Operates inside your actual Chrome browser, so it has access to your existing login sessions, cookies, and extensions. This is the only option that can interact with authenticated pages (Gmail, Google Docs, Jira, internal tools) without re-authenticating. The tradeoff is that it uses screenshots and accessibility trees for page understanding, which consumes more context than agent-browser's ref system.

0 commit comments

Comments
 (0)