docs: add skills.sh usage

This commit is contained in:
Matt Bruce 2026-02-11 11:07:06 -06:00
parent 1946461bf5
commit 3bffaaab85

View File

@ -63,6 +63,23 @@ skills:
./scripts/sync-skills.sh ./scripts/sync-skills.sh
``` ```
## skills.sh (Optional Skills Installer)
skills.sh provides a public skills catalog and a CLI to install skills by name. Use this only if your team allows it and you understand the source of the skills you install.
### How It Works (High-Level)
1. You run the `skills` CLI via `npx`.
2. The CLI downloads the skill and configures it for your agent environment.
3. The skill becomes available to your AI agent.
### Example Install Command
```bash
npx skills add vercel-labs/agent-skills
```
### Notes
- The leaderboard uses anonymous telemetry from the CLI. You can opt out by setting `DISABLE_TELEMETRY=1`.
- Review skills before installing. The ecosystem is audited, but quality varies.
## How to Download Existing Skills ## How to Download Existing Skills
1. Locate the skill in the team or org repository. 1. Locate the skill in the team or org repository.
2. Add the skill to your local skills directory following team guidance. 2. Add the skill to your local skills directory following team guidance.