skill_load
Load specified skills by name into the agent context, optionally resolving and appending their extensions, to provide the needed capabilities for operations.
Instructions
Load skills and optionally append independently resolved extensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | One to thirty-two unique base skill names in required order. | |
| include_extensions | No | Search for each `<name>.extension` through normal catalog precedence and append available extensions. Defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| errors | No | ||
| skills | No | ||
| catalog_revision | Yes |