Update Skill File
updateSkillFileUpdate the content of a file in a skill, overwriting the active revision in place — the previous content is not recoverable. Prefer the non-destructive flow when you can: createSkillRevision to open a draft, updateSkillRevisionFile to edit it, promoteSkillRevision to activate it. Only team skills can be edited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the file inside the skill, e.g. SKILL.md. | |
| content | Yes | New UTF-8 text content for the file. | |
| skill_id | Yes | Skill ID. |