Ao Op
/install ao-op
AO Op
Use Agent Orchestrator as an external local CLI. Do not treat it as an OpenClaw plugin.
Current environment status
As of the latest verification on this Mac:
- AO source repo exists at
/Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator - Source entrypoint works:
node packages/ao/bin/ao.js --help - Global
aocommand exists, butao doctorreports:launcher entrypoint is missing - Therefore prefer the source wrapper in this skill for stable execution
Default invocation pattern
Use the wrapper script:
/Users/ShiXin/.openclaw/skills/ao-op/scripts/ao.sh \x3Cargs...>
It runs:
cd /Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator
node packages/ao/bin/ao.js \x3Cargs...>
When to use AO
Prefer AO for:
- orchestrating multiple coding-agent sessions
- managing AO dashboard / start / stop flows
- session operations such as
status,session,send,review-check - checking AO environment health with
doctor - updating the AO source installation with
update
Do not use AO when a direct OpenClaw built-in feature already solves the request more simply.
Common commands
Read references/commands.md for examples.
Safe/common commands:
ao.sh --help
ao.sh doctor
ao.sh status
ao.sh config-help
ao.sh review-check
ao.sh update
Project-specific commands usually need to run inside a target repo or require AO config.
Known caveats
ao doctorcurrently reports no config file yet in the AO repo; that is expected until AO is initialized for a target projectao statuscurrently falls back to session discovery and shows no tmux sessions; that means nothing is running yet, not that AO is broken- Prefer the source wrapper over global
aountil launcher-entrypoint warning is resolved - The AO repo currently has untracked files such as
package-lock.jsonandpackages/web/dist-server/; avoid destructive cleanup unless the user asks
Maintenance
Project path standard:
- GitHub source projects should be cloned under
/Users/ShiXin/Documents/Workspace/github-project
Current AO source path:
/Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator
Update from source with:
cd /Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator
git pull --ff-only
pnpm install
pnpm -r build
Resources
scripts/ao.sh— stable wrapper for invoking AO from the source checkoutreferences/commands.md— common AO command cookbook and routing notes
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ao-op - 安装完成后,直接呼叫该 Skill 的名称或使用
/ao-op触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ao Op 是什么?
Use the locally installed source version of Agent Orchestrator (AO) at `/Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator` through OpenClaw... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 Ao Op?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ao-op」即可一键安装,无需额外配置。
Ao Op 是免费的吗?
是的,Ao Op 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ao Op 支持哪些平台?
Ao Op 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ao Op?
由 Kevin Stone(@chaoyang78)开发并维护,当前版本 v1.0.0。