diff --git a/README.md b/README.md index 8c742b0a..601e218a 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,16 @@ curl -o .claude/skills/agent-browser/SKILL.md \ https://raw.githubusercontent.com/vercel-labs/agent-browser/main/skills/agent-browser/SKILL.md ``` +### sk (Universal Skill Installer) + +Install via [sk](https://github.com/803/skills-supply), the universal package manager for AI agent skills (supports Claude Code, Amp, Codex, OpenCode, Factory, etc.). + +```bash +# Add --global flag if you'd like to install in user-scope (defaults to project-scope) +sk pkg add gh vercel-labs/agent-browser --path skills +sk sync +``` + ## License Apache-2.0