get_skill
Find and load an installed AI agent skill by exact name or search query, with optional inline resources and agent-specific 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 | ||
| agent | No | ||
| query | No | ||
| top_k | No | ||
| include_resources | No |