using-ao
Catalog of the AO (Agent Orchestrator) `ao` CLI: spawning workers, managing sessions and projects, sending messages, controlling the shared browser,…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
AO CLI Catalog
ao is a thin CLI over the local AO daemon. Every command is ao <command> --help for the authoritative flag list.
| Command | What it does | When to use | Details |
|---|---|---|---|
| spawn | Spawn a project worker or projectless standalone worker | Starting a new task or issue | [commands/spawn.md](commands/spawn.md) |
| session | Manage agent sessions (list, kill, rename, restore, etc.) | Inspecting or controlling running/terminated sessions | [commands/session.md](commands/session.md) |
| project | Register, inspect, configure, or remove projects | Setting up or managing repos AO knows about | [commands/project.md](commands/project.md) |
| orchestrator | List orchestrator sessions | Viewing which sessions are orchestrators | [commands/orchestrator.md](commands/orchestrator.md) |
| review | Submit a reviewer result for a worker's PR | Completing a code review loop | [commands/review.md](commands/review.md) |
| send | Send a message to a running agent session | Correcting or directing a live agent | [commands/send.md](commands/send.md) |
| preview | Start a session-owned app or open an exact URL/file | Running and showing the worker's relevant app, Markdown, HTML, PDF, or image | [commands/preview.md](commands/preview.md) |
| browser | Inspect and control the session's shared live browser | Verifying a web app through snapshots, interactions, waits, screenshots, console, and errors | [commands/browser.md](commands/browser.md) |
| start | Fetch (if needed) and open the AO desktop app | Launching the app | [commands/start.md](commands/start.md) |
| stop | Stop the AO daemon | Shutting down AO | [commands/stop.md](commands/stop.md) |
| status | Show daemon status | Verifying the daemon is up and healthy | [commands/status.md](commands/status.md) |
| doctor | Run local health checks | Diagnosing AO setup problems | [commands/doctor.md](commands/doctor.md) |
| import | Import projects from a legacy AO install | Migrating from the old flat-file store | [commands/import.md](commands/import.md) |
| version | Print version information | Checking installed version | - |
| completion | Generate shell completion scripts | Setting up tab completion | - |
Conventions
- Most read commands accept
--jsonfor machine-readable output. -p / --projectscopes session subcommand lookups to one project.- Session and project ids are shown by
ao session lsandao project ls. --agentis an alias for--harnessonao spawn.- Every command accepts
-h / --helpfor the full flag list. - For frontend launch, preview selection, or artifact handoff, read
[commands/preview.md](commands/preview.md) before acting. Its static-file,
project-runtime, and automatic-handoff rules are load-bearing.
- For page inspection, interaction, or request diagnosis, read
[commands/browser.md](commands/browser.md). It defines shared-tab behavior
and the opt-in network policy.
Use [references.md](references.md) only when a natural-language request does
not map clearly to a command above.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
backend/internal/skillassets/using-ao/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 using-ao 的技能。它们内容并不相同,别混用:
- Untrivial-ai/agent-orchestrator — Catalog of the AO Cloud `ao` CLI available inside a cloud sandbox: spawning worker session