Skills
Update a skill
Rename a skill or change its description. Owner only.
PATCH
https://cloud.generalinput.com/v1/skills/:idAuthenticationRequires
skills:manage on a personal API key. A CLI session always passes.Note that a publish re-syncs both fields from the SKILL.md frontmatter, so edit the frontmatter when the bundle is the source of truth.
Body
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | yes | 1 to 255 characters. |
description | string | yes | Up to 1024 characters. |
Response
The updated skill detail.
Errors
| Status | When |
|---|---|
400 | Empty name or description. |
404 | Not found, or the member is not the owner. |
409 | Modified concurrently. Refetch and retry. |