Update Skill Revision File
updateSkillRevisionFileWrite a text file into a skill revision. Writing into a draft leaves the active revision untouched until the draft is promoted; writing into the active revision changes what the skill runs immediately. Historic revisions are read-only: create a draft from one to edit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the file inside the revision, e.g. SKILL.md. | |
| content | Yes | New UTF-8 text content for the file. | |
| skill_revision_id | Yes | Skill revision ID. |