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 nameOptional frontmatter fields:
description — what the skill doesmetadataJWT token from Clerk authentication.
Must be from a user with org:admin role.
Full SKILL.md content including YAML frontmatter. Max 100KB.
"---\nname: PDF Report Generator\ndescription: Generate formatted PDF reports\n---\n\n## Instructions\n\nWhen asked to generate a report..."