CommandsService
sma skill
Skill service actions (find/install/list/lookup)
sma skill
Manage skill discovery, installation, and lookup.
Hierarchy note:
sma skillis a service action command, not a top-level command. Top-level entry issma service.
Usage
sma skill <subcommand> [options]Subcommands
find <query>install <spec>listlookup <name>
install key options
-g, --global: global install (default true)-y, --yes: skip confirmation (default true)--agent <agent>: defaultclaude-code
Examples
sma skill list
sma skill lookup playwright
# install only when missing from `list`
sma skill find playwright
sma skill install owner/repo@playwright
sma skill lookup playwrightRecommended flow
list -> lookup (if missing, then find -> install -> lookup)
Runtime behavior
- In Agent runtime,
lookuptool output returns status only. - Skill content is injected through the next user message wrapped in
<skill>...</skill>.