ShipMyAgent
CommandsService

sma skill

Skill service actions (find/install/list/lookup)

sma skill

Manage skill discovery, installation, and lookup.

Hierarchy note: sma skill is a service action command, not a top-level command. Top-level entry is sma service.

Usage

sma skill <subcommand> [options]

Subcommands

  • find <query>
  • install <spec>
  • list
  • lookup <name>

install key options

  • -g, --global: global install (default true)
  • -y, --yes: skip confirmation (default true)
  • --agent <agent>: default claude-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 playwright

list -> lookup (if missing, then find -> install -> lookup)

Runtime behavior

  • In Agent runtime, lookup tool output returns status only.
  • Skill content is injected through the next user message wrapped in <skill>...</skill>.