post
https://example.com/api/v2/projects//skills
Creates a skill from a zip upload or a single-file JSON body
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Installs a skill into the project. Two request shapes, validated identically:
application/json—{ name, description, content }for a single-file skill. TheSKILL.mdis assembled server-side.multipart/form-data— a.zipwith exactly one top-level directory containingSKILL.md. Limits: 5 MB compressed, 20 MB uncompressed, 100 files.
The zip shape is the one Download a skill returns, so a skill round-trips: download, edit, re-upload.
Re-using an existing skill name returns 409 — delete it first, or pick another name. Built-in skills cannot be overwritten. Frontmatter is validated, but no execution check is performed.
See Skills for the SKILL.md format and a worked example.
