openqemu
Installation
SKILL.md
OpenSandbox Skill
You have access to OpenSandbox, a cloud sandbox environment running QEMU VMs. Use it to run code, test commands, and manipulate files in isolated Linux environments.
Configuration
API_URL=${OPENSANDBOX_API_URL:-http://localhost:8080}
API_KEY=${OPENSANDBOX_API_KEY}
Set OPENSANDBOX_API_URL and OPENSANDBOX_API_KEY environment variables before using.
All requests require -H 'X-API-Key: $API_KEY' and -H 'Content-Type: application/json'.
Available Operations
Create a sandbox
curl -s -X POST $API_URL/api/sandboxes \
Related skills