list_skills
Find and filter locally indexed agent skills using optional substring search across names, descriptions, and tags, or restrict by host environment.
Instructions
List and filter all locally indexed agent skills from SQLite. Behavior: Read-only, sub-millisecond query with zero side effects. Usage Guidelines: Use to browse available skills without a prompt. Use scan_skills to refresh index after adding or editing skill files, route_skill to match prompts, or get_skill for specific skill instructions. Parameters: filter (substring search) and host (tool environment) combine as an AND filter. Returns all skills when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional host environment filter to restrict results to a specific tool (e.g. cursor, antigravity, claude-code, gemini-cli, hermes, codegate, openclaw, openmanus, lmstudio, ollama). | |
| filter | No | Optional substring query matched case-insensitively across skill names, descriptions, and tags. |