proxmox-full

Manage Proxmox VE virtual machines and LXC containers via REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/frNNcs/.config --skill proxmox-full
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox-full
Source: https://github.com/frNNcs/.config/tree/main/opencode/skills/proxmox
Command: npx skills add https://github.com/frNNcs/.config --skill proxmox-full

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive control over Proxmox VE environments, simplifying the management of virtual machines, containers, storage, and backups.

Core Features & Use Cases

  • VM/Container Lifecycle Management: Create, clone, start, stop, shutdown, reboot, and delete virtual machines and LXC containers.
  • Resource Management: Manage snapshots, backups, storage, and templates.
  • Use Case: You need to quickly create a new LXC container from a template, assign it resources, and start it up to deploy a new service.

Quick Start

Use the proxmox skill to create a new LXC container named 'my-web-server' on node 'pve' using the 'debian-12' template.

Frequently Asked Questions about proxmox-full

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

FAQPage Schema
How do I automate Proxmox VE virtual machine and LXC container lifecycle management?

You can automate Proxmox VE lifecycle management by using this Skill to create, clone, start, stop, and delete virtual machines and LXC containers via the REST API. It handles the API requests for you.

Do I need curl and jq to manage Proxmox VE infrastructure via API?

Yes, you need curl and jq to manage Proxmox VE infrastructure via API. Curl handles the REST API requests while jq parses the JSON responses returned by the Proxmox VE server.

What's the best way to create an LXC container from a template in Proxmox VE?

The best way to create an LXC container from a template in Proxmox VE is using this Skill to specify the node, template name, and container name. It automates the REST API provisioning process.

Can I manage Proxmox VE snapshots and backups using REST API automation?

Yes, you can manage Proxmox VE snapshots and backups using REST API automation. This Skill provides complete control over snapshotting, backups, storage, and template management.

How does PVE_TOKEN authentication work for Proxmox VE API requests?

PVE_TOKEN authentication works for Proxmox VE API requests by providing the required credentials for REST API access. The Skill uses this token to authorize infrastructure management commands.