← 返回 Skills 市场
akhil-naidu

dokku

作者 dFlow · GitHub ↗ · v0.0.1
cross-platform ⚠ suspicious
2035
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dokku
功能描述
Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands.
使用说明 (SKILL.md)

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.

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)

Quick reference

  • Create app: dokku apps:create \x3Capp-name>
  • Deploy (git): Add remote dokku@\x3Chost>:\x3Capp-name>, then git push dokku \x3Cbranch>:master
  • Deploy (image): dokku git:from-image \x3Capp> \x3Cdocker-image>
  • Run in background (Dokku): dokku run:detached \x3Capp> \x3Ccmd> or dokku run --detach \x3Capp> \x3Ccmd>
  • 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.

安全使用建议
This skill appears to be a straightforward Dokku administration reference and helper; it's instruction-only and doesn't request secrets. Before using it, consider the following: 1) Many commands are high-privilege (sudo, docker prune, dokku apps:destroy, plugin installs). Only run them on servers you control and after backups. 2) The install instructions download Dokku's bootstrap script from dokku.com and may instruct adding SSH keys by reading ~/.ssh/authorized_keys — review any commands the agent proposes before executing them. 3) The SKILL.md metadata indicates it expects the dokku binary for many operations; if you plan to run the install steps from the skill, the dokku binary won't exist yet — follow install instructions first. 4) If you will allow the agent to run commands against a remote Dokku host, be prepared to supply explicit SSH access and confirm destructive actions. If any part of the skill proposes unexpected network endpoints, credential collection, or actions outside Dokku host administration, stop and review the exact commands.
功能分析
Type: OpenClaw Skill Name: dokku Version: 0.0.1 The skill is classified as suspicious due to several high-risk capabilities, primarily the ability to install arbitrary plugins from any URL with root privileges (`sudo dokku plugin:install <url>` in `plugin/commands.md`). While this is a legitimate Dokku command, it grants broad permissions that could be exploited via prompt injection to execute malicious code. Additionally, the skill instructs the agent to read sensitive SSH configuration files (`cat ~/.ssh/authorized_keys` in `install/commands.md`) for adding admin keys, which, while for a stated purpose, involves direct access to sensitive local data. Other commands involve downloading and executing scripts with `sudo` from external sources (`wget ... | sudo bash` in `install/commands.md`) and aggressive system cleanup (`sudo docker system prune` in `cleanup/commands.md`), which are powerful and could lead to data loss or system compromise if misused.
能力评估
Purpose & Capability
The skill is clearly about Dokku administration (install, upgrade, deploy, cleanup). This matches the included command reference files. One minor inconsistency: the SKILL.md frontmatter contains metadata requiring the 'dokku' binary (metadata: {"openclaw":{"requires":{"bins":["dokku"]}}}), while the registry-level requirements show no required binaries — that likely means the skill expects Dokku to be present for many commands but also documents how to install Dokku. This is plausible for a combined 'install + manage' skill, but it's worth noting.
Instruction Scope
The instructions are mostly scoped to Dokku host administration and explicitly state commands run on the Dokku host (SSH or local). They include potentially destructive admin operations (e.g., docker system prune, dokku apps:destroy, dokku-nuke plugin) and guidance to read the user's SSH authorized_keys for adding keys (cat ~/.ssh/authorized_keys | sudo dokku ssh-keys:add admin). Those actions are relevant to Dokku setup/cleanup but are high-privilege and should only be executed on hosts you control and after confirming intent.
Install Mechanism
This is an instruction-only skill (no install spec, no code files to execute). The install instructions reference downloading bootstrap.sh from dokku.com and installing plugins from GitHub — both are standard, well-known sources. No arbitrary/personal server download URLs are present in the documentation.
Credentials
The skill does not declare or require any environment variables or credentials. It does reference system files and admin operations (reading ~/.ssh/authorized_keys, running sudo, manipulating Docker). Those are proportionate to installing and administering Dokku, but they involve sensitive data and root-level actions, so operators should expect to provide SSH/sudo access to the Dokku host when using the skill.
Persistence & Privilege
The skill does not request permanent presence (always: false) and is user-invocable. It does not attempt to modify other skills or global agent settings in the provided files. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dokku
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dokku 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release of the Dokku skill. - Installs and upgrades Dokku; - covers app creation, deployment, background tasks, and container cleanup. - Organized command sections for apps, config, domains, git/deploy, run, logs, process, plugins, certs, nginx, storage, network, install, upgrade, and cleanup. - Quick reference included for common workflows like app creation and deployment. - Designed to trigger on key terms: dokku, install/upgrade dokku, deploy, cleanup, containers.
元数据
Slug dokku
版本 0.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

dokku 是什么?

Installs, upgrades, and manages Dokku apps, deploys code or images, runs tasks, and cleans up containers on Dokku hosts via CLI commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2035 次。

如何安装 dokku?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dokku」即可一键安装,无需额外配置。

dokku 是免费的吗?

是的,dokku 完全免费(开源免费),可自由下载、安装和使用。

dokku 支持哪些平台?

dokku 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 dokku?

由 dFlow(@akhil-naidu)开发并维护,当前版本 v0.0.1。

💬 留言讨论