skill command lets you install and inspect vesslctl skill files so AI coding agents (Claude Code, Codex, Gemini CLI, Cursor, etc.) can manage VESSL Cloud resources directly.
Skills follow the Agent Skills open standard.
install
Install vesslctl skill files to a target location. When run interactively, it prompts you to choose a target. In non-interactive mode, use--target.
| Flag | Short | Description |
|---|---|---|
--target | Target location: cross-client (~/.agents/skills) or claude-code (~/.claude/skills) | |
--dir | -d | Custom target directory (overrides the target default) |
--force | Overwrite existing files without prompting |
| Target | Default Directory | Description |
|---|---|---|
cross-client | ~/.agents/skills | Works with all coding agents |
claude-code | ~/.claude/skills | Claude Code native |
show
Display the raw contents of the bundled vesslctl skill file.--output json to get the skill content as a JSON object with name, description, and content fields.
