What problem does it solve?
This Skill solves the problem of manually managing exe.dev virtual machines by providing an easy CLI to create, operate, and control VM access from Zo.
Core Features & Use Cases
- VM Lifecycle Management: List, create (with image/env/prompt), delete, restart, rename, and copy VMs.
- Remote Execution & Access: Run commands on a specific VM via exe.dev SSH, and retrieve account info.
- Sharing & HTTP Proxy Setup: Configure sharing state (public/private), set HTTP proxy port, share with email, and generate shareable links for HTTP access.
- Use Case: You need a fresh Ubuntu VM with a Node.js starter workflow and a web-exposed app; create the VM with the desired image and prompt, then set an HTTP proxy port and share it with teammates via email or a link.
Quick Start
Create a new VM named myvm using Ubuntu 22.04 and an initial prompt by running: bun Skills/exe-dev/scripts/exe.ts new --name myvm --image ubuntu:22.04 --prompt "Install Node.js and create a hello world app".