用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vellum-ai/vellum-assistant --skill vellum-skills-catalog命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | vellum-skills-catalog |
| description | Discover bundled skills and search/install community skills from the skills.sh registry |
| compatibility | Designed for Vellum personal assistants |
| metadata | {"emoji":"🧩","vellum":{"category":"system","display-name":"Skills Catalog","activation-hints":["what can you do","find a skill","install a skill","community skills","skills.sh","search for skills"],"avoid-when":["User is asking about a specific bundled skill already visible in the catalog"]}} |
You can help the user discover what skills are available and find community skills to extend the assistant's capabilities.
First-party skills are bundled with the assistant - they are compiled in and always available. They do not need to be installed or downloaded. To activate a bundled skill, use the skill_load tool:
skill_load skill=<skill-id>
The skill catalog shown in the system prompt lists all bundled skills with their IDs. When a user asks about capabilities, refer to this list to find relevant bundled skills and load them as needed.
Community skills are published on the skills.sh registry and can be searched, inspected, and installed on demand using the assistant skills CLI.
assistant skills search "<query>"
Returns matching skills with their slug, source, install counts, and security audit badges. Use this when the user asks for a capability not covered by bundled skills.
Trust model - check the source guardian before installing:
vellum-ai/*): First-party skills published by the Vellum team. Install these directly without prompting - they are vetted and trusted.assistant skills add <owner>/<repo>@<skill-name>
For example:
assistant skills add vercel-labs/skills@find-skills
Once installed, the skill appears in the workspace skills directory and can be loaded with skill_load like any other skill.
User asks about capabilities - "Can you order food?" or "What can you do?"
skill_loadUser wants a capability not covered by bundled skills - "Can you do X?"
assistant skills search "<query>"assistant skills add <owner>/<repo>@<skill-name>skill_loadSkill has dependencies - if includes lists other skill IDs, load those first with skill_load