What problem does it solve?
Running heavy builds, Linux-only tests, desktop automation, or parallel coding agents on a local Mac consumes resources and lacks isolation; this Skill lets an agent offload that work to persistent cloud VMs while keeping the user informed through panes, URLs, and notifications.
Core Features & Use Cases
- Automatic machine routing:
cmux vm route/run/agent pick a warm pool machine per directory with sticky binding, or provision one within plan limits.
- Detached cloud agents: Start Claude Code, Codex, OpenCode, or Pi as persistent terminals in the machine's cmux-tui session that survive disconnects and can be reattached or driven headlessly.
- Full VM lifecycle: Create, exec, push/pull files, expose tokened port URLs, snapshot checkpoints, and fork machines for parallel experiments.
- Use Case: Run a long test suite on a cloud machine with
cmux vm run --sync -- bun test, then fork the machine twice to let two agents try competing fixes in parallel while you watch progress in cmux vm tree.
Quick Start
Ask the agent to run your project's test suite on a cmux cloud machine and show you the results when finished.