Instructions
List all skills currently registered in the skill registry.
Parameters
- •
filter(string, optional): If provided, only show skills whose name or description contains this string (case-insensitive)
Behavior
- •Retrieves all enabled skills from the SkillRegistry
- •Shows for each skill:
- •Name (kebab-case)
- •One-line description
- •Execution tier (builtin / script / wasm / prompt)
- •Source directory (abbreviated to show ~/ or project paths)
Example interactions
- •"What can you do?" → list all skills
- •"Do you have any memory skills?" → filter: "memory"
- •"/skills" → list all skills (CLI command also shows this)
Output format
Present as a formatted table or list:
code
Available skills (8): memory-read Read from persistent memory [builtin] memory-write Store to persistent memory [builtin] memory-search Search all stored memories [builtin] web-fetch Fetch a URL and return page text [builtin] shell-exec Run a shell command (with confirmation) [builtin] list-skills List all registered skills [builtin] self-analyze Analyze traces, propose improvements [builtin] schedule-task Register a recurring cron task [builtin]