Skip to main content
POST
Create a skill

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Body

application/json
name
string
required

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

Required string length: 1 - 64
Pattern: ^[a-z0-9][a-z0-9-]*[a-z0-9]$|^[a-z0-9]$
Example:

"humanizer"

description
string
required

Short description of when the skill should be used.

Required string length: 1 - 1000
Example:

"Polish near-final drafts so they sound natural and specific."

content
string
required

Full skill instructions, typically Markdown.

Required string length: 1 - 200000

Response

Skill created successfully

skill
object
required
Last modified on July 17, 2026