📦 Hyperv Create Vm — 一键创建Ubuntu VM
v1.1.1在Windows Hyper-V上基于云镜像快速生成Ubuntu 24.04虚拟机,自动完成稀疏VHDX修复、hv_netvsc网络配置与权限设置,解决常见坑点,一键交付可登录的云初始化环境。
0· 133·0 当前·0 累计
下载技能包
最后更新
2026/3/21
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
This skill appears to do what it says (create Hyper-V VMs) but has a few red flags you should address before running it against production hosts:
- Review the PowerShell scripts (create-vm.ps1, destroy-vm.ps1, find-vm-ip.ps1) before use. They will be copied to and executed with elevated privileges on your Hyper-V host; their contents determine safety. The repository listing shows these scripts exist but their contents were not provided for review.
- Fix/confirm the SSH-password behavior: SKILL....详细分析 ▾
ℹ 用途与能力
The name/description (create Ubuntu 24.04 VMs on Hyper-V with cloud-init) aligns with the declared requirements: SSH access to the Hyper-V host, Hyper-V admin privileges, genisoimage on the build host, and qemu-img on the Windows host. Requiring elevated rights on the Hyper-V host is expected for VM creation operations. The registry metadata has a small glitch ('Required env vars: [object Object]') but the SKILL.md clarifies the single optional VM_PASSWORD env var.
⚠ 指令范围
The runtime instructions ask the agent/operator to copy files to and execute elevated PowerShell remotely on the Windows host via SSH—this is expected for the task but is high-privilege and requires careful review. There is an important functional inconsistency: the skill promises a password for the 'deploy' user (and documents returning SSH password to caller), but the included cloud-init user-data sets 'ssh_pwauth: false' (disabling password auth). If callers expect password login this mismatch will cause failures or unexpected behavior. The build script also reads ~/.ssh/id_ed25519.pub by default (accesses the operator's public key file), which is reasonable but should be noted.
✓ 安装机制
This is an instruction-only skill with no installer; it uses standard, traceable network resources (Ubuntu cloud images and a GitHub release for the Compose binary). The only required local tools are genisoimage (on the Linux build host) and qemu-img on the Windows host (suggested via choco). No arbitrary downloads from unknown personal servers are present in the provided files.
⚠ 凭证需求
The requested credentials (SSH access and Hyper-V admin rights) are high privilege but appropriate for creating VMs. The optional VM_PASSWORD env var is reasonable. However, the SKILL.md claims the skill will return and rely on an SSH password for the VM while the cloud-init snippet disables password auth—this mismatch undermines the stated credential usage. Also the registry metadata formatting bug (Required env vars: [object Object]) is an implementation inconsistency you should correct or validate.
✓ 持久化与权限
The skill does not request always:true and has no install spec to persist code on the agent. It requires elevated actions on the remote Hyper-V host during execution but does not itself request permanent platform-level privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.12026/3/21
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install hyperv-create-vm
镜像加速npx clawhub@latest install hyperv-create-vm --registry https://cn.longxiaskill.com