Downcity
CommandsPlugin

studio skill

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

studio skill

Manage skill discovery, installation, and lookup.

This page remains as a command entry point. For the fuller plugin structure, see Plugin Overview, Built-in Plugins Today, and Plugin Actions.

Hierarchy note: studio skill now belongs to the plugin action system. It is provided by the skill plugin, not by a separate legacy runtime layer.

Usage

studio 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

studio skill list
studio skill lookup playwright

# install only when missing from `list`
studio skill find playwright
studio skill install owner/repo@playwright
studio skill lookup playwright

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

Agent behavior

  • In the running agent, lookup tool output returns status only.
  • Skill content is injected through the next user message wrapped in <skill>...</skill>.
  • Injected skill content is also persisted into context messages so you can verify it in the timeline.