Skills
Create Skill
Create a new skill
POST
Overview
Creates a new skill with SKILL.md content, optional scripts, reference files, and assets. Private skills are created immediately. Public skills require the/skill-submissions review flow.
Auth: Accepts either JWT or API key (danube-api-key header).
Body Parameters
Skill name (e.g. “pdf-processing”)
The SKILL.md markdown content with instructions. Should include YAML frontmatter with a
description field.Executable script files
Reference documentation files
Asset files (templates, resources)
"private" only via this endpoint. Public skills require /skill-submissions.Optional service UUID to associate the skill with
Response
Created skill UUID
Skill name
Description extracted from SKILL.md frontmatter
The SKILL.md content
Script files
Reference files
Asset files
Example
MCP Tool
This endpoint is also available as thecreate_skill MCP tool:
