aerovato/container
Host-side setup, configuration, customization, builds, migration, and troubleshooting for the Aerovato Container CLI. Use when working with Aerovato Container, settings.json, Dockerfile.User, build stages, V2-to-V3 migration, mounts, harnesses, tools, permissions, Docker, or Podman. Do not use it to expose host Container configuration inside managed containers.
npx skills add https://github.com/aerovato/container --skill container
Use this skill to help users operate the Aerovato container CLI. Confirm that the user means the Aerovato Container sandboxing CLI command when the word "container" is ambiguous.
Treat setup and customization as host-side work.
~/.code-container/settings.json, ~/.code-container/Dockerfile.User, and ~/.code-container/configs/ with user approval.agents-directory tool pack mounts Container's persisted copy of ~/.agents; it does not expose host-side Container settings.~/.code-container/ directory into a managed container.~/.code-container/ is missing, determine whether this is a fresh host installation or a managed Container session. Ask the user when uncertain.settings.json.Do not edit these internal values:
migrationVersiononboardingVersiontosVersion~/.code-container/temp/Do not run container, container run, or container attach from a non-interactive agent command because they open an interactive shell. Ask the user to run interactive onboarding and settings flows. Non-interactive commands such as container --version, container --help, container list, and approved builds may be run when appropriate. Treat stop, remove, and container recreation as destructive actions requiring explicit approval.
Requirements are Windows, macOS, Linux, or WSL plus Docker or Podman.
Install on macOS or Linux:
curl -fsSL https://container.aerovato.com/install.sh | sh
Install on Windows PowerShell:
irm https://container.aerovato.com/install.ps1 | iex
Alternatively, install through npm when Node.js is available:
npm install -g @aerovato/container
After installation:
container --version.~/.code-container/archive/ for V2 files and follow the migration guide when needed.container init and complete Express or Custom onboarding.container build full.Read the Windows reference for native Windows and WSL caveats.
Use ~/.code-container/Dockerfile.User for ordinary packages and user-layer setup. Preserve this required base as the first Dockerfile instruction:
FROM localhost/aerovato/container-v3-harness:latest
Configure dockerfileCore only for base-image changes or commands that must run before tool and harness installation. Use dedicated settings keys for harnesses, tools, runtime selection, SSH, and runtime flags.
Build after direct changes:
Dockerfile.User: container build userenabledHarnesses: container build harnessenabledTools: container build toolsdockerfileCore: container build fullChanges to creation-time flags or the set of mounted configs affect only newly created project containers. Ask before removing and recreating an existing container.
When documentation, configuration inspection, and runtime diagnostics cannot explain behavior, source inspection is allowed as a last resort. Ask before cloning or using network access. Prefer the source tag matching the installed container version instead of assuming main has identical behavior.
If source inspection reveals a reproducible bug or a clear, logical, non-breaking improvement, explain the evidence and ask whether the user wants help contributing it to aerovato/container. Do not create an issue, fork, branch, commit, or pull request without explicit approval. Follow the troubleshooting source-inspection procedure.
Take aerovato/container from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npm.
Without those the skill loads but fails at the first command.