cURL
Update skill
Replace a skill’s files with a new upload. Reparses SKILL.md to update the skill’s name, description, and metadata, and creates a new version. Maximum upload size is 10 MB.
PATCH
cURL
Authorizations
Path Parameters
ID of the skill to update.
Body
multipart/form-data
One or more file parts containing the new skill contents. Same shape as the create endpoint — must include a SKILL.md. Total upload must not exceed 10 MB.
Response
Skill updated. The returned version_id and major_version reflect the new version that was created.
