Update a skill
Skills API
Update a skill
Update a skill’s SKILL.md content and/or metadata.
If skillMdContent is provided, the name and description are re-parsed from frontmatter
and the SKILL.md file in R2 is replaced.
If only name or description are provided (without skillMdContent), only the
metadata fields are updated.
PUT
Update a skill
Authorizations
JWT token from Clerk authentication.
Must be from a user with org:admin role.
Query Parameters
The skill ID to update
Body
application/json
Response
Skill updated successfully
