Proxmox Complete
v1.1.0Manage Proxmox VE clusters via REST API. List nodes, VMs, containers; control power states; manage snapshots, backups, storage, and tasks. Use when user asks...
⭐ 0· 91·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required binaries (curl, jq, python3), proxmoxer dependency, and provided scripts all directly implement Proxmox REST API management (nodes, VMs, snapshots, backups, storage, tasks). Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md and scripts read credentials from ~/.openclaw/credentials/proxmox.json, ~/.proxmox-credentials, or environment variables — this is expected for API access. Destructive actions are labeled as requiring user approval in SKILL.md, but the scripts themselves do not implement interactive confirmations; approval must be enforced by the platform/agent.
Install Mechanism
No install spec (instruction-only) and included code is plain Python and Bash. It requires the proxmoxer Python package (documented). There are no remote download URLs or archive extraction steps in the install metadata.
Credentials
The skill asks for Proxmox API host/token ID/token secret (via files or env vars) — these credentials are necessary for the API operations performed. It does not request unrelated service keys or system-wide secrets.
Persistence & Privilege
always is false; skill is user-invocable and can be autonomously invoked per platform defaults. The skill does not modify other skills or system-wide settings and does not request permanent elevated presence.
Assessment
This skill appears to do what it says: manage Proxmox via its API. Before installing, verify you trust the skill source and review the included scripts. Provide a Proxmox API token with the minimum privileges needed (avoid full admin token if possible). Ensure the OpenClaw/agent platform enforces user approval for start/stop/snapshot/backup/rollback actions (the scripts label these as requiring approval but do not prompt). Install the proxmoxer package in a controlled environment, and store credentials with least privilege and correct filesystem permissions (e.g., chmod 600).Like a lobster shell, security has layers — review code before you run it.
latestvk97djjm9j9awpyv528dn5yb1t184esph
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🖥️ Clawdis
Binscurl, jq, python3
