pvetui CLI provides a non-interactive command-line interface and terminal UI for Proxmox VE that is suitable for scripts and AI agents. It exposes commands to list and inspect cluster nodes, enumerate guests (VMs and LXC), perform lifecycle operations (start, stop, shutdown, restart), inspect recent tasks, and execute commands inside running guests using the QEMU guest agent or pct exec for containers. Outputs default to structured JSON for reliable parsing.
Use pvetui when you need to automate or script common Proxmox operations from an agent or CI: gathering inventory, checking health and resource usage, starting/stopping VMs, running short commands inside guests, or monitoring task progress. Not intended for storage, VM creation, or networking configuration — use more privileged admin tools for those flows.
go install or npx skills add; examples and quick-reference command table are provided in the SKILL.md body. The README documents JSON shapes for nodes, guests, tasks, and exec responses.Suitable for any agent that can run shell commands and parse JSON output (Claude Code, Copilot-like agents, GitHub Actions, or local automation scripts).
This skill has not been reviewed by our automated audit pipeline yet.