vellum-skills-catalog

Discover bundled skills and search or install community skills from the skills.sh registry.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Logarn/Worklin-ai --skill vellum-skills-catalog-logarn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vellum-skills-catalog
Source: https://github.com/Logarn/Worklin-ai/tree/main/skills/vellum-skills-catalog
Command: npx skills add https://github.com/Logarn/Worklin-ai --skill vellum-skills-catalog-logarn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often do not know what capabilities their assistant has or how to extend it with new skills. This Skill provides a guided workflow for discovering bundled first-party skills and finding, evaluating, and installing community skills from the skills.sh registry. ## Core Features & Use Cases - Bundled Skill Discovery: Lists first-party skills compiled into the assistant and loads them on demand with the skill_load tool. - Community Skill Search: Searches the skills.sh registry via the assistant skills CLI, returning slugs, sources, install counts, and security audit badges. - Trust-Aware Installation: Distinguishes Vellum-owned skills (install directly) from third-party skills (require explicit user confirmation before installing). - Use Case: A user asks "Can you order food?" The assistant checks bundled skills, finds no match, searches skills.sh for a relevant community skill, presents the results with audit badges, and installs it after user approval. ## Quick Start Ask the assistant what it can do or request it to find and install a skill for a specific capability.

Frequently Asked Questions about vellum-skills-catalog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find out what skills my assistant has?▼

Ask the assistant what it can do. Bundled skills are listed in the system prompt catalog, and the assistant can load any of them with the skill_load tool. For capabilities not covered, it can search the skills.sh community registry.

How do I install a community skill from skills.sh?▼

Search with the command assistant skills search followed by your query, then install with assistant skills add using the owner/repo@skill-name format. Installed skills appear in the workspace skills directory and load with skill_load.

What is the difference between bundled and community skills?▼

Bundled skills are compiled into the assistant and always available without installation. Community skills are published on the skills.sh registry and must be searched, installed, and then loaded on demand.

Is it safe to install third-party skills from skills.sh?▼

Vellum-owned skills under vellum-ai are vetted and install directly. Third-party skills require explicit user confirmation, and the assistant presents the source, audit results, and install count before installing.

Can I disable a skill without uninstalling it?▼

Yes. Skills can be enabled or disabled through feature flags without removing them from the workspace. Installed community skills remain in the skills directory and can be re-enabled later.