Install
openclaw skills install dokploy-apiUse for Dokploy-specific API operations (apps, deployments, databases, domains, backups, settings) when tasks explicitly involve Dokploy. Route requests to domain modules, enforce inspect-first troubleshooting and controlled mutations via x-api-key authentication, and avoid use for generic Docker/Kubernetes work outside Dokploy.
openclaw skills install dokploy-apiUse this skill to operate Dokploy through its API schema and generated domain modules.
x-api-key header.Start at modules/_index.md, then load only the smallest matching module.
Common routes:
modules/application.md, modules/deployment.md, modules/rollback.mdmodules/mysql.md, modules/postgres.md, modules/redis.md, modules/mongo.md, modules/mariadb.mdmodules/domain.md, modules/redirects.md, modules/certificates.md, modules/port.mdmodules/settings.md, modules/security.md, modules/backup.mdmodules/github.md, modules/gitlab.md, modules/bitbucket.md, modules/gitea.md, modules/gitprovider.mdDo not run destructive actions unless user intent is explicit.
For create/update/delete/deploy/stop/restart actions, always enforce:
If required fields are unknown, stop and fetch them from relevant read/list endpoints first.
modules/_index.mdopenapi.jsonx-api-key