Install
openclaw skills install nebula-claw-developerClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Provision, inspect, and terminate disposable OpenNebula virtual machines through a restricted control plane API. Use when an OpenClaw agent needs a short-lived VM for development, debugging, integration testing, package installation, or risky experiments that should run in isolation instead of on the main host.
openclaw skills install nebula-claw-developerUse the restricted OpenNebula control plane API to create, list, and terminate disposable virtual machines for isolated work.
references/api.md for the API contract and request examples.Use short task-based names that make later cleanup obvious.
Recommended pattern:
<purpose>-<project>-<short-date>Examples:
test-nebula-api-2026-04-10build-myapp-2026-04-10repro-login-bug-2026-04-10references/api.md for endpoints, payloads, and example responses.references/setup.md when you need the OpenNebula-side restricted-user and curated-resource setup pattern.scripts/vm_api.sh for deterministic health, list, create, and delete calls against the restricted API.When using this skill, report:
See more the source code and more documentation on GitHub