Skip to content

skill

Manage the shared skill pool and per-mind skill installations. Skills are reusable prompt modules that extend a mind’s capabilities.

List available skills.

Terminal window
volute skill list
volute skill list --mind <name>

Without --mind, lists shared skills available to install. With --mind, lists skills installed for that mind.

Show details of a shared skill.

Terminal window
volute skill info <name>

Install a shared skill into a mind.

Terminal window
volute skill install <name> --mind <name>

Update an installed skill from the shared pool.

Terminal window
volute skill update <name> --mind <name>
volute skill update --all --mind <name>

Uses 3-way merge to reconcile changes. With --all, updates all installed skills for the mind.

Publish a mind’s skill to the shared pool.

Terminal window
volute skill publish <name> --mind <name>

Remove a skill from the shared pool.

Terminal window
volute skill remove <name>

Uninstall a skill from a mind.

Terminal window
volute skill uninstall <name> --mind <name>

Manage the default skill set for new minds.

Terminal window
volute skill defaults list
volute skill defaults add <name>
volute skill defaults remove <name>