# Send dokku to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dokku",
    "name": "dokku",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/akhil-naidu/dokku",
    "canonicalUrl": "https://clawhub.ai/akhil-naidu/dokku",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/dokku",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dokku",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "git/commands.md",
      "apps/commands.md",
      "run/commands.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "dokku",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T22:21:47.166Z",
      "expiresAt": "2026-05-18T22:21:47.166Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dokku",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dokku",
        "contentDisposition": "attachment; filename=\"dokku-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "dokku"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/dokku"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dokku",
    "downloadUrl": "https://openagent3.xyz/downloads/dokku",
    "agentUrl": "https://openagent3.xyz/skills/dokku/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dokku/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dokku/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: akhil-naidu
- Version: 0.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T22:21:47.166Z
- Expires at: 2026-05-18T22:21:47.166Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/dokku)
- [Send to Agent page](https://openagent3.xyz/skills/dokku/agent)
- [JSON manifest](https://openagent3.xyz/skills/dokku/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/dokku/agent.md)
- [Download page](https://openagent3.xyz/downloads/dokku)