帮助用户管理 OCM/OpenClaw 环境的创建、克隆、升级与运维清理。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ocm-operator" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/Kova/main/.agents/skills/ocm-operator/SKILL.md 2. 保存为 ~/.claude/skills/ocm-operator/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为我的 OCM/OpenClaw 项目创建一个新的开发环境,命名为 dev-team-a,并列出可用 runtimes 和默认 services 配置建议。
返回新环境创建结果,并附带可选运行时与服务配置建议。
将现有环境 staging 克隆为 staging-upgrade-test,然后升级到最新可用版本,并说明升级影响和后续检查项。
生成克隆与升级结果,说明版本变化、潜在影响及验证步骤。
检查 test-sandbox 环境的 services 和 logs,找出最近失败原因;如果环境已无使用者,请执行安全清理并汇报结果。
输出故障原因分析、相关日志摘要,以及清理执行结果或风险提示。
Use OCM as the control plane for OpenClaw. Treat an OCM environment as the
isolation boundary: it owns OPENCLAW_HOME, state, config, workspace, gateway
port, runtime/launcher binding, and service policy.
Prefer OCM commands over raw OpenClaw commands whenever the task touches:
Run OpenClaw inside an env with:
ocm @<env> -- <openclaw args>
Use ocm env exec <env> -- <command> only when you need a non-OpenClaw command
inside the env, such as env, node, or shell tooling.
ocm env list
ocm service status
ocm runtime list
ocm help start
ocm help env
ocm help runtime
ocm help service
ocm help logs
ocm help upgrade
For detailed command patterns, read
references/command-cookbook.md.
For destructive operations, service boundaries, or real user state, read
references/safety-and-state.md before acting.
For this machine's common paths and release-test defaults, read
references/local-paths.md.
ocm start <env> --runtime <runtime>
or ocm start <env> --version <version>.ocm start <env> --runtime <runtime> first;
use --onboard only when testing interactive onboarding specifically.ocm dev <env> --repo <repo>.
Do not use this as proof of release packaging.ocm runtime build-local <runtime> --repo <repo> --force, then test envs
against that runtime.ocm @<env> -- ....ocm logs <env>.ocm service status/start/stop/restart.ocm env destroy <env> --yes; this removes env snapshots,
OCM service policy, and OCM-created dev worktrees.Violet and Shaks as durable state.
Clone first for testing unless the user explicitly asks to mutate them.ocm env destroy.ocm service.OPENCLAW_SERVICE_REPAIR_POLICY=external for env-run
OpenClaw processes, so openclaw doctor --fix should repair normal env
state but skip OpenClaw-owned service lifecycle repair.ocm dev, pnpm openclaw, or a source worktree as release
validation. For release behavior, build and use a package runtime.Finish by exercising the relevant command path. Prefer these checks:
ocm env list
ocm service status <env>
ocm logs <env> --tail 100
ocm @<env> -- --version
ocm @<env> -- status
ocm @<env> -- doctor --fix
Add plugin/model/TUI checks when the task touches plugins, model auth/catalog, onboarding, or gateway connectivity:
ocm @<env> -- plugins list
ocm @<env> -- plugins update --all --dry-run
ocm @<env> -- models list
ocm @<env> -- tui
Keep reports quiet and useful:
…
用于执行 Kova/OpenClaw 验证、基准测试、发布门禁与性能报告生成
帮助用户搜索梗图模板、推荐合适格式并生成可分享的表情包图片。
按模型汇总 CodexBar 本地费用日志,快速查看 Codex 或 Claude 的成本明细。
通过 Obsidian CLI 读写检索知识库笔记、任务、链接与插件配置
帮助你发现并控制 Sonos 音箱,执行播放、音量和分组等操作。
使用本地 Whisper CLI 将音频语音快速转成文本,无需 API 密钥。
帮助你运行、观察、调试并扩展 OpenClaw 的 QA 场景与测试产物
汇总 OpenClaw 生态资源,帮助快速查找技能、插件与部署工具链
通过自然语言管理 OpenRemote 实例中的资产、用户及其他服务资源。
帮助开发与运维团队运行、排查并总结 OpenClaw 发布 CI 与发布前检查流程
帮助开发者选择并执行 OpenClaw 测试、CI 校验与发布验证的最优路径。
帮助用户搜索并阅读 OCI 官方文档,快速定位相关页面与内容