openclaw-docker
SKILL.md
@elvatis_com/openclaw-docker
OpenClaw plugin for Docker container operations and Docker Compose project control.
Features
- Docker daemon connection via unix socket or TCP
- Optional TLS for remote daemon access
- Read and write container tools
- Docker Compose integration via
docker composeCLI - Safety controls with
readOnlyandallowedOperations - Configurable command timeout
Prerequisites
- Docker Engine installed and running on the host
- Docker CLI (
dockercommand) available in PATH (required for Compose operations) - Access to the Docker socket (
/var/run/docker.sock) or a remote Docker daemon via TCP