Community연구 & 데이터 분석github.com

vmware-skills/VMware-PrivateAI

VMware Private AI Foundation with NVIDIA ops — GPU inventory, vGPU/DirectPath profiles, utilization, model serving (MCP + CLI). Community, not affiliated with VMware/Broadcom/NVIDIA.

VMware-PrivateAI란 무엇인가요?

VMware-PrivateAI is a Codex agent skill that vMware Private AI Foundation with NVIDIA ops — GPU inventory, vGPU/DirectPath profiles, utilization, model serving (MCP + CLI). Community, not affiliated with VMware/Broadcom/NVIDIA.

지원 대상~Claude CodeCodex CLI~Cursor
npx skills add vmware-skills/VMware-PrivateAI

Installed? Explore more 연구 & 데이터 분석 skills: obra/superpowers, affaan-m/quarkus-verification, affaan-m/uspto-database · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

VMware Private AI (Foundation with NVIDIA) — GPU & Model-Serving Ops

Disclaimer: Community-maintained open-source project, not affiliated with, endorsed by, or sponsored by VMware, Inc., Broadcom Inc., or NVIDIA Corporation. "VMware", "vSphere", and "VCF" are trademarks of Broadcom; "NVIDIA" and "vGPU" are trademarks of NVIDIA. Source is publicly auditable under the MIT license.

The GPU / AI-infrastructure lens for the VMware skill family — GPU host & device inventory, vGPU consumers, real-time GPU utilization, the vGPU / DirectPath profile catalog, vGPU assignment, and Private AI Service (PAIS) served models and knowledge bases — over the vSphere 9.x / VCF 9.1 Web Services API (pyVmomi) plus the PAIS REST API.

Companion skills: vmware-aiops (the vCenter VMs behind AI workloads — power/snapshot/clone), vmware-vks (GPU-enabled Tanzu Kubernetes), vmware-monitor (read-only vSphere health).

Status: v1.0.1 — still beta in substance. Skill #15 of the family. The jump from 0.2.x to 1.0.1 is a distribution fix, not a maturity claim: the withdrawn first release used 1.0.0, and ClawHub resolves latest by version order, so every 0.x release was invisible there. The beta caveats below all still stand. Every API path is verified against official Broadcom/NVIDIA sources before use (tests/eval/spec/privateai_endpoints.py) — no endpoints written from memory. GET-response field names and the exact PAIS paths are defensive and pending validation against live 9.x hardware (see Troubleshooting). Governed by the family harness (audit + policy + teaching errors); read-vs-write authorization is delegated to the vCenter service account's RBAC role.

What This Skill Does

CategoryToolsCountRead/Write
GPU inventoryhost list/get, device list, vGPU consumer list44 R
GPU utilizationreal-time per-vGPU-VM utilization (gpu %, mem %, temp)11 R
GPU readinessper-host vGPU/PAIS readiness verdict + blocking reasons11 R
Profile catalogvGPU profile list, DirectPath profile list22 R
Profile validationpre-flight a vGPU profile change (power state + host offers it)11 R
vGPU assignmentset a VM's vGPU profile (VM must be powered off)11 W
Private AI Serviceserved-model list, model catalog, knowledge-base list, data-source list44 R
PAIS monitoringfleet GPU rollup (util/mem/temp, hot/idle, busiest)11 R
Sizing & air-gapLLM GPU/storage sizing advisor, local pais.yml image inspector22 R

17 MCP tools (16 read / 1 write). Reads are strictly non-destructive. The single write (vgpu_assign) previews its blast radius, refuses a powered-on VM, never powers a VM off itself, is double-confirmed at the CLI, and is audit-logged. Pre-flight the write with vgpu_profile_validate.

Quick Install

uv tool install vmware-privateai
vmware-privateai version
vmware-privateai gpu host-list        # first read — lists hosts that have a GPU

Config lives in ~/.vmware-privateai/config.yaml (targets + optional pais: section); passwords and the PAIS bearer token live in ~/.vmware-privateai/.env (chmod 600). See references/setup-guide.md.

When to Use This Skill

Use vmware-privateai for the GPU / AI-infrastructure layer: which hosts and physical devices have GPUs, which VMs hold a vGPU and what profile, real-time GPU utilization, the assignable vGPU / DirectPath profile catalog, changing a VM's vGPU profile, and the models / knowledge bases served by Private AI Service — when the context is explicitly VMware / vSphere / VCF Private AI / NVIDIA vGPU.

Do NOT use when: the task is the backing VM's lifecycle — power on/off, snapshot, clone, migrate, reconfigure CPU/RAM (→ vmware-aiops); read-only vSphere inventory, alarms, or host health (→ vmware-monitor); or GPU-enabled Tanzu Kubernetes / Supervisor namespaces (→ vmware-vks). vgpu_assign deliberately does not power the VM off — that is vmware-aiops's job, kept separate so this skill's blast radius stays "one VM, when it is already off".

Related Skills — Skill Routing

The user wants…Skill
Inventory GPUs / vGPU consumers / GPU utilization / assign a vGPU profilevmware-privateai (this)
List PAIS served models / knowledge basesvmware-privateai (this)
Power off / snapshot / clone / migrate the backing vCenter VMvmware-aiops
Read-only vSphere inventory / alarms / host healthvmware-monitor
GPU-enabled Tanzu Kubernetes clusters / namespacesvmware-vks
Multi-step GPU workflow with approval + rollbackvmware-pilot

Common Workflows

1. Find an idle GPU and reassign a VM's vGPU profile.

vmware-privateai gpu device-list --vendor NVIDIA     # find GPUs; vm_count 0 = idle
vmware-privateai gpu consumer-list                   # who holds a vGPU, and which profile
vmware-privateai vgpu profile-list --host esx-07     # profiles that host can hand a VM
vmware-privateai gpu vgpu-assign fin-train-01 grid_a100-4c --dry-run   # preview blast radius
# power the VM off with vmware-aiops, THEN:
vmware-privateai gpu vgpu-assign fin-train-01 grid_a100-4c             # double-confirm + audit

Failure branch: if vgpu-assign (confirm) refuses with "VM is powered on — a vGPU change needs the VM powered off", run vmware-aiops vm_power_off 'fin-train-01' first, then re-run. If it fails with "profile not offered by the VM's host / GPU lacks free framebuffer", run vmware-privateai gpu host-get <that VM's host> to see the valid profiles and free capacity.

2. Triage GPU utilization across the estate.

vmware-privateai gpu utilization --top 10            # busiest vGPU VMs first
vmware-privateai gpu host-list --vendor NVIDIA       # which hosts carry the load

Failure branch: a VM showing metrics unavailable (no host driver?) is not an error — the NVIDIA host GPU driver is not exposing counters for it (metrics_available:false). Deep per-SM / per-process / MIG-slice telemetry is not available via vSphere; use NVIDIA DCGM on the host for that.

3. See what Private AI Service is serving.

vmware-privateai pais model-list                     # OpenAI-compatible /models
vmware-privateai pais kb-list                         # RAG knowledge bases

Failure branch: HTTP 404 usually means a base-URL mismatch, not a bug — the /api/v1 PAIS path prefix is deployment-specific and unconfirmed (beta). Check pais.endpoint in config.yaml. HTTP 401/403 means the bearer token in VMWARE_PRIVATEAI_PAIS_TOKEN is expired or lacks scope — obtain a fresh token from your Identity Provider, re-export it, and retry.

Usage Mode

  • CLI — interactive inventory / triage, scripting, small or local models (lower context cost).
  • MCP — agent-driven operations with structured JSON; run vmware-privateai mcp (an installed console script, so no uvx network re-resolve — works through enterprise TLS proxies, 踩坑 #25).

MCP Tools (17 — 16 read, 1 write)

CategoryToolsR/W
GPU inventorygpu_host_list, gpu_host_get, gpu_device_list, gpu_consumer_listRead
GPU utilizationgpu_utilizationRead
GPU readinessgpu_host_readinessRead
Profile catalogvgpu_profile_list, directpath_profile_listRead
Profile validationvgpu_profile_validateRead
Private AI Servicepais_model_list, pais_model_catalog, pais_knowledge_base_list, pais_data_source_listRead
PAIS monitoringpais_monitoring_summaryRead
Sizing & air-gappais_sizing_advise, pais_bundle_verifyRead
vGPU assignmentvgpu_assignWrite

INFERRED PAIS paths: pais_model_catalog and pais_data_source_list hit PAIS control-plane paths that are unconfirmed against a live OpenAPI (踩坑 #36) — a 404 returns a base-URL teaching message, not a bug. pais_sizing_advise and pais_bundle_verify need no connection (pure computation / local file parse). gpu_host_readiness reports what the vSphere API exposes and says so where it cannot (NVIDIA driver / MFT VIB / MIG need nvidia-smi on the host).

List envelope: every *_list tool returns {items, returned, limit, offset, total, truncated, hint} — read rows from items and check truncated before concluding a listing is complete; empty items with truncated:false means checked-and-none, not a failure. Lists paginate at limit=50; filter with the tool's name/vendor/host/profile/vm arguments rather than paging the whole estate.

Write safety (normative): vgpu_assign with confirm=false (the default) previews only — current profile, target profile, power state, and that a power-off is required — without acting. confirm=true applies it, but refuses a powered-on VM with a teaching error. It never powers the VM off itself, waits for the real ReconfigVM task outcome (never a premature "ok"), and audits every applied change to ~/.vmware/audit.db.

CLI Quick Reference

vmware-privateai gpu host-list [--name N] [--vendor V]       # hosts with a GPU
vmware-privateai gpu host-get <host>                          # full per-GPU detail
vmware-privateai gpu device-list [--host H] [--vendor V]     # physical GPUs (vm_count 0 = idle)
vmware-privateai gpu consumer-list [--profile P] [--vm V]    # VMs holding a vGPU + profile
vmware-privateai gpu utilization [--vm V] [--top N]          # real-time GPU %, mem %, temp
vmware-privateai gpu vgpu-assign <vm> <profile> [--dry-run]  # WRITE — VM must be off; double-confirm
vmware-privateai gpu readiness [--host H]                   # per-host vGPU/PAIS readiness verdict
vmware-privateai vgpu profile-list [--host H] [--model M]    # vGPU profile catalog
vmware-privateai vgpu directpath-list [--vendor V]           # DirectPath profiles (vSphere 9.0+)
vmware-privateai vgpu validate <vm> <profile>               # pre-flight a vGPU profile change (read-only)
vmware-privateai pais model-list [--name N]                  # PAIS served models
vmware-privateai pais model-catalog [--name N]               # PAIS deployable/approved model catalog
vmware-privateai pais kb-list [--name N]                     # PAIS knowledge bases
vmware-privateai pais data-source-list [--name N]            # PAIS RAG data sources
vmware-privateai pais monitoring-summary [--top N]           # fleet GPU rollup (util/mem/temp, hot/idle)
vmware-privateai pais sizing --model llama-70b               # LLM GPU/storage sizing (no connection)
vmware-privateai pais bundle-verify <pais.yml>              # local air-gap image inspector (no network)

Full list: references/cli-reference.md. Per-tool response-token estimates: references/capabilities.md.

Troubleshooting

  • Password not found for target '<t>'. Set environment variable VMWARE_PRIVATEAI_<T>_PASSWORD — add that line to ~/.vmware-privateai/.env and chmod 600 it, or export it (from a secret manager). The <T> is the target name upper-cased with -_.
  • TLS verification failed for target '<t>' — for a self-signed lab set verify_ssl: false for that target in config.yaml; otherwise install the vCenter CA on this host.
  • gpu host-list returns nothing on a cluster you know has GPUs — only shared / direct / sharedDirect graphics types count as compute GPUs (the plain host framebuffer is excluded). If real 9.x hardware surfaces a GPU under an unexpected type, that is a beta known-limitation — file an issue with the raw gpu host-get output so the projection can be widened.
  • gpu utilization shows a VM with metrics unavailable — the NVIDIA host GPU driver is not exposing counters for it (not an error). Note the gpu.* perf counters may report at host level on some builds — verify the entity type on real hardware (beta caveat).
  • directpath-list errors with "needs vCenter 9.0+" — DirectPathProfileManager is new in vSphere 9.0; on 8.x use vgpu profile-list instead (the error routes you there, not an empty list).
  • PAIS 404 / non-JSON response — the /api/v1 prefix is deployment-specific and unconfirmed; check pais.endpoint (a proxy or login page returns non-JSON). PAIS 401/403 → refresh the bearer token in VMWARE_PRIVATEAI_PAIS_TOKEN.

Audit & Safety

  1. Source Codehttps://github.com/vmware-skills/VMware-PrivateAI (MIT).
  2. Config File Contentsconfig.yaml holds target host/username/port and the pais.endpoint only; passwords and the PAIS bearer token live in ~/.vmware-privateai/.env (0600, obfuscated to b64: at rest — obfuscation, not encryption).
  3. Webhook Data Scope — none. This skill makes no outbound calls except to the configured vCenter/ESXi targets and PAIS endpoint.
  4. TLS Verification — on by default; verify_ssl: false is per-target (and pais.verify_ssl) and only for self-signed labs.
  5. Prompt Injection Protection — all vSphere-supplied and PAIS-supplied text (device/vendor/VM/ profile names, PAIS model ids, knowledge-base descriptions) passes through vmware_policy.sanitize() (truncation ≤500 chars + C0/C1 control-char stripping); a KB description is the highest-value injection surface here.
  6. Least Privilege — read-vs-write authorization is the vCenter role's job: a read-only service account refuses vgpu_assign's ReconfigVM at vCenter, un-bypassably. All writes are recorded in ~/.vmware/audit.db. See references/setup-guide.md.

License

MIT

관련 스킬