โ† All skills
Tencent SkillHub ยท Developer Tools

dokku

Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, README.md, SKILL.md, git/commands.md, apps/commands.md, run/commands.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 3 sections Open source page

Dokku

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.

Section index

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)

Quick reference

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • apps/commands.md Docs
  • CHANGELOG.md Docs
  • git/commands.md Docs
  • README.md Docs
  • run/commands.md Docs