Skip to main content
POST
Create a skill

Authorizations

Authorization
string
header
required

JWT token from Clerk authentication.

Must be from a user with org:admin role.

Body

application/json
skillMdContent
string
required

Full SKILL.md content including YAML frontmatter. Max 100KB.

Example:

"---\nname: PDF Report Generator\ndescription: Generate formatted PDF reports\n---\n\n## Instructions\n\nWhen asked to generate a report..."

Response

Skill created successfully

success
boolean
skill
object