Download Skill
GET/api/skills/download
Downloads a skill as a zip file containing the complete skill package (SKILL.md, scripts, references, and assets).
The response is a binary zip file. Use the format query parameter to control the file extension of the download.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Skill zip file downloaded successfully
Missing required query parameter — at least one of 'id' or 'slug' must be provided
Authentication required or invalid token
Skill not found
Internal server error