Create a skill
Skills API
Create a skill
Create a new skill by providing SKILL.md content.
The name and description are automatically parsed from the SKILL.md YAML frontmatter.
Required frontmatter fields:
name— the skill name
Optional frontmatter fields:
description— what the skill does- Any additional fields are stored as
metadata
POST
Create a skill
Authorizations
JWT token from Clerk authentication.
Must be from a user with org:admin role.
Body
application/json
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..."
