v5

latestOpenAPI 3.1.12026-07-31392595.5 KB
Skills

Create a skill

post/v1/skills

Request body

namestring required

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

descriptionstring required

Short description of when the skill should be used.

contentstring required

Full skill instructions, typically Markdown.

Example request

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

Response

Skill created successfully