Skip to content

Commit c6a92a1

Browse files
authored
docs: add Claude Code marketplace plugin installation instructions (#181)
Document the recommended way to install the agent-browser skill using the /plugin marketplace commands introduced in PR #106.
1 parent c4f66a5 commit c6a92a1

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,13 +654,22 @@ Core workflow:
654654
655655
### Claude Code Skill
656656
657-
For Claude Code, a [skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices) provides richer context:
657+
For Claude Code, a [skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices) provides richer context.
658+
659+
**Plugin (recommended):**
660+
661+
```bash
662+
/plugin marketplace add vercel-labs/agent-browser
663+
/plugin install agent-browser
664+
```
665+
666+
**Manual install:**
658667
659668
```bash
660669
cp -r node_modules/agent-browser/skills/agent-browser .claude/skills/
661670
```
662671
663-
Or download:
672+
Or download directly:
664673
665674
```bash
666675
mkdir -p .claude/skills/agent-browser

0 commit comments

Comments
 (0)