using-ao
Catalog of the AO Cloud `ao` CLI available inside a cloud sandbox: spawning worker sessions, listing them, messaging them, reporting to the orchestr…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
AO Cloud CLI Catalog
ao inside a cloud sandbox is a thin client over the AO control plane. It is a
different, smaller CLI than the desktop ao: there is no ao session,
ao project, ao status, ao preview, or ao browser here. Every command is
ao help for the authoritative list.
| Command | What it does | Who can run it | Details |
|---|---|---|---|
| spawn | Create a worker session in its own fresh sandbox | Orchestrators only | [commands/orchestration.md](commands/orchestration.md) |
| list (ls, status) | List the workers this orchestrator spawned, with branch, status, and PR facts | Orchestrators only | [commands/orchestration.md](commands/orchestration.md) |
| send | Send a message into a worker's conversation | Orchestrators only | [commands/orchestration.md](commands/orchestration.md) |
| kill (delete, rm) | Terminate a worker session and its sandbox | Orchestrators only | [commands/orchestration.md](commands/orchestration.md) |
| report | Send a message to the orchestrator that spawned this session | Workers with an orchestrator parent | [commands/orchestration.md](commands/orchestration.md) |
| claim-pr | Attach an existing pull request to this session | Any session | [commands/pull-requests.md](commands/pull-requests.md) |
Conventions
ao list --jsonprints machine-readable output;--allincludes terminated
workers (hidden by default).
--agentis an alias for--harnessonao spawn.- Session ids are UUIDs shown by
ao list. - Every session runs in its own isolated sandbox. Never try to reach another
session's sandbox directly (no ssh, no shared filesystem); the ao commands
above are the only channel between sessions.
- A
sendto a worker whose sandbox is still provisioning is queued by the
control plane and delivered when the worker's agent is ready — check
runtimeConnected in ao list --json to see whether a worker is live.
- Spawning and messaging are idempotent server-side; a command that prints a
success line has been durably accepted even if the effect is not visible yet.
- Pull requests and reviews are handled through socket helpers described in
[commands/pull-requests.md](commands/pull-requests.md), not through ao.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
cloud/internal/skillassets/using-ao/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 using-ao 的技能。它们内容并不相同,别混用:
- Untrivial-ai/agent-orchestrator — Catalog of the AO (Agent Orchestrator) `ao` CLI: spawning workers, managing sessions and p