Dokploy API
/install dokploy-api
Dokploy API Skill
Use this skill to operate Dokploy through its API schema and generated domain modules.
Scope guardrails
- Use this skill only when the task is explicitly about Dokploy.
- Do not use this skill for generic Docker/Kubernetes guidance unless Dokploy endpoints are involved.
- Authenticate with
x-api-keyheader. - Prefer minimal, reversible changes.
Routing (module-first)
Start at modules/_index.md, then load only the smallest matching module.
Common routes:
- Applications/deployments:
modules/application.md,modules/deployment.md,modules/rollback.md - Databases:
modules/mysql.md,modules/postgres.md,modules/redis.md,modules/mongo.md,modules/mariadb.md - Networking/TLS:
modules/domain.md,modules/redirects.md,modules/certificates.md,modules/port.md - Platform settings/security/backups:
modules/settings.md,modules/security.md,modules/backup.md - Git providers:
modules/github.md,modules/gitlab.md,modules/bitbucket.md,modules/gitea.md,modules/gitprovider.md
Standard execution flow (required)
- Classify intent and choose module by operation family.
- Resolve identifiers first using read/list/search endpoints.
- Preflight checks: required fields, scope, target existence, dependency impact.
- Mutate minimally with the smallest payload required.
- Verify outcome using read/status/search endpoints.
- Recover if needed using rollback/redeploy/restart operations where available.
Do not run destructive actions unless user intent is explicit.
Mutation safety policy
For create/update/delete/deploy/stop/restart actions, always enforce:
- inspect before mutate
- verify after mutate
- report exact operation IDs used
- include clear rollback/recovery next step on failure
If required fields are unknown, stop and fetch them from relevant read/list endpoints first.
Secret handling
- Never echo raw API keys or tokens in user-visible output.
- Redact secrets in logs and summaries.
- Prefer environment/secure config storage over inline literals.
References
- Domain index:
modules/_index.md - API snapshot:
openapi.json - Auth/profile source: Dokploy user profile token +
x-api-key
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dokploy-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/dokploy-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Dokploy API 是什么?
Use for Dokploy-specific API operations (apps, deployments, databases, domains, backups, settings) when tasks explicitly involve Dokploy. Route requests to d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Dokploy API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dokploy-api」即可一键安装,无需额外配置。
Dokploy API 是免费的吗?
是的,Dokploy API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dokploy API 支持哪些平台?
Dokploy API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dokploy API?
由 Achal Singhal(@achals-iglu)开发并维护,当前版本 v1.0.0。