proxmox-auth

Automate Proxmox VE authentication and management tasks across multi-node clusters.

16|7|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/jackspace/ClaudeSkillz --skill proxmox-auth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox-auth
Source: https://github.com/jackspace/ClaudeSkillz/tree/main/skills/proxmox-auth
Command: npx skills add https://github.com/jackspace/ClaudeSkillz --skill proxmox-auth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance on authentication, access control, and container/VM management for Proxmox clusters.

Core Features & Use Cases

  • SSH/API patterns for cluster management
  • LXC/VM lifecycle commands and networking checks
  • Node and container troubleshooting workflows
  • GPU passthrough and advanced cluster operations

Quick Start

Use SSH to connect to nodes, run pvesh/qm/list commands, and manage containers with pct and qm tools.

Frequently Asked Questions about proxmox-auth

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

FAQPage Schema
How do I authenticate to a Proxmox cluster and manage multiple nodes?

Proxmox cluster authentication uses SSH access to individual nodes and API calls via pvesh. Connect to each node (spacenode1, spacenode2) with SSH credentials, then execute management commands directly or route API requests through the cluster interface to perform operations across all nodes.

Can I manage LXC containers and QEMU VMs through the same authentication layer?

Yes. After authenticating to Proxmox, use pct for container commands and qm for VM operations. Both tools work across the cluster when executed on authenticated nodes, letting you manage lifecycle, networking, and configuration for containers and VMs uniformly.

What's the best way to troubleshoot container and VM issues in a Proxmox cluster?

Use predefined troubleshooting patterns: run status and service information queries via pvesh, check node health, verify network diagnostics, and execute diagnostic commands inside containers or VMs. Read configurations and logs to isolate failures, then apply restarts or restores as needed.

How do I set up GPU passthrough and advanced cluster operations in Proxmox?

GPU passthrough and advanced operations require authenticated cluster access and proper node configuration. Execute cluster commands to allocate resources, configure storage, and manage backup policies across nodes, using SSH and API patterns specific to your hardware topology.

Do I need SSH access to every node to manage backups and storage across a Proxmox cluster?

SSH access enables direct command execution, but Proxmox API via pvesh provides centralized backup and storage management across the cluster. You can route backup, restore, and storage operations through a single authenticated session rather than connecting to each node separately.

What authentication methods work for executing commands inside containers and reading VM configurations?

SSH authentication to the Proxmox node is the primary method for executing internal commands. Once authenticated, use pct and qm tools to access container and VM internals, read their configurations, and perform management actions without additional credential layers.