← 返回 Skills 市场
solomonneas

Proxmox Create Vm

作者 Solomon Neas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proxmox-create-vm
功能描述
Create Ubuntu 24.04 LXC containers or full VMs on Proxmox VE. Docker-ready with Compose v2. Handles nesting for Docker-in-LXC, auto-picks next available CTID...
安全使用建议
This skill appears to do what it claims: create LXC containers and VMs on a Proxmox host via SSH. Before installing/using it, ensure you: 1) trust the Proxmox host and run the scripts from a machine with appropriate SSH keys (the scripts assume root SSH access); 2) avoid passing sensitive passwords on the command line (create-vm.sh requires a cloud-init password which can appear in shell history—prefer a safer secret injection method); 3) verify network access and that downloads (GitHub release, Ubuntu cloud image) are acceptable in your environment; 4) review and, if necessary, run the scripts manually once to confirm behavior; and 5) limit who/what can invoke the skill in automated scenarios since it performs privileged provisioning actions on your infrastructure.
功能分析
Type: OpenClaw Skill Name: proxmox-create-vm Version: 1.0.0 The skill bundle provides legitimate infrastructure-as-code functionality for managing Proxmox VE, but it relies on high-risk capabilities including root SSH access and remote command execution. Scripts such as create-lxc.sh and create-vm.sh perform administrative tasks on the hypervisor, while post-boot-setup.sh downloads and executes binaries from external sources (github.com/docker/compose). While the behavior is clearly aligned with the stated purpose and includes high-quality documentation (gotchas.md, SKILL.md), the broad shell access and credential handling (VM passwords) meet the criteria for a suspicious classification due to the inherent risk of the administrative functions provided.
能力评估
Purpose & Capability
Name/description (create LXC/VM on Proxmox) match the included scripts and SKILL.md. All declared resources (no env vars, no install) align with a tool that shells out over SSH to a Proxmox host. The scripts use pveam/pct/qm commands that are appropriate for Proxmox management.
Instruction Scope
Runtime instructions and scripts only perform Proxmox management actions (template download, pct/qm create/destroy, post-boot apt/curl steps, IP discovery). They require SSH access to the Proxmox host and do not attempt to read unrelated local files or exfiltrate data. They do execute downloads on the Proxmox host (Ubuntu cloud image, Docker Compose binary) which is expected for provisioning.
Install Mechanism
No install spec; this is instruction + script based. External downloads invoked by the scripts are from well-known hosts (github.com Docker Compose release, cloud-images.ubuntu.com). No obscure URLs, pastebins, IP-only hosts, or archive extraction from untrusted endpoints in install steps.
Credentials
The skill requests no environment variables or registry credentials. It assumes SSH access (typically root) to the Proxmox host and accepts parameters (host, name, password for cloud-init). Those are proportional to the task. Note: the cloud-init password is passed as an argument to create-vm.sh and will appear in command history unless handled carefully by the operator.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It performs remote privileged operations on a Proxmox host via SSH (expected for provisioning). Autonomous invocation is allowed by default on the platform but is not excessive given the skill's purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proxmox-create-vm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proxmox-create-vm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Automates creation of Docker-ready Ubuntu 24.04 LXC containers or VMs on Proxmox VE. - Supports both LXC containers (default) and full VMs. - Auto-selects next available CTID/VMID to avoid conflicts. - Sets up Docker & Docker Compose v2 post-boot for immediate use. - Handles LXC nesting features for Docker-in-LXC scenarios. - Returns connection info and build summary after creation. - Includes teardown instructions and critical limitations in references.
元数据
Slug proxmox-create-vm
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Proxmox Create Vm 是什么?

Create Ubuntu 24.04 LXC containers or full VMs on Proxmox VE. Docker-ready with Compose v2. Handles nesting for Docker-in-LXC, auto-picks next available CTID... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Proxmox Create Vm?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install proxmox-create-vm」即可一键安装,无需额外配置。

Proxmox Create Vm 是免费的吗?

是的,Proxmox Create Vm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Proxmox Create Vm 支持哪些平台?

Proxmox Create Vm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Proxmox Create Vm?

由 Solomon Neas(@solomonneas)开发并维护,当前版本 v1.0.0。

💬 留言讨论