跳到主要内容
知仓学习社ZHICANG

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…

执行命令联网无严重或高危命中Untrivial-ai/agent-orchestrator

它会碰到什么

扫了多少3 个文本文件,7 KB
它会碰到什么执行命令联网
命中总数1 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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 --json prints machine-readable output; --all includes terminated

workers (hidden by default).

  • --agent is an alias for --harness on ao 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 send to 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 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 12,106
本站分层T1
该仓技能数7
原文件路径cloud/internal/skillassets/using-ao/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 7 个技能

同名技能的其他版本

有 2 个不同仓库或目录里都有叫 using-ao 的技能。它们内容并不相同,别混用: