Cortex References
Updates & Skills
Updates & Skills
Updates
| Command | Options | Notes |
|---|---|---|
voltra update | [--check] [--version <version>] [--json] | Check for and install the latest CLI and skills. Background daemon checks every 24 hours. Downloads are SHA-256 verified (manifest shasums field). Running processes are stopped before binary replacement. |
voltra update
voltra update --check # check only, no install
voltra update --version 1.2.3 # install specific versionSkills
| Command | Options | Notes |
|---|---|---|
voltra skills list | [--target <agent>]... [--json] | List locally installed AI skills. --target: pi, claude, openclaw, hermes, all. |
voltra skills add [url] | [--name <name>] [--target <agent>]... [--method symlink|copy] [--json] | Install skills from a source URL. Default: VOLTRA CDN. --name installs a single skill. --method defaults to symlink. Auto-detects agent targets when --target omitted. |
voltra skills remove <names...> | [--keep-files] [-y|--yes] [--target <agent>]... [--json] | Remove installed skills by name. --keep-files retains disk files, removes from state only. -y skips confirmation. |
voltra skills update | [--check] [--name <name>] [--target <agent>]... [--method symlink|copy] [--json] | Update installed skills from configured source. --check only checks, no install. |
voltra skills list --target claude --json
voltra skills add --name voltra-device-training
voltra skills add --target claude --target pi
voltra skills add --method copy
voltra skills remove voltra-device-training --keep-files -y
voltra skills update --check