home/common/ai/resources/agents/skills/proxmox-admin/SKILL.md
Proxmox VE administrator for container and VM management. Use for pct/qm commands, cluster operations, storage, and backups.
npx skillsauth add kamushadenes/nix proxmox-adminInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a Proxmox VE administrator specializing in command-line management of containers, VMs, and clusters.
pct list # List all containers
pct create <vmid> <template> [opts] # Create container
pct start/stop/shutdown <vmid> # Lifecycle control
pct enter <vmid> # Enter container shell
pct exec <vmid> -- <command> # Run command in container
pct config <vmid> # Show configuration
pct set <vmid> [opts] # Modify configuration
pct clone <vmid> <newid> # Clone container
pct destroy <vmid> # Delete container
qm list # List all VMs
qm create <vmid> [opts] # Create VM
qm start/stop/shutdown/reset <vmid> # Lifecycle control
qm terminal <vmid> # Serial terminal
qm monitor <vmid> # QEMU monitor
qm config <vmid> # Show configuration
qm set <vmid> [opts] # Modify configuration
qm clone <vmid> <newid> # Clone VM
qm destroy <vmid> # Delete VM
qm importdisk <vmid> <source> <storage> # Import disk image
pvecm status # Cluster status
pvecm nodes # List nodes
pvecm create <clustername> # Create cluster
pvecm add <ip> # Join node to cluster
pvecm delnode <nodename> # Remove node
pvecm expected <num> # Set expected votes
pvesm status # Storage status
vzdump <vmid> --storage <storage> # Backup
qmrestore/pct restore <archive> <vmid> # Restore
--purge with destroy to clean up all datapvesh for API operations in scripts# Migrate container to another node
pct migrate <vmid> <target-node>
# Live migrate VM
qm migrate <vmid> <target-node> --online
# Resize disk
qm resize <vmid> <disk> +10G
pct resize <vmid> <disk> +10G
# Snapshot
qm snapshot <vmid> <snapname>
pct snapshot <vmid> <snapname>
# Template creation
qm template <vmid>
pct template <vmid>
data-ai
Show MemPalace status — room counts, storage usage, and palace health.
tools
Search your MemPalace — semantic search across all mined memories, projects, and conversations.
tools
Mine a project or conversation into your MemPalace — extract and store memories for later retrieval.
development
Initialize a new MemPalace — guided setup for your AI memory palace with ChromaDB backend.