utils_find_skills
Search the agent-skills index for skill metadata by keyword
Read as MarkdownResult
Up to five matching skill summaries and source links. Does not install plugins or download skill contents.
Permissions
No wallet required.
Also available through utility in compact mode.
Inputs and availability
full catalog · Before wallet setup; Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Project · payments scope; External BRC-100 wallet; Local Vault + sponsor; Droplit wallet
Full tool description
Search the agent-skills index for skill metadata by keyword. Returns only small on-demand SKILL.md links (id, name, description, plugin, version, url) without fetching skill content.
| Field | Type / required | Description |
|---|---|---|
| query | string Required | See schema for details. minLength: 1; maxLength: 200 |
| limit | integer Optional | See schema for details. default: 3; minimum: 1; maximum: 5 |
Nested fields are required only when their parent object or array item is supplied.
Full input schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 200
},
"limit": {
"default": 3,
"type": "integer",
"minimum": 1,
"maximum": 5
}
},
"required": [
"query"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}