docs: add skills.sh links
This commit is contained in:
parent
3bffaaab85
commit
543fdb0253
@ -5,6 +5,7 @@ You are here: [AI Docs Home](index.md) > Skills Library
|
|||||||
## Contents
|
## Contents
|
||||||
- Skills vs Agents vs Instructions
|
- Skills vs Agents vs Instructions
|
||||||
- Skills Governance And Sync
|
- Skills Governance And Sync
|
||||||
|
- skills.sh (Optional Skills Installer)
|
||||||
- How To Connect Skills
|
- How To Connect Skills
|
||||||
- Central Assets Repo
|
- Central Assets Repo
|
||||||
- Next Steps
|
- Next Steps
|
||||||
@ -66,11 +67,19 @@ skills:
|
|||||||
## skills.sh (Optional Skills Installer)
|
## 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.
|
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.
|
||||||
|
|
||||||
|
### Where To Find Skills
|
||||||
|
- Homepage: https://skills.sh/
|
||||||
|
- Docs: https://skills.sh/docs
|
||||||
|
- CLI reference: https://skills.sh/docs/cli
|
||||||
|
|
||||||
### How It Works (High-Level)
|
### How It Works (High-Level)
|
||||||
1. You run the `skills` CLI via `npx`.
|
1. You run the `skills` CLI via `npx`.
|
||||||
2. The CLI downloads the skill and configures it for your agent environment.
|
2. The CLI downloads the skill and configures it for your agent environment.
|
||||||
3. The skill becomes available to your AI agent.
|
3. The skill becomes available to your AI agent.
|
||||||
|
|
||||||
|
### Install The CLI (No Global Install Required)
|
||||||
|
The CLI runs via `npx`, so you do not need a global install.
|
||||||
|
|
||||||
### Example Install Command
|
### Example Install Command
|
||||||
```bash
|
```bash
|
||||||
npx skills add vercel-labs/agent-skills
|
npx skills add vercel-labs/agent-skills
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user