Import a skill from a SKILL.md file content
skills
Import a skill from a SKILL.md file content
Import a skill from a SKILL.md file content.
Parses YAML frontmatter for name, description, category, and tags,
then creates the skill and its first version in the caller's org.
Request body:
{
"content": "---\nname: my-skill\n...\n---\n# My Skill\n...",
"workspace_id": "optional-workspace-id"
}
Returns the created skill_id, name, and parsed metadata.
POST
Import a skill from a SKILL.md file content