An automated workflow to provision, secure, and bootstrap WordPress on a fresh VPS using Dokploy and Docker Compose.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wordpress-vps-install
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 wordpress-vps-install using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The WordPress VPS Install workflow is a robust automation process designed to bootstrap a fresh Virtual Private Server (VPS) with WordPress, fully configured and verified. Leveraging Openclaw Skills, this workflow guides you through Docker-based architecture setups, secure volume mapping, and target site validation. It ensures your database, routing proxy, and app containers align perfectly under Dokploy-only operations to avoid manual maintenance issues.
By incorporating this workspace strategy into your pipeline, developers can quickly spin up staging or production instances, run end-to-end container health checks, and initialize core installations programmatically. Rather than risking misconfigured paths or ephemeral CLI layers, Openclaw Skills provide a dependable framework for professional, production-ready VPS deployments.
wpcli utility container for ongoing server-side commands.To use this tool within the Openclaw Skills framework, prepare your git repository and run the safe bootstrap procedure.
Ensure dev-meta directories are ignored before deploying:
# add ignore rules
printf "\n.claude/\n.cursor/\n.trellis/\ndocs/\n" >> .gitignore
# stop tracking already-committed folders without deleting local files
git rm -r --cached .claude .cursor .trellis docs
Apply the safety check on the VPS host using Dokploy:
# 0.1 identify the exact Dokploy project and compose path
docker inspect <wordpress-container> --format '{{ index .Config.Labels "com.docker.compose.project" }} {{ index .Config.Labels "com.docker.compose.project.config_files" }}'
# 0.2 mandatory backup (compose + env) with timestamp
TS="$(date +%Y%m%d-%H%M%S)"
cp /etc/dokploy/compose/<project>/code/docker-compose.yml /etc/dokploy/compose/<project>/code/docker-compose.yml.bak.$TS
cp /etc/dokploy/compose/<project>/code/.env /etc/dokploy/compose/<project>/code/.env.bak.$TS
The deployment configuration tracks persistent directory volumes and Docker routing labels. Ensure variables are properly structured.
| Configuration Variable | Purpose |
|---|---|
WORDPRESS_DB_HOST |
Host address of the running MySQL container |
WORDPRESS_URL |
Public secure HTTPS URL of the WordPress instance |
wordpress_data |
Persistent named Docker volume mounted at /var/www/html |
wpcli Service |
Durable companion container for persistent command execution |
By storing state configuration dynamically in Dokploy environment records, Openclaw Skills maintain strict operational alignment across redeployments.
.claude/, .cursor/, .trellis/) from reaching VPS sync routines.Loading
An interactive AI agent skill that guides users through Desmond and Mpho Tutu's Fourfold Path for healing, forgiveness, and personal reconciliation.

IdeaForge transforms vague ideas and raw coding concepts into zero-ambiguity, implementation-ready project specs tailored for human developers and downstream AI coding agents.

An interactive AI agent skill that guides users through the principles and clinical techniques of neuroplasticity, based on Norman Doidge's landmark book, to help rewire the brain for stroke recovery, cognitive enhancement, and mental wellness.

An advanced crypto contract trading scanner utilizing 5 core technical indicators across dual timeframes with real-time Telegram alerts and automated risk management.

An automated workflow optimization skill designed to refactor bloated AGENTS.md and CLAUDE.md files into streamlined, high-performance instruction trees using progressive disclosure.

A CLI proxy skill designed to compress verbose terminal, build, and git outputs to minimize LLM token usage during agent executions.








































