A comprehensive interface to programmatically manage Dokploy projects, deployments, and infrastructure through its native API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dokploy
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 dokploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dokploy skill for Openclaw Skills provides a robust interface for interacting with self-hosted Dokploy instances. It empowers developers to automate the lifecycle of their applications—from creating projects and configuring domains to triggering deployments and managing environment variables—directly through a standardized command-line interface or AI agent workflows.
By leveraging this integration, users can simplify their server management tasks without manually navigating the Dokploy dashboard. This tool is essential for teams looking to integrate Dokploy into their existing CI/CD pipelines or developer toolsets. Using Openclaw Skills like this ensures high-speed infrastructure orchestration with minimal friction, allowing you to focus on code rather than server configuration.
Ensure you have curl and jq installed on your system. Configure your environment using the following steps:
# Set environment variables
export DOKPLOY_API_URL="https://your-dokploy-instance.com"
export DOKPLOY_API_KEY="your-generated-api-key"
# Alternatively, use the internal config command
dokploy-config set --url "https://your-dokploy-instance.com" --key "your-api-key"
# Verify connection
dokploy-status
The skill interacts with the Dokploy API using JSON structures to organize infrastructure metadata. Below is the primary organization:
| Component | Data Managed | Key Identifiers |
|---|---|---|
| Projects | Name, Description | Project ID |
| Applications | Docker images, Git repos, Compose files | App ID |
| Domains | URL, Path, Port | Domain ID |
| Deployments | Build logs, Status, Timestamps | Deployment ID |
| Env Vars | Key-Value pairs | Application ID |
Loading
Shelv converts complex PDF documents into structured, searchable Markdown filesystems that can be navigated using standard Unix tools.

The Reeflux Skill is a specialized tool for visual observation and ambient exploration of the Reeflux web environment.

A powerful command-line interface for TinyTalkingTodos that enables real-time task synchronization and batch management.

A Python-powered skill for retrieving global weather data, including current conditions and multi-day forecasts for AI agents.

A lightweight diagnostics script to monitor thermal performance, power stability, and resource usage on Raspberry Pi hardware.

A unified notification script that sends alerts across multiple platforms like Telegram, ntfy, and SMTP through a single interface.








































