v5

latestOpenAPI 3.1.12026-07-31392595.5 KB
Skills

Update a skill

patch/v1/skills/{name}

Path parameters

namestring required

Skill name. Lowercase letters, digits, and hyphens only.

Example:humanizer

Skill name. Lowercase letters, digits, and hyphens only.

Request body

namestring

Skill name. Lowercase letters, digits, and hyphens only.

descriptionstring

Short description of when the skill should be used.

contentstring

Full skill instructions, typically Markdown.

Example request

{
  "name": "humanizer",
  "description": "Polish near-final drafts so they sound natural and specific."
}

Response

Skill updated successfully