Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.18 KB

File metadata and controls

40 lines (28 loc) · 1.18 KB

cuabot

Co-op computer-use for any agent.

Multi-user computing sandbox that gives any coding agent (Claude Code, Gemini CLI, Codex, OpenClaw, Vibe) seamless computer-use capabilities.

cuabot screenshot

Quick Start

npx cuabot

Usage

cuabot                     # Run default agent (or setup if not configured)
cuabot claude              # Run Claude Code in the sandbox
cuabot gemini              # Run Gemini CLI in the sandbox
cuabot codex               # Run Codex CLI in the sandbox
cuabot chromium            # Open sandboxed Chromium window

cuabot --screenshot        # Take screenshot
cuabot --type "hello"      # Type text
cuabot --click 100 200     # Click at coordinates

Requirements

Documentation