A comprehensive automation skill for managing the Dokku PaaS, enabling AI agents to deploy apps, manage containers, and handle server configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dokku
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 dokku using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dokku skill transforms your AI agent into a powerful DevOps assistant capable of managing a full Platform-as-a-Service environment. By integrating this capability through Openclaw Skills, developers can automate the entire application lifecycle—from initial server bootstrapping and app creation to complex deployments via Git or Docker images. It provides a structured interface for the agent to interact with the Dokku host, ensuring that even complex infrastructure tasks like SSL management and Nginx configuration are handled with precision.
This skill is particularly valuable for teams looking to reduce the manual overhead of self-hosted infrastructure. It allows the agent to execute local or SSH-based commands, manage environment variables, and monitor logs autonomously. By leveraging the background execution capabilities inherent in Openclaw Skills, long-running processes like builds and deployments are handled efficiently without blocking the agent's workflow.
To utilize this skill, ensure that Dokku is installed on your host machine. The Openclaw Skills runner must have permission to execute the dokku binary.
# Standard Dokku installation on supported Linux distributions
wget -nv -O - https://packagecloud.io/dokku/dokku/gpgkey | sudo apt-key add -
export SOURCE_LIST=/etc/apt/sources.list.d/dokku.list
echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ focal main" | sudo tee $SOURCE_LIST
sudo apt-get update
sudo apt-get install dokku
sudo dokku plugin:install-dependencies --core
The Dokku skill organizes its functionality into domain-specific modules to ensure high reliability within Openclaw Skills.
| Module | Description | Key Actions |
|---|---|---|
| Apps | App lifecycle | create, destroy, list, rename |
| Config | Environment management | get, set, unset, export |
| Network | Traffic routing | report, bind-all-interfaces, nginx:set |
| Storage | Volume management | mount, list, report |
| Process | Scaling and health | scale, rebuild, restart, stop |
Loading
A powerful automation skill for deploying and managing static websites directly to Static.app hosting via the Openclaw ecosystem.

A comprehensive monitoring tool for querying Prometheus metrics, system health, and resource usage across multiple instances.

A comprehensive financial management tool for Openclaw Skills that tracks spending and budgets using a secure local SQLite database.

A powerful tool for accessing real-time Tokyo Stock Exchange (TSE/JPX) timely disclosures without needing an API key.

A strategic repurposing engine that transforms long-form content into platform-optimized versions for social media and marketing channels.

An automated tool for generating structured, professional CTF writeups from solving sessions with intelligent flag detection and categorization.








































