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