Skip to main content
POST
Skill Validate

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Body

application/json
content
string
required

SKILL.md content to validate

skill_name
string | null

Expected skill name

Response

Successful Response

is_valid
boolean
required

Whether the skill is valid

errors
string[]

List of validation errors

warnings
string[]

List of validation warnings