What problem does it solve?
Setting up a secure, reproducible Docker environment for running Claude Code autonomously requires many manual steps and security decisions; this Skill streamlines the process by interviewing the user, generating configuration files, and enforcing configurable guardrails.
Core Features & Use Cases
- Interactive interview to select a security profile (Open, Standard, Locked) and drill into GitHub token and networking preferences.
- Automated generation of .devcontainer configuration, Dockerfile, init-firewall.sh, run.sh, and optional Tier 2 settings.json for scoped permissions.
- Guided GitHub token setup and verification, plus runtime checks that build and test the container, verify CLI auth, and confirm firewall behavior.
- Use Case: Prepare an isolated development sandbox for autonomous code generation on a shared machine while minimizing network and repo access.
Quick Start
Ask the assistant to "set up a Docker-based Claude Code sandbox with Standard security, generate the devcontainer and firewall scripts, guide GitHub token creation, and run the verification checklist."