返回顶部
d

dokploy

Use 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
98
下载量
0
收藏
概述
安装方式
版本历史

dokploy

# 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-key` header. - 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) 1. **Classify intent** and choose module by operation family. 2. **Resolve identifiers first** using read/list/search endpoints. 3. **Preflight checks**: required fields, scope, target existence, dependency impact. 4. **Mutate minimally** with the smallest payload required. 5. **Verify outcome** using read/status/search endpoints. 6. **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`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 dokploy-api-1776019227 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 dokploy-api-1776019227 技能

通过命令行安装

skillhub install dokploy-api-1776019227

下载 Zip 包

⬇ 下载 dokploy v1.0.0

文件大小: 92.48 KB | 发布时间: 2026-4-13 10:05

v1.0.0 最新 2026-4-13 10:05
Initial release of Dokploy API skill.

- Enables interaction with Dokploy APIs for app, deployment, database, domain, backup, and settings management.
- Enforces strict scope: only use for Dokploy-specific tasks, not for general Docker/Kubernetes operations.
- Requires use of x-api-key authentication and prioritizes minimal, reversible mutations.
- Guides request routing through domain modules, starting from modules/_index.md.
- Implements safety-first mutation policy: inspect before mutate, verify after, and provide recovery steps.
- Ensures secrets are never exposed in output or logs.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部