name | yes | string | — | — | Skill name (identifier). Letters, digits, underscores; starts with a letter. |
description | yes | string | — | — | Short description shown to the agent when choosing which skill to invoke. |
action | no | string | — | — | Markdown instructions the agent reads when the skill is invoked (analogous to ‘instructions’ in other contexts). |
enabled | no | boolean | — | — | When false, the skill is registered but unavailable at chat time. |
collapsed | no | boolean | — | — | UI hint — start this entry collapsed in the dashboard. |
scripts | no | array of object | — | — | Code files for this skill. Stored on disk in the skill’s scripts/ subdirectory. Item fields below. |
references | no | array of object | — | — | Reference files attached to this skill (PDFs, docs, etc.). Item fields below. |
assets | no | array of object | — | — | Asset files attached to this skill (images, templates, etc.). Item fields below. |