بنقرة واحدة
proxmox
Control VMs/containers in Proxmox VE via REST API.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Control VMs/containers in Proxmox VE via REST API.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | Proxmox |
| description | Control VMs/containers in Proxmox VE via REST API. |
| requires | {"bins":[],"env":["PROXMOX_URL","PROXMOX_TOKEN"]} |
Manages nodes/VMs/LXC in your Proxmox cluster. Auth is via API token
(user@realm!tokenid=value). Read operations are unrestricted; lifecycle
operations are gated by PROXMOX_ALLOW_WRITE=true.
statuslist_nodes — nodes + statuslist_vms(node?) — QEMU VMslist_containers(node?) — LXCvm_status(node, vmid, kind?) — status/current. kind = qemu|lxc (default qemu)vm_action†(node, vmid, kind?, action) — action ∈ start|stop|shutdown|reboot|suspend|resumeCreate API token: Datacenter -> Permissions -> API Tokens.
Set PROXMOX_URL=https://pve.local:8006, PROXMOX_TOKEN=root@pam!mytoken=abc-...
If you use self-signed TLS: PROXMOX_INSECURE_TLS=true.