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
string
required
The skill UUID or name (e.g.,
pdf-processing)Response
string
Unique identifier
string
Skill name
string
Skill description
string
Full content of SKILL.md including YAML frontmatter
array
Array of script files
array
Array of reference files (same structure as scripts)
array
Array of asset files (same structure as scripts)
string
License information
string
Environment requirements
object
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
