devopsellence
/install devopsellence
devopsellence
Use this skill when the user wants to deploy an app with devopsellence, check deployment state, manage secrets, or bootstrap and assign their own nodes.
Default flow
- Work in the app directory the user wants to deploy.
- Check whether the CLI is already installed:
command -v devopsellence
If the command is missing, install the latest compatible CLI:
curl -fsSL https://www.devopsellence.com/lfg.sh | bash
- Validate local state before changing anything:
devopsellence doctor
- If the project is not initialized yet, run:
devopsellence init
If the user already knows the target workspace values, prefer explicit flags:
devopsellence init --org acme --project shop --env staging
- Deploy the app:
devopsellence deploy
If the user wants to deploy an existing image digest instead of building locally:
devopsellence deploy --image docker.io/example/app@sha256:...
- Verify the result:
devopsellence status --json
Secrets
Prefer stdin over literal secret values in prompts or shell history:
printf '%s' "$VALUE" | devopsellence secret set --service web --name NAME --stdin
devopsellence secret list
devopsellence secret delete --service web --name NAME
Bring your own node
Use these when the user wants to run on their own machine or VM:
devopsellence node bootstrap
devopsellence node list --json
devopsellence node assign \x3Cid>
devopsellence node unassign \x3Cid>
Heuristics
- Prefer
devopsellence doctorbeforedevopsellence deploy. - If Docker is missing or not running, surface the problem clearly, or switch to
devopsellence deploy --image ...when the user already has a pushed image digest. - If the workspace is not a git checkout and the CLI needs git metadata, stop and ask before creating a repo or commit.
- Keep secrets out of logs and chat output. Use environment variables plus
--stdin. - After installing this skill from ClawHub, start a new OpenClaw session if the current session does not pick it up.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install devopsellence - 安装完成后,直接呼叫该 Skill 的名称或使用
/devopsellence触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
devopsellence 是什么?
Install the devopsellence CLI, initialize project config, deploy the current app, inspect status, and manage secrets or bring-your-own nodes from OpenClaw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 devopsellence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install devopsellence」即可一键安装,无需额外配置。
devopsellence 是免费的吗?
是的,devopsellence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
devopsellence 支持哪些平台?
devopsellence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 devopsellence?
由 Elvin Efendi(@elvinefendi)开发并维护,当前版本 v0.1.0。