skills_get_options
Retrieve configuration schema, variants, dependencies, and constraints for a skill to customize its behavior. Use only when the user requests parameter adjustments or when skill instructions mention configurable options.
Instructions
OPTIONAL STEP 2b — Load config schema, variants, and constraints for a skill. Call only when: (a) the user asks to customise skill behaviour, or (b) skills_get_body instructions mention configurable options.
Returns: config_schema (JSON Schema for parameters), variants (alternative skill modes), dependencies (required tools/packages), limitations (known constraints).
Do NOT call this by default — most tasks complete with skills_get_body alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |