superserve
Persistent isolated cloud sandboxes for running code securely
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Superserve?โผ
Run `npx skills add superserve-ai/superserve --all -g -y` in your terminal to install all skills in this repository globally.
What is a Superserve sandbox?โผ
It is a persistent, isolated cloud environment backed by Firecracker microVMs where you can run commands, read and write files, and pause or resume the full machine state across sessions.
How to run untrusted code safely?โผ
Create a sandbox with the TypeScript or Python SDK and execute the code inside it, so nothing touches your local machine. You can also restrict network egress and inject secrets without exposing them inside the box.
Does Superserve work with Claude Code and other coding agents?โผ
Yes. Prebuilt templates let you boot Claude Code, OpenClaw, or Hermes inside a sandbox, or expose a sandboxed shell as a tool for agents hosted elsewhere.
Can I keep a dev environment across sessions?โผ
Yes. Save the sandbox ID, pause it to stop compute billing, and reconnect later from any process; the first command auto-resumes it with files and memory intact.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core