← 返回 Skills 市场
chaoyang78

Ao Op

作者 Kevin Stone · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
37
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ao-op
功能描述
Use the locally installed source version of Agent Orchestrator (AO) at `/Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator` through OpenClaw...
使用说明 (SKILL.md)

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 ao command exists, but ao doctor reports: 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 doctor currently reports no config file yet in the AO repo; that is expected until AO is initialized for a target project
  • ao status currently 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 ao until launcher-entrypoint warning is resolved
  • The AO repo currently has untracked files such as package-lock.json and packages/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 checkout
  • references/commands.md — common AO command cookbook and routing notes
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ao-op
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ao-op 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the ao-op skill. - Enables seamless use of the locally installed Agent Orchestrator (AO) via a reliable source-based wrapper, bypassing issues in the global launcher. - Supports common AO CLI operations: health checks, service management, session control, message sending, review feedback, and updates. - Includes detailed usage instructions and guidelines for troubleshooting and maintenance. - Prefer this skill over the global ao command to ensure stable execution in environments with launcher entrypoint issues.
元数据
Slug ao-op
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论