proxmox

Administer Proxmox Virtual Environment VMs, containers, storage, and clusters via CLI.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill proxmox-l3digitalnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/proxmox
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill proxmox-l3digitalnet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex administration of Proxmox Virtual Environment (PVE) by providing direct command-line access to manage VMs, LXC containers, storage, and cluster operations.

Core Features & Use Cases

  • VM/Container Lifecycle: Start, stop, reset, clone, and manage snapshots of QEMU/KVM VMs and LXC containers.
  • Storage & Backup: Configure storage pools, perform backups, and restore data.
  • Cluster Management: Monitor cluster status, manage nodes, and perform migrations.
  • Use Case: Quickly list all running VMs on your Proxmox cluster, identify a VM consuming excessive resources, and gracefully shut it down using a single command.

Quick Start

Use the proxmox skill to list all virtual machines on the hypervisor.

Frequently Asked Questions about proxmox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Proxmox VE virtual machines and LXC containers from the command line?

Manage Proxmox VE virtual machines and LXC containers from the command line using native CLI tools like qm and pct to handle lifecycles, including starting, stopping, cloning, and managing snapshots.

What is the best way to perform backup and restore operations for Proxmox VMs?

The best way to perform backup and restore operations for Proxmox VMs is using the vzdump CLI tool, which allows you to configure storage pools and execute comprehensive data restoration directly.

Can I monitor cluster status and manage node migrations in Proxmox VE?

Yes, you can monitor cluster status and manage node migrations in Proxmox VE using the pvecm CLI tool to perform cluster-wide resource management and monitor node health.

Does Proxmox VE administration support configuring storage pools for hypervisor environments?

Proxmox VE administration supports configuring storage pools for hypervisor environments using the pvesm CLI tool to manage storage configurations across your virtual environment.

How do I list all running VMs on a Proxmox cluster and gracefully shut down a specific one?

List all running VMs on a Proxmox cluster and gracefully shut down a specific one using direct CLI commands to identify resource consumption and execute lifecycle management.