Discover bundled skills and search/install community skills from the skills.sh registry
assistant skills install vellum-skills-catalogYou 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