Claude Skill
phioranex/openclaw-docker
Docker container for deploying OpenClaw Claude Skill. Provides containerized solution with simplified setup and Shell-based implementation.
Overview
Repository
Install this Skill
docker run -it --rm \Registry
docker run -it --rm \docker run -d \git clone https://github.com/phioranex/openclaw-docker.git
Summary
OpenClaw Docker is a Claude Skill packaged in a Docker container, providing a containerized deployment solution for running the OpenClaw Claude Skill.
Key features
- Docker containerization for Claude Skill
- Simplified deployment process
- Shell-based implementation
Use cases
- Containerized Claude Skill deployment
- Development environment setup
- Production deployment of OpenClaw
README excerpt
# OpenClaw (Clawbot) Docker Image Pre-built Docker image for [OpenClaw](https://github.com/openclaw/openclaw) — run your AI assistant in seconds without building from source. > 🔄 **Always Up-to-Date:** This image automatically builds daily and checks for new OpenClaw releases every 6 hours, ensuring you always have the latest version. ## One-Line Install (Recommended) ### Linux / macOS ```bash bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) ``` ### Windows (PowerShell) ```powershell irm https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.ps1 | iex ``` > **Note for Windows users:** Make sure Docker Desktop is installed and running. You can also use WSL2 with the Linux installation command. This will: - ✅ Check prerequisites (Docker, Docker Compose) - ✅ Download necessary files - ✅ Pull the pre-built image - ✅ Run the onboarding wizard - ✅ Start the gateway ### Install Options **Linux / macOS:** ### Install Options **Linux / macOS:** ```bash # Just pull the image (no setup) bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --pull-only # Skip onboarding (if already configured) bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --skip-onboard # Don't start gateway after setup bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --no-start # Custom install directory bash <(curl -fsSL https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.sh) --install-dir /opt/openclaw ``` **Windows (PowerShell):** ```powershell # Just pull the image (no setup) irm https://raw.githubusercontent.com/phioranex/openclaw-docker/main/install.ps1 | iex -PullOnly #
Topics
No topics yet.