Linux command
cuabot 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run the default agent
cuabot
Launch a specific agent
cuabot [agent]
Run any command
cuabot [command]
Start a named isolated
cuabot -n [session_name] [agent]
Take a screenshot
cuabot --screenshot [path/to/output.png]
Click at
cuabot --click [x] [y]
Run a bash command
cuabot --bash "[command]"
Start the
cuabot --serve [port]
Check daemon
cuabot --status
说明
cuabot is a TUI launcher that runs any CLI coding agent (Claude Code, Codex, Aider, OpenClaw, etc.) or GUI application inside an isolated sandbox with computer-use capabilities. Each agent gets its own window streamed to the host desktop, with clipboard sharing and audio, while remaining isolated from the host system. The sandbox exposes a computer-use API so agents can take screenshots, click, type, scroll, and run shell commands inside the container. Multiple isolated sessions can run concurrently using -n, each with its own container and port.
FAQ
What is the cuabot command used for?
cuabot is a TUI launcher that runs any CLI coding agent (Claude Code, Codex, Aider, OpenClaw, etc.) or GUI application inside an isolated sandbox with computer-use capabilities. Each agent gets its own window streamed to the host desktop, with clipboard sharing and audio, while remaining isolated from the host system. The sandbox exposes a computer-use API so agents can take screenshots, click, type, scroll, and run shell commands inside the container. Multiple isolated sessions can run concurrently using -n, each with its own container and port.
How do I run a basic cuabot example?
Run `cuabot` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more cuabot examples?
This page includes 9 examples for cuabot, plus related commands for nearby Linux tasks.