create_skill
Create a new skill draft by providing its fields; the backend validates and returns the skill with its id and version.
Instructions
Create a new skill draft. Pass the entity's fields (camelCase) in fields; the backend validates them. Returns the created skill with its id and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | The skill's fields as a JSON object (camelCase keys), e.g. { "name": "…", "description": "…" }. |