Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/devnullvoid/pvetui/pvetui-clinpx skills add devnullvoid/pvetui --skill pvetui-cligit clone --depth 1 https://github.com/devnullvoid/pvetuiWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00077 | $0.07884 |
| Opus 5 | $0.00039 | $0.03942 |
| Sonnet 5 | $0.00015 | $0.01577 |
| Haiku 4.5 | $0.00008 | $0.00788 |
Grade B, and why
pvetui-cli scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
For agent-driven deployments, prefer `plan` first, then `deploy --yes` with explicit `--set var_*=value` overrides. For unattended LXC deploys, include `var_container_storage` and `var_template_storage`; otherwise upstre How it starts
The opening of the file, as written. The whole thing — 769 lines — stays where its author put it; the contents beside it link to each section on GitHub.
pvetui CLI
pvetui is a terminal UI and CLI for Proxmox VE. When invoked with a subcommand it runs non-interactively, making it suitable for scripts and AI agent workflows.
Installation
# Via Go (recommended)
go install github.com/devnullvoid/pvetui/cmd/pvetui@latest
# Via skill (Claude Code / any skills.sh-compatible agent)
npx skills add devnullvoid/pvetui
When to Use
- Querying node status, resource usage, or uptime
- Listing, filtering, or inspecting VMs and LXC containers
- Starting, stopping, shutting down, or restarting guests
- Creating VMs and LXC containers
- Migrating guests between nodes
- Executing commands inside a running guest without needing SSH to it
- Opening interactive shells on nodes or inside guests
- Listing and managing storage content (ISOs, templates, backups, disk images)
- Downloading ISOs, appliance templates, or OCI images into storage
- Restoring guests from vzdump backups
- Searching, inspecting, and installing Proxmox Community Scripts when
community-scriptsis enabled - Listing recent cluster task history
- Scripting or automating Proxmox operations without root access to a node
Prerequisites
pvetuiinstalled and on$PATH- Config at
~/.config/pvetui/config.ymlwith at least one profile - API token or password auth configured in the profile
- For
guests exec/guests shellon LXC containers:ssh_userconfigured in the profile - For
guests shellon QEMU VMs:ssh_user(and optionallyvm_ssh_user) configured - For
community-scripts install:plugins.enabledincludescommunity-scripts, and node SSH settings are configured
Quick Reference
| Command | Purpose |
|---|---|
pvetui nodes list |
List all cluster nodes |
pvetui nodes show <node> |
Show details for one node |
pvetui nodes shell <node> |
Open an interactive SSH shell on a node |
pvetui guests list |
List all VMs and containers |
pvetui guests show <vmid> |
Show details for one guest |
pvetui guests start <vmid> |
Start a guest |
pvetui guests stop <vmid> |
Force stop a guest (power off) |
pvetui guests shutdown <vmid> |
Graceful ACPI shutdown |
pvetui guests restart <vmid> |
Graceful restart |
pvetui guests delete <vmid> |
Permanently delete a guest and its disks |
pvetui guests exec <vmid> <cmd> |
Run a command inside a guest |
pvetui guests shell <vmid> |
Open an interactive shell inside a guest |
pvetui guests create vm |
Create a QEMU VM |
pvetui guests create lxc |
Create an LXC container |
pvetui guests migrate <vmid> <node> |
Migrate a guest to another node |
pvetui tasks list |
List recent cluster tasks |
pvetui storage list |
List storages across the cluster |
pvetui storage show <node> <storage> |
Show details for a storage |
pvetui storage content list <node> <storage> |
List content in a storage |
pvetui storage content delete <node> <storage> <volid> |
Delete a content item |
pvetui storage download url <node> <storage> <url> |
Download from a URL |
pvetui storage download template <node> <storage> <template> |
Download an appliance template |
pvetui storage download oci <node> <storage> <reference> |
Pull an OCI image |
pvetui storage restore <node> <storage> <volid> <vmid> |
Restore a guest from backup |
pvetui community-scripts search <query> |
Search available Proxmox Community Scripts |
pvetui community-scripts show <slug-or-name> |
Show Community Script metadata |
pvetui community-scripts plan <slug-or-name> --node <node> |
Preview a Community Script node install command |
pvetui community-scripts plan <slug-or-name> --guest <vmid> |
Preview a tools/addon install inside an existing LXC |
pvetui community-scripts install <slug-or-name> --node <node> |
Install a Community Script on a node over SSH |
pvetui community-scripts install <slug-or-name> --guest <vmid> |
Install a tools/addon script inside an existing LXC |
pvetui community-scripts deploy <slug-or-name> --node <node> |
Alias for install, useful for agent deployment wording |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 769 lines · 77 tokens per session scan B 9e48f496427f
pvetui-cli is a skill published in the GitHub repository devnullvoid/pvetui (716 stars, last pushed 5d ago), licensed MIT. It adds 77 tokens to every session and 7,884 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
write-zot-themes
Help the user create, install, or package zot themes, including theme-only extensions.
lingtai-tui-anatomy
Discoverable source-navigation guide for the LingTai Go monorepo that ships lingtai-tui and lingtai-portal. Read this for TUI/Portal structure, runtime-boundary evidence, exact Go ownership, or when updating an ANATOMY.md. The repository-root ANATOMY.md is the normative convention and top of the distributed graph…
code-review
Run a thorough self-review pass on the most recent change.
test-fix
Diagnose and minimally fix a failing test, then re-run.
release
Skill "release" from sollawen/microNeo, covering steps and reference.
plan-creation
Research codebase, validate external claims, and emit a work-ready spec.json for a new planning session. Single-pass creation with integrated validation via Context7 and locator/analyzer agents. Triggers on "create plan", "plan for", "write a plan". For exploratory requests where the user is unsure what to build…