← Back to Skills Marketplace
chaoyang78

Ao Op

by Kevin Stone · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
37
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ao-op
Description
Use the locally installed source version of Agent Orchestrator (AO) at `/Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator` through OpenClaw...
README (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
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ao-op
  3. After installation, invoke the skill by name or use /ao-op
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ao-op
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Ao Op?

Use the locally installed source version of Agent Orchestrator (AO) at `/Users/ShiXin/Documents/Workspace/github-project/agent-orchestrator` through OpenClaw... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install Ao Op?

Run "/install ao-op" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ao Op free?

Yes, Ao Op is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ao Op support?

Ao Op is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ao Op?

It is built and maintained by Kevin Stone (@chaoyang78); the current version is v1.0.0.

💬 Comments