Run agent-generated code in local microVM sandboxes with Microsandbox
Use Microsandbox to create local microVM-backed sandboxes for isolated execution of untrusted agent-generated code and tool calls.
npx skills add agentskillexchange/skills --skill run-agent-generated-code-in-local-microvm-sandboxes-with-microsandbox
Microsandbox provides local-first, microVM-backed programmable sandboxes for AI agents. This skill is for operators who need to create an isolated execution environment, run untrusted code or tool calls, collect outputs, and discard or reset state after the run. Invoke it when an agent must execute generated code with stronger isolation than a normal local process. The boundary is sandbox lifecycle management for agent code execution, not a generic virtualization or infrastructure entry.
What this skill actually does
Inputs and prerequisites: Microsandbox, local microVM support, agent code execution workflow.
Setup notes: Follow the Microsandbox repository setup instructions, create a sandbox for the target runtime, execute the generated code or tool call, collect artifacts, then reset or discard the sandbox.
Source and verification boundary: use https://github.com/superradcompany/microsandbox as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a Multi-Framework workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.