v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
v1
skills

Read a single copilot skill with its full SKILL.md body

Return full SKILL.md content (name, description, triggers, body) for the library UI's expand-to-view dialog.

Built-in default skills are returned with is_default=True so the UI can hide destructive affordances; missing user skills return 404.

get/api/skills/{name}

Path parameters

namestring required

Slug of the skill to read

Slug of the skill to read

Response

Successful Response

namestring required
descriptionstring required
triggersstring[]
bodystring required
versionstring nullable
is_defaultboolean
sibling_filesstring[]