Create Skill
createSkillCreate or update a skill from a JSON body. The server constructs SKILL.md from the provided fields and stores it. If a skill with the same name already exists in the team, it is updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name. 1-64 lowercase alphanumeric chars and hyphens; no leading/trailing or consecutive hyphens. | |
| content | Yes | Markdown body of SKILL.md without YAML frontmatter. The server prepends the frontmatter from the other fields. | |
| license | No | Optional: license name or reference to a bundled license file. | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| metadata | No | Optional: arbitrary key-value metadata. | |
| description | Yes | 1-1024 chars describing what the skill does and when to invoke it. | |
| allowed-tools | No | Optional (experimental): space-delimited list of pre-approved tools. | |
| compatibility | No | Optional: 1-500 chars describing environment requirements. |