find_skill
Find an App-managed skill for the current task based on natural-language intent. Use search or recommend modes to select the right skill before execution.
Instructions
Find an App-managed skill for the current task. Use this before run_skill when the user intent requires a specialized App skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Search mode. Use recommend when choosing a skill for execution. | |
| limit | No | ||
| scope | No | Skill catalog scope. Defaults to all. | |
| intent | Yes | Natural-language task intent or user request. | |
| locale | No | Preferred response locale. | |
| capability | No | Optional capability alias accepted by the App search endpoint. | |
| outputCapability | No | Optional normalized desired output capability, when known, such as presentation_generation. |