Claude Skill

phioranex/openclaw-docker

Docker container for deploying OpenClaw Claude Skill. Provides containerized solution with simplified setup and Shell-based implementation.

Overview

Stars683
Forks99
LanguageShell
Last pushed2026-07-03
Last synced2026-07-03
View on GitHub

Repository

Ownerphioranex
Repositoryopenclaw-docker
Full namephioranex/openclaw-docker
Repo ID1,145,079,835

Install this Skill

docker run -it --rm \

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-07
Platforms
ClaudeOpenClaw
Capabilities
imageterminal
Detected files
README.mddocker-compose.yml
Config keys
UID
Install methods
  • 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.

Explore more

Data from GitHub. Synced on 2026-07-03