Skip to main content
POST
Create Skill

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

teamId
string
required

Body

application/json
name
string
required

Skill name. 1-64 lowercase alphanumeric chars and hyphens; no leading/trailing or consecutive hyphens.

Required string length: 1 - 64
description
string
required

1-1024 chars describing what the skill does and when to invoke it.

Required string length: 1 - 1024
content
string
required

Markdown body of SKILL.md without YAML frontmatter. The server prepends the frontmatter from the other fields.

license
string

Optional: license name or reference to a bundled license file.

compatibility
string

Optional: 1-500 chars describing environment requirements.

Maximum string length: 500
metadata
object

Optional: arbitrary key-value metadata.

allowed-tools
string

Optional (experimental): space-delimited list of pre-approved tools.

Response

Default Response

skill
object
required

The created or updated skill