Skills
Update Skill
Update an existing skill
PATCH
Overview
Updates a skill’s name, content, scripts, references, or assets. Only the skill owner can update it. Auth: Accepts either JWT or API key (danube-api-key header).
Path Parameters
The UUID of the skill to update
Body Parameters
New skill name
New SKILL.md content
Updated script files (replaces all existing scripts)
Updated reference files (replaces all existing references)
Updated asset files (replaces all existing assets)
Updated metadata
Updated license identifier
Updated compatibility info
Response
Skill UUID
Updated skill name
Updated description (re-parsed from frontmatter if skill_md_content changed)
Updated SKILL.md content
Example
MCP Tool
This endpoint is also available as theupdate_skill MCP tool:
