- a safe workspace for your AI agent projects
- your AI agent runs in a Docker container isolated from your host machine
- installs Claude Code by default -- though you can install any coding agent you want
- installs Anthropic's
skill-creatorto make it easy to create new skills - installs
skill-copycli to install any skills you want from GitHub repos
- Use Claude Code to customize environment and capabilities. Run Claude Code and it automatically reads
CLAUDE.mdwith information on how to customize.
- Pre-installed tools for Claude Code to use
- Isolated Docker container - agent cannot access your host system except for your project files
- Bind-mounted
workspace/folder on your host for project files - Docker volume for home folder (
/home/agent) so agent config and auth tokens persist across restarts
- Docker
- Docker Compose
-
Clone this template repository
-
Build and run the container
docker-compose up --build- Connect to your container
./open-terminal.sh- Inside the container, you can run your agent and other tools
claude