get_skill
Find and load installed skills by exact name or search query. Returns the best match with alternates, optionally inlines resources and applies agent transforms.
Instructions
Find and load installed skills. Pass name for an exact skill, or query to search and load the best match while returning alternates. Set include_resources to inline packaged resource/bin file contents; otherwise resources are returned as metadata only. Pass agent to render the generated variant with matching AutoVault transforms applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| query | No | ||
| agent | No | ||
| top_k | No | ||
| include_resources | No |