Overview
- Skill Key
- 0xfratex/virtualboxmanager
- Author
- 0xfratex
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/0xfratex/virtualboxmanager
- Latest Commit SHA
- cab2ab8af9fe9344cca7da6ddc82f2ea917a52a2
Control and manage VirtualBox virtual machines directly from openclaw. Start, stop, snapshot, clone, configure and monitor VMs using VBoxManage CLI. Supports full lifecycle management including VM creation, network configuration, shared folders, and performance monitoring.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 virtualbox 技能。 若已安装,则直接安装 virtualbox 技能。
# VirtualBox Skill Control and manage VirtualBox virtual machines directly from openclaw using the VBoxManage command-line interface. This skill provides comprehensive VM lifecycle management, configuration, and monitoring capabilities. ## Setup ### Prerequisites 1. VirtualBox must be installed on the host system 2. VBoxManage CLI must be accessible (usually in PATH after VirtualBox installation) 3. User must have appropriate permissions to control VMs ### Verify Installation ```bash VBoxManage --version ``` ### Common Paths - **Linux**: `/usr/bin/VBoxManage` or `/usr/local/bin/VBoxManage` - **macOS**: `/Applications/VirtualBox.app/Contents/MacOS/VBoxManage` - **Windows**: `C:\Program Files\Oracle\VirtualBox\VBoxManage.exe` ## Core Capabilities ### VM Lifecycle Management - Create, start, stop, pause, and delete VMs - Manage VM states (running, paused, saved, powered off) - Force stop and ACPI shutdown options - Reset and restart VMs ### Configuration Management - Modify VM settings (CPU, RAM, storage) - Configure network adapters and modes - Set up shared folders - Manage USB device passthrough ### Snapshot & Cloning - Create and restore snapshots - Clone existing VMs - Export/Import appliances ### Monitoring & Information - List all VMs and their states - Get detailed VM information - Monitor VM metrics and performance - View logs and debugging info ## Usage ### List All VMs ```bash # List all registered VMs VBoxManage list vms # List running VMs only VBoxManage list runningvms # Get detailed info about all VMs (JSON-like output) VBoxManage list vms --long ``` ### VM Information ```bash # Get detailed info about a specific VM VBoxManage showvminfo "VM_NAME" # Get info in machine-readable format VBoxManage showvminfo "VM_NAME" --machinereadable ``` ### Start a VM ```bash # Start VM with GUI VBoxManage startvm "VM_NAME" # Start VM headless (no GUI) VBoxManage startvm "VM_NAME" --type headless # Start VM with separate UI process VBoxManage start...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.