Agent skills for operating a Dokploy server through the official dokploy CLI. Commands are auto-generated from Dokploy's OpenAPI spec and change over time, so each skill discovers them at runtime instead of hardcoding command lists.
dokploy-clioperates any Dokploy server: projects, applications, compose stacks, databases, deployments, domains, environments, users, and server/admin tasks.
- Dokploy CLI:
npm install -g @dokploy/cli - Auth to your panel, one of:
dokploy auth -u <panel-url> -t <api-token>stores the credentials for future runsDOKPLOY_URLandDOKPLOY_API_KEY(orDOKPLOY_AUTH_TOKEN) shell environment variables- A
.envfile in the working directory with the same keys (loaded automatically)
Precedence when multiple are set: shell env vars win over .env, which wins over stored auth credentials.
# Install all skills
npx skills add greythx/dokploy-skills
# Install a single skill
npx skills add greythx/dokploy-skills --skill dokploy-cli
# Preview what the repo contains without installing
npx skills add greythx/dokploy-skills --list