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 skillnow belongs to the plugin action system. It is provided by theskillplugin, not by a separate legacy runtime layer.
Usage
studio 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
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 playwrightRecommended flow
list -> lookup (if missing, then find -> install -> lookup)
Agent behavior
- In the running agent,
lookuptool 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.