CommandsPlugin
city skill
Skill plugin actions (find/install/list/lookup)
city 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:
city skillnow belongs to the plugin action system. It is provided by theskillplugin, not by a service.
Usage
city 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
city skill list
city skill lookup playwright
# install only when missing from `list`
city skill find playwright
city skill install owner/repo@playwright
city 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.