v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0643140398.0 KB
Skills

Validate Skill

Dry-run validation of skill files and metadata without persisting.

post/v1/skills/validate

Response

Validation result.

validboolean required

Whether the skill payload would be accepted.

namestring nullable

Parsed skill name from SKILL.md frontmatter (when valid).

descriptionstring nullable

Parsed skill description from SKILL.md frontmatter (when valid).

Example response

{
  "description": "Helps sales reps draft outreach.",
  "errors": [],
  "name": "sales-ops-helper",
  "valid": true
}