Create skill
Create 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.
Documentation Index
Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Get your API key from the Duvo dashboard.
Body
Skill name. 1-64 lowercase alphanumeric chars and hyphens; no leading/trailing or consecutive hyphens.
1 - 641-1024 chars describing what the skill does and when to invoke it.
1 - 1024Markdown body of SKILL.md without YAML frontmatter. The server prepends the frontmatter from the other fields.
Optional: license name or reference to a bundled license file.
Optional: 1-500 chars describing environment requirements.
500Optional: arbitrary key-value metadata.
Optional (experimental): space-delimited list of pre-approved tools.
Response
Default Response
The created or updated skill