match_skill
Identifies the best skills for a task, returning top matches with confidence scores and the tools each skill requires.
Instructions
Find the best skills for a task. Returns top matches with a 0-1 confidence score and the tools each skill requires. Check requires against your own available tools before loading a skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The task to find a skill for, e.g. 'create a word document' | |
| top_k | No | How many matches to return (default 3) |