Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands.
Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Dokku is a PaaS; commands run on the Dokku host (SSH or local). Prefer running long operations (deploys, builds) in the background โ use exec with background: true or short yieldMs when the tool allows.
Detailed command syntax and examples live in each section file. Read the relevant file when performing that category of task. SectionFileCommands / topicsAppsapps/commands.mdcreate, destroy, list, rename, clone, lock, unlock, reportConfigconfig/commands.mdget, set, unset, exportDomainsdomains/commands.mdadd, set, remove, set-global, reportGit / deploygit/commands.mdfrom-image, set, deploy-branch, git pushRun (one-off / background)run/commands.mdrun, run:detachedLogslogs/commands.mdlogs, logs:failed, logs:setProcess (ps)ps/commands.mdscale, rebuild, restart, start, stopPluginplugin/commands.mdlist, install, update, uninstallCertscerts/commands.mdadd, remove, generateNginxnginx/commands.mdbuild-config, show-config, setStoragestorage/commands.mdmount, listNetworknetwork/commands.mdreport, bind-all-interfacesInstallinstall/commands.mdInstalling Dokku (bootstrap, post-install, alternatives)Upgradeupgrade/commands.mdUpgrading Dokku; check migration guides before upgradingCleanupcleanup/commands.mdCleaning up Dokku and containers (prune, builder prune, apps)
Create app: dokku apps:create <app-name> Deploy (git): Add remote dokku@<host>:<app-name>, then git push dokku <branch>:master Deploy (image): dokku git:from-image <app> <docker-image> Run in background (Dokku): dokku run:detached <app> <cmd> or dokku run --detach <app> <cmd> Agent-side background: For long deploys/installs, run the shell command via exec with background: true or short yieldMs; poll or check logs as needed. For full command details and options, see the section files above.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.