Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install dokku或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install dokku⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/dokku/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: dokku description: Installs, upgrades, and uses Dokku to create apps, deploy, run one-off/background tasks, and clean up containers. Use when the user asks to install or upgrade Dokku, deploy to Dokku, install an app, run something in the background, or clean up Dokku/containers. Trigger terms: dokku, install dokku, upgrade dokku, migration guide, deploy, cleanup, prune, containers. metadata: {"openclaw":{"requires":{"bins":["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.
Detailed command syntax and examples live in each section file. Read the relevant file when performing that category of task.
| Section | File | Commands / topics | | -------------------------- | ------------------------------------------ | ------------------------------------------------------------- | | Apps | apps/commands.md | create, destroy, list, rename, clone, lock, unlock, report | | Config | config/commands.md | get, set, unset, export | | Domains | domains/commands.md | add, set, remove, set-global, report | | Git / deploy | git/commands.md | from-image, set, deploy-branch, git push | | Run (one-off / background) | run/commands.md | run, run:detached | | Logs | logs/commands.md | logs, logs:failed, logs:set | | Process (ps) | ps/commands.md | scale, rebuild, restart, start, stop | | Plugin | plugin/commands.md | list, install, update, uninstall | | Certs | certs/commands.md | add, remove, generate | | Nginx | nginx/commands.md | build-config, show-config, set | | Storage | storage/commands.md | mount, list | | Network | network/commands.md | report, bind-all-interfaces | | Install | install/commands.md | Installing Dokku (bootstrap, post-install, alternatives) | | Upgrade | upgrade/commands.md | Upgrading Dokku; check migration guides before upgrading | | Cleanup | cleanup/commands.md | Cleaning up Dokku and containers (prune, builder prune, apps) |
dokku apps:create dokku@: , then git push dokku :master dokku git:from-image dokku run:detached or dokku run --detach background: true or short yieldMs; poll or check logs as needed.For full command details and options, see the section files above.
安装 dokku 后,可以对 AI 说这些话来触发它
Help me get started with dokku
Explains what dokku does, walks through the setup, and runs a quick demo based on your current project
Use dokku to installs, upgrades, and manages Dokku apps, deploys code or images,...
Invokes dokku with the right parameters and returns the result directly in the conversation
What can I do with dokku in my developer & devops workflow?
Lists the top use cases for dokku, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/dokku/ 目录(个人级,所有项目可用),或 .claude/skills/dokku/(项目级)。重启 AI 客户端后,用 /dokku 主动调用,或让 AI 根据上下文自动发现并使用。
dokku 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
dokku 可免费安装使用。请查阅仓库了解许可证信息。
Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands.
dokku 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using dokku
Identifies repetitive steps in your workflow and sets up dokku to handle them automatically