Show HN: Skill that lets Claude Code/Codex spin up VMs and GPUs
4 hours ago
- #browser-automation
- #cli-tool
- #cloud-development
- CloudRouter enables Claude Code, Codex, and other agents to create cloud sandboxes, run commands, transfer files, and automate browsers via CLI.
- Install CloudRouter as a skill for coding agents or as a standalone CLI tool using npm.
- Key features include VS Code in browser, VNC desktop, terminal access, and Chrome browser automation.
- Supports GPU instances (T4, L4, A100, H100 etc.) for ML workloads with varying VRAM capacities.
- File synchronization between local and sandbox environments with watch mode for auto-updates.
- Browser automation includes navigation, element interaction, screenshots, and accessibility tree inspection.
- Sandbox management includes starting, stopping, resuming, and deleting environments.
- Security measures include authenticated URLs for dev servers and proper cleanup procedures.
- Common workflows cover development, ML training, Jupyter notebooks, and browser automation.
- Troubleshooting tips address npm permissions, command syntax, and DOM interaction issues.