An automated Docker deployment skill designed to simplify container orchestration and service management through one-click templates.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lu-auto-deploy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lu-auto-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Lu Auto Deploy is a professional-grade automation skill designed to streamline the lifecycle of Docker-based services. By leveraging Openclaw Skills, it eliminates the manual overhead of setting up containers, managing configuration files, and orchestrating complex stacks. Whether you are deploying a single Nginx instance or a complete monitoring suite, this skill ensures that directory structures, volume mappings, and environment variables are handled with technical precision.
The skill provides a standardized framework for service deployment, particularly optimized for environments requiring consistent path management. It allows users to transition from intent to a running service in seconds, making it an essential tool for developers and homelab enthusiasts who value efficiency and reproducible infrastructure.
To utilize this skill within the Openclaw Skills framework, ensure your host environment has Docker and Docker Compose installed. You can prepare your system with the following commands:
# Install Docker if not already present
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# Ensure the base deployment directory exists
sudo mkdir -p /vol1/1000/Docker
sudo chown $USER:$USER /vol1/1000/Docker
Lu Auto Deploy follows a structured taxonomy for organizing container data and configuration files to ensure high portability:
| Level | Path | Description |
|---|---|---|
| Root | /vol1/1000/Docker/ |
The base directory for all automated deployments. |
| Service | /.../[service-name]/ |
A unique directory for each container or stack. |
| Config | /.../docker-compose.yml |
The generated orchestration file for the service. |
| Storage | /.../[service-name]/data |
Persistent application data and databases. |
| Mounts | /vol1/1000/[Category] |
Shared media or document libraries mapped to containers. |
Loading
A comprehensive financial intelligence skill that allows AI agents to query net worth, portfolio holdings, transactions, and AI-driven financial insights.

Automatically capture, summarize, and organize meeting transcripts from Fireflies.ai into structured Markdown files.

A professional-grade security auditing tool for OpenClaw host machines that identifies vulnerabilities and system health risks.

A high-performance transcription skill using Deepgram Nova-3 for lightning-fast, accurate audio-to-text conversion with speaker diarization.

A powerful AI agent skill for managing Mopidy music services and local audio libraries on NAS environments.

A comprehensive suite of automation scripts designed to monitor, maintain, and optimize the stability of OpenClaw environments.








































