Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage Proxmox VE nodes, VMs, and containers. Can list hardware stats, resources, and control power states (start, stop, reboot, shutdown).
Manage Proxmox VE nodes, VMs, and containers. Can list hardware stats, resources, and control power states (start, stop, reboot, shutdown).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
This skill allows the agent to interact with a Proxmox VE cluster to manage virtual machines and containers.
List Proxmox nodes or all available VMs and containers across the entire cluster. Command: python3 {{skillDir}}/scripts/proxmox.py {{type}} Args: type: "nodes" or "vms"
Get hardware-level health stats (CPU usage, RAM, Uptime, Version) for a specific physical node. Command: python3 {{skillDir}}/scripts/proxmox.py node_health {{node}} Args: node: The name of the Proxmox host (e.g., "pve" or "hydra")
Get the real-time status of a specific VM or container. Command: python3 {{skillDir}}/scripts/proxmox.py status {{node}} {{kind}} {{vmid}} Args: node: The Proxmox node name where the resource lives kind: "qemu" for VMs, "lxc" for containers vmid: The numerical ID of the resource (e.g., "100")
Perform power management actions. These actions require human approval by default. Approval: true Command: python3 {{skillDir}}/scripts/proxmox.py {{action}} {{node}} {{kind}} {{vmid}} Args: action: "start", "stop", "reboot", or "shutdown" node: The Proxmox node name kind: "qemu" or "lxc" vmid: The ID of the resource
Long-tail utilities that do not fit the current primary taxonomy cleanly.
Largest current source with strong distribution and engagement signals.