v1
skills

Download a copilot skill as a zipped package

Return the skill's whole folder as a zip — SKILL.md at the root, siblings at their relative paths, executable bits preserved — so a download re-uploads to the same tree.

Built-in defaults are single on-disk files and are not downloadable here; GET /skills/{name} serves their body.

get/api/skills/{name}/package

Path parameters

namestring required

Slug of the skill to download

Slug of the skill to download

Query parameters

expert_idstring nullable

Download this expert's own copy of the skill.

Download this expert's own copy of the skill.

Response

The skill folder as a zip archive

Changes