What problem does it solve? Managing Dokploy panels through the web UI is slow and hard to script, and hand-rolled curl calls against the API are fragile. This Skill wraps the official @dokploy/cli (449 commands across 32 groups) so you can list services, deploy apps, update env vars, and manage databases from the terminal with JSON output. ## Core Features & Use Cases - One-shot idempotent installer: scripts/install.sh handles npm install, credential verification against ~/.omelet.json, shell rc wiring, and a smoke test in a single re-runnable step. - Full service management: projects, applications, compose services, postgres/mysql/mariadb/mongo/redis databases, domains, certificates, backups, schedules, and rollbacks, all with --json output for jq piping. - Credential lifecycle integration: env vars are sourced from ~/.omelet.json via export_dokploy_env.sh, surviving npm upgrades and roaming across machines through the credentials-utils sync workflow. - Use Case: You need to update one env var on a compose service and redeploy. The Skill provides the read-mutate-write pattern (no atomic set-key command exists) plus a deploy-status polling loop. ## Quick Start Ask the agent to set up the Dokploy CLI on this machine and list all projects and their services.