← Back to Skills Marketplace
ricanwarfare

Proxmox Complete

by ricanwarfare · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install proxmox-complete
Description
Manage Proxmox VE clusters via REST API. List nodes, VMs, containers; control power states; manage snapshots, backups, storage, and tasks. Use when user asks...
Usage Guidance
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).
Capability Analysis
Type: OpenClaw Skill Name: proxmox-complete Version: 1.1.0 The proxmox-complete skill is a legitimate administrative tool for managing Proxmox VE clusters. It provides comprehensive functionality for VM/container lifecycle management, snapshots, backups, and storage monitoring through a Python script (scripts/proxmox.py) and a Bash script (scripts/pve.sh). The skill follows standard OpenClaw patterns for credential management, reading from ~/.openclaw/credentials/proxmox.json or environment variables. While the scripts perform high-risk operations such as power control and snapshot deletion, these actions are clearly documented as the skill's primary purpose and include explicit instructions for the AI agent to seek user approval before execution. No evidence of data exfiltration, unauthorized access, or malicious intent was found.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install proxmox-complete
  3. After installation, invoke the skill by name or use /proxmox-complete
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Synced from openclaw-skills repo
v1.0.0
- Initial release of proxmox-complete: manage Proxmox VE clusters via REST API. - Supports listing and controlling nodes, VMs, and containers. - Includes commands for power control, snapshots, backups, storage management, and task tracking. - Provides multiple configuration methods (OpenClaw credentials, environment variables, or credentials file). - Read-only operations available without approval; destructive actions require user approval.
Metadata
Slug proxmox-complete
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Proxmox Complete?

Manage Proxmox VE clusters via REST API. List nodes, VMs, containers; control power states; manage snapshots, backups, storage, and tasks. Use when user asks... It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install Proxmox Complete?

Run "/install proxmox-complete" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Proxmox Complete free?

Yes, Proxmox Complete is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Proxmox Complete support?

Proxmox Complete is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Proxmox Complete?

It is built and maintained by ricanwarfare (@ricanwarfare); the current version is v1.1.0.

💬 Comments