{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dokku",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dokku",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "git/commands.md",
      "apps/commands.md",
      "run/commands.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/dokku",
    "agentPageUrl": "https://openagent3.xyz/skills/dokku/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dokku/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dokku/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Dokku",
        "body": "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."
      },
      {
        "title": "Section index",
        "body": "Detailed command syntax and examples live in each section file. Read the relevant file when performing that category of task.\n\nSectionFileCommands / 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)"
      },
      {
        "title": "Quick reference",
        "body": "Create app: dokku apps:create <app-name>\nDeploy (git): Add remote dokku@<host>:<app-name>, then git push dokku <branch>:master\nDeploy (image): dokku git:from-image <app> <docker-image>\nRun in background (Dokku): dokku run:detached <app> <cmd> or dokku run --detach <app> <cmd>\nAgent-side background: For long deploys/installs, run the shell command via exec with background: true or short yieldMs; poll or check logs as needed.\n\nFor full command details and options, see the section files above."
      }
    ],
    "body": "Dokku\n\nDokku 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.\n\nSection index\n\nDetailed command syntax and examples live in each section file. Read the relevant file when performing that category of task.\n\nSection\tFile\tCommands / topics\nApps\tapps/commands.md\tcreate, destroy, list, rename, clone, lock, unlock, report\nConfig\tconfig/commands.md\tget, set, unset, export\nDomains\tdomains/commands.md\tadd, set, remove, set-global, report\nGit / deploy\tgit/commands.md\tfrom-image, set, deploy-branch, git push\nRun (one-off / background)\trun/commands.md\trun, run:detached\nLogs\tlogs/commands.md\tlogs, logs:failed, logs:set\nProcess (ps)\tps/commands.md\tscale, rebuild, restart, start, stop\nPlugin\tplugin/commands.md\tlist, install, update, uninstall\nCerts\tcerts/commands.md\tadd, remove, generate\nNginx\tnginx/commands.md\tbuild-config, show-config, set\nStorage\tstorage/commands.md\tmount, list\nNetwork\tnetwork/commands.md\treport, bind-all-interfaces\nInstall\tinstall/commands.md\tInstalling Dokku (bootstrap, post-install, alternatives)\nUpgrade\tupgrade/commands.md\tUpgrading Dokku; check migration guides before upgrading\nCleanup\tcleanup/commands.md\tCleaning up Dokku and containers (prune, builder prune, apps)\nQuick reference\nCreate app: dokku apps:create <app-name>\nDeploy (git): Add remote dokku@<host>:<app-name>, then git push dokku <branch>:master\nDeploy (image): dokku git:from-image <app> <docker-image>\nRun in background (Dokku): dokku run:detached <app> <cmd> or dokku run --detach <app> <cmd>\nAgent-side background: For long deploys/installs, run the shell command via exec with background: true or short yieldMs; poll or check logs as needed.\n\nFor full command details and options, see the section files above."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/akhil-naidu/dokku",
    "publisherUrl": "https://clawhub.ai/akhil-naidu/dokku",
    "owner": "akhil-naidu",
    "version": "0.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}