This skill is the single point of entry for extending agent capabilities. It merges the built-in skill installer logic with the community-driven find-skills functionality.
skill-installer instructions) and the community database (via npx skills find).Detect when a user needs a specialized tool (e.g., "how to download Bilibili videos", "need to manage PRs").
```bash
npx skills find [keyword]
```
Select the top 1-3 results.
npx skills result from a reputable owner.Upon user approval, install the skill:
npx skills add <owner/repo@skill> -g -y
npx skills find [query] - Community searchnpx skills add - Installnpx skills update - Update all skillsnpx skills check - Version check| Source | Trust Level | Best For |
|---|---|---|
| -------- | ------------- | ---------- |
| Vercel/Anthropic | Maximum | Frontend, Design, Core AI tasks |
| Microsoft/Google | High | Infrastructure, Cloud, API management |
| Community (skills.sh) | Varies | Niche tools, Bilibili/QQ specific plugins |
Created by merging skill-installer and find-skills.
共 1 个版本