skill_search_index
Search skills by case-insensitive substring across names, descriptions, and bodies. Quickly locate relevant skills by topic or keyword.
Instructions
function_purpose: Search skills by case-insensitive substring across name, description, and body.
Description:
Performs a simple substring search across the parsed name, description, and body for each skill.
Args:
query: str Case-insensitive substring
markdown_output: bool If True, return formatted markdown string instead of JSON list (default: False)
Returns:
If markdown_output=False: List of dicts with name, description, path
If markdown_output=True: formatted markdown string with search results
Usage:
Use this to quickly locate relevant skills by topic or keywords.
Set markdown_output=True for a more readable format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| markdown_output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |