Skills
Get Skill
Get a skill by ID or name with full content
GET
Overview
Retrieves a skill with all its content including:- SKILL.md - The main instructions file
- Scripts - Executable code files
- References - Additional documentation
- Assets - Templates and resources
Path Parameters
The skill UUID or name (e.g.,
pdf-processing)Response
Unique identifier
Skill name
Skill description
Full content of SKILL.md including YAML frontmatter
Array of script files
Array of reference files (same structure as scripts)
Array of asset files (same structure as scripts)
License information
Environment requirements
Additional metadata (author, version, etc.)
Example
MCP Tool
This endpoint is also available as theget_skill MCP tool:
Using Skills
Once you retrieve a skill, the AI agent can:- Read the
skill_mdcontent for instructions - Execute scripts from the
scriptsarray - Reference additional docs from
references - Use templates from
assets
