📦 Proxmox Create VM — 一键创建虚拟机

v1.0.0

在 Proxmox VE 上快速创建 Ubuntu 24.04 LXC 容器或完整 VM,支持 Docker 与 Compose v2,自动分配 CTID,开启嵌套 Docker-in-LXC,秒级交付隔离环境。

0· 123·0 当前·0 累计
solomonneas 头像by @solomonneas (Solomon Neas)
下载技能包
最后更新
2026/3/21
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's requirements, instructions, and included scripts are consistent with its stated purpose of creating LXC containers and VMs on Proxmox; it requires SSH access to a Proxmox host and performs expected remote commands and downloads.
评估建议
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,...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/21

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.

可疑

安装命令

点击复制
官方npx clawhub@latest install proxmox-create-vm
镜像加速npx clawhub@latest install proxmox-create-vm --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库