mcpbeat Sign in

Physical AI Infrastructure Setup And Resilient Scaling Agent Skill

>- Use when the user wants to set up, scale, validate, or harden NVIDIA physical AI infrastructure for synthetic data generation workflows across local MicroK8s or Azure AKS, including Kubernetes clusters, inference endpoint deployment, OSMO deployment, workload submission readiness, and infrastructure scaling, SDG infrastructure, microk8s, azure aks, NVCF deployment, summarization or workload-only operations unless infrastructure setup, scaling, validation, or recovery is requested.

86k tokens
context cost
the whole folder, loaded on every use
68
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
2778
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/skills --skill physical-ai-infrastructure-setup-and-resilient-scaling

What comes with it

150 052 bytes besides the instruction
BENCHMARK.md
components/azure-access/reference.md
components/cluster-azure/.gitignore
components/cluster-azure/reference.md
components/cluster-azure/scripts/helmfile.yaml
components/cluster-azure/scripts/main.tf
components/cluster-azure/scripts/outputs.tf
components/cluster-azure/scripts/preflight.sh
components/cluster-azure/scripts/setup.sh
components/cluster-azure/scripts/storage-class-nfs.yaml
components/cluster-azure/scripts/system_node_capacity_test.sh
components/cluster-azure/scripts/terraform.tfvars.example
components/cluster-azure/scripts/variables.tf
components/cluster-azure/scripts/versions.tf
components/cluster-azure/terraform/main.tf
components/cluster-azure/terraform/modules/README.md
components/cluster-azure/terraform/outputs.tf
components/cluster-azure/terraform/prerequisites/az-sub-init.sh
components/cluster-azure/terraform/prerequisites/install-terraform.sh
components/cluster-azure/terraform/prerequisites/register-azure-providers.sh
components/cluster-azure/terraform/prerequisites/robotics-azure-resource-providers.txt
components/cluster-azure/terraform/terraform.tfvars.example
components/cluster-azure/terraform/variables.tf
components/cluster-azure/terraform/versions.tf
components/cluster-microk8s/reference.md
components/cluster-microk8s/runtimeclass-nvidia-runc.yaml
components/cluster-microk8s/scripts/preflight.sh
components/driver/reference.md
components/inference-azure/reference.md
components/inference-azure/scripts/install.sh
components/inference-azure/scripts/preflight.sh
components/inference-nim-operator/nims/cosmos-predict/nimservice.yaml
components/inference-nim-operator/nims/cosmos-reason/nimservice.yaml
components/inference-nim-operator/nims/cosmos-transfer/nimservice.yaml
components/inference-nim-operator/nims/qwen-image-edit-nvpcb-ovsl2sl/nimservice.yaml
components/inference-nim-operator/nims/qwen-image-edit/nimservice.yaml
components/inference-nim-operator/nims/qwen25-14b/hf-download-job.yaml
components/inference-nim-operator/nims/qwen25-14b/nimservice.yaml
components/inference-nim-operator/nims/qwen25-14b/pvc.yaml
components/inference-nim-operator/nims/qwen3-235b/hf-download-job.yaml

What it tells the agent to use

found in the instruction text
Task spawns other agents

The instruction itself

11 sections, as written by the author

Physical AI Infrastructure Setup And Resilient Scaling

Canonical skill for the Physical AI infrastructure stack. Use it to compose cluster,

inference, OSMO, and workload stages into a reproducible Physical AI SDG

environment, then keep the environment observable and recoverable.

Operating Rules

  • Read only the component references needed for the selected target. Do not

load every component by default.

  • Keep the repo as the durable artifact. Fix checked-in config or scripts, then

rerun. Do not recover a failed install with untracked one-off changes.

  • Run mutating cluster, OSMO, Helm, Terraform, or Azure operations through

checked-in scripts when a script exists. Read-only diagnostics are allowed.

  • Stop at the first red gate. Fix the lowest owning layer in this order:

config, script, then skill guidance.

  • Derive values from the environment when possible. Ask only for values that

cannot be inferred, such as API keys, target choice, or quota tradeoffs.

  • Store secrets in ${REPO_ROOT}/.env. Cluster-derived values such as storage,

database, Redis, and endpoint names come from Terraform outputs or platform

queries, not .env.

  • Preflight means no deployed state: no cluster API, Terraform outputs, Helm

releases, OSMO pools, or workflow state. Those belong to deploy/verify gates.

  • Never print, echo, or paste raw keys into commands, YAML, logs, or

transcripts. Prefer credential handles, Kubernetes secretKeyRef, and

runtime-only secret injection. Scan raw transcript exports with

scripts/scan_transcript_secrets.py before sharing.

  • Use absolute paths. Derive repo root with git rev-parse --show-toplevel.

Component References

Each component lives inside this skill so the stack has one canonical trigger.

Load the component reference only when the selected target needs that slice.

| Concern | Load | Assets |

| --- | --- | --- |

| Stage matrix and old driver notes | components/driver/reference.md | None |

| MicroK8s cluster | components/cluster-microk8s/reference.md | components/cluster-microk8s/scripts/, components/cluster-microk8s/runtimeclass-nvidia-runc.yaml |

| Azure AKS cluster | components/cluster-azure/reference.md | components/cluster-azure/scripts/, components/cluster-azure/terraform/ |

| NIM Operator inference | components/inference-nim-operator/reference.md | components/inference-nim-operator/scripts/, components/inference-nim-operator/nims/ |

| NVCF inference | components/inference-nvcf/reference.md | components/inference-nvcf/scripts/ |

| Azure AI Foundry inference | components/inference-azure/reference.md | components/inference-azure/scripts/ |

| MicroK8s OSMO | components/osmo-k8s/reference.md | components/osmo-k8s/scripts/, upstream OSMO deploy scripts |

| Azure OSMO | components/osmo-azure/reference.md | components/osmo-azure/scripts/, upstream OSMO deploy scripts plus Azure TF outputs |

| Azure access setup | components/azure-access/reference.md | None |

| OSMO CLI and workflow operations | components/osmo-cli/reference.md | components/osmo-cli/scripts/, components/osmo-cli/references/, components/osmo-cli/agents/, components/osmo-cli/tests/ |

| OpenClaw Azure device login | components/openclaw-azure-login/reference.md | None |

OSMO CLI Support Files

The OSMO CLI component has second-level support files because its command and

workflow surface is large. Load these directly only for the stated case.

| File | Read when |

| --- | --- |

| components/osmo-cli/agents/workflow-expert.md | Spawning a workflow-generation or workflow-failure subagent. |

| components/osmo-cli/agents/logs-reader.md | Spawning a log summarization subagent for OSMO workflow failures. |

| components/osmo-cli/references/cli-commands.md | Exact OSMO CLI flags, payloads, or command syntax are needed. |

| components/osmo-cli/references/workflow-spec.md | Workflow YAML schema, credentials, outputs, or provider fields are needed. |

| components/osmo-cli/references/workflow-patterns.md | Multi-task, data dependency, Jinja, serial, or parallel workflow design is needed. |

| components/osmo-cli/references/advanced-patterns.md | Checkpointing, retry/exit behavior, or node exclusion is needed. |

| components/osmo-cli/tests/orchestrator-runtime-failure.md | Validating or debugging the OSMO orchestration review pattern. |

Target Selection

Pick exactly one option per stage. Stage 2 follows stage 1.

  • Kubernetes: MicroK8s or Azure
  • OSMO: MicroK8s OSMO when Kubernetes is MicroK8s, Azure OSMO when

Kubernetes is Azure

  • Inference: NIM Operator, NVCF, Azure AI Foundry, or None
  • Workload: Video Data Augmentation, Defect Image Generation, NuRec Carline

Adaptation, NRE, NCore, Asset Harvester, or custom workflow YAML

Reject invalid combinations before provisioning:

| Cluster | NIM Operator | NVCF | Azure AI Foundry |

| --- | --- | --- | --- |

| MicroK8s | yes | yes | no, Foundry requires Azure identities |

| Azure | yes | yes | yes |

For OpenClaw or any chat-only environment that cannot open a browser, read

components/openclaw-azure-login/reference.md before Azure prerequisites.

For any Azure target, read components/azure-access/reference.md before Azure

component preflights.

Setup Flow

  • Confirm target choices and workload compute requirements.
  • Load the selected component references.
  • Resolve prerequisites up front, including API keys, Azure access, caller

CIDR, GPU quota, storage class, and OSMO login requirements.

  • Run scripts/preflight.sh for every selected infrastructure component plus

any OSMO CLI/workload preflight before provisioning; build the implementation

plan from the results and stop on red preflight.

  • Deploy Kubernetes first. Nothing else starts until the cluster gate is green.
  • Deploy OSMO and inference after Kubernetes. These can proceed in parallel

once the cluster exists, but workload submission waits for both selected

gates.

  • Submit the workload only after OSMO, storage credentials, compute pool, and

selected inference endpoints are verified. For VDA, this includes

preflight_credentials.sh, pre_submit_guard.py with resolved --set

values, non-empty model-cache prefixes, and workflow-namespace endpoint

smoke checks.

  • Monitor through completion. On failed workflow state, inspect events and logs

from components/osmo-cli/reference.md; do not resubmit blindly.

Inference Discovery

Avoid over-deploying expensive endpoints.

  • Scan the chosen workflow spec and default values for endpoint references:

*.osmo-nims.svc.cluster.local, api.nvcf.nvidia.com/*,

*.inference.ai.azure.com, or *.cognitiveservices.azure.com.

  • Map each reference to the selected backend:
  • NIM Operator: service name must match a directory under

components/inference-nim-operator/nims/.

  • NVCF: function URL or function ID must be supplied by the environment.
  • Azure AI Foundry: endpoint name must be deployed through

components/inference-azure/scripts/install.sh.

  • If the workflow needs a capability the selected backend lacks, stop and

report the mismatch. Do not silently substitute another model.

Verification Gates

Each stage has its own Verify section in the component reference. These gates

are mandatory:

| Stage | Gate |

| --- | --- |

| Kubernetes | Cluster API reachable, nodes Ready, GPU capacity advertised for GPU paths, and CPU+NVCF paths have runtimeclass/nvidia mapped to runc. |

| Inference | Every endpoint referenced by the workload is reachable. NIM readiness uses /v1/health/ready; NVCF and Foundry still need task-specific authenticated checks. |

| OSMO | OSMO pods Ready, pool ONLINE, port-forward watchdogs alive, storage credentials configured, and verify-hello workflow COMPLETED. |

| Workload | Selected workload pre-submit guards pass before submit. osmo workflow query <id> reports COMPLETED and every task is green. Failed terminal states require events and logs before retry. |

Resilient Scaling

  • Size the cluster from workload needs before provisioning. For Azure, check CPU

and GPU quota for the selected VM families before terraform apply.

  • For NIM Operator, deploy only the NIMServices referenced by the workload.

Each service pins GPU and model-cache storage for the lifetime of the cluster.

  • Keep OSMO storage URL schemes aligned with the active backend. Local MicroK8s

uses MinIO, Azure uses Blob-backed configuration.

  • Treat Pending, Unknown, ImagePullBackOff, unbound PVCs, or 0 Ready replicas as

layer failures. Investigate scheduling, storage, image credentials, and

adjacent platform state before retrying the same command.

  • For long deploys or workflow watches, provide heartbeat updates with current

state, elapsed time, last useful observation, and next check.

Workload Routing

  • Video Data Augmentation: use skills/physical-ai-video-data-augmentation/SKILL.md.
  • Defect Image Generation: use skills/physical-ai-defect-image-generation/SKILL.md.
  • NuRec carline adaptation: use skills/carline-adaptation/SKILL.md.
  • NRE, NCore, and Asset Harvester live in the canonical NuRec catalog listed in

skills/INDEX.md.

  • Custom workload: submit the provided workflow YAML through OSMO after checking

resource requests, image credentials, data credentials, and inference URLs.

Evaluation Prompts And Results

  • Positive trigger: "Set up resilient Physical AI infrastructure for VDA on

Azure AKS with NIM Operator."

Expected: use this skill.

  • Negative trigger: "Summarize recent OSMO workflow logs for this workflow ID."

Expected: do not use this infrastructure setup skill unless the request also

involves setup, scaling, validation, or recovery of the infrastructure stack.

Latest static review: 2026-05-26, description keywords match the expected

routes above.

Other skills for the same job

different authors, same section of the catalogue
Azure Kubernetes Automatic Readiness
by microsoft
vendor ×3

Assess Kubernetes workloads and cluster configuration for AKS Automatic compatibility. Identifies incompatibilities, generates fixes, and guides migration from AKS Standard to AKS Automatic. WHEN: migrate to AKS Automatic, check AKS Automatic readiness, validate manifests for Automatic, assess cluster for Automatic compatibility, fix deployment for Automatic compatibility, identify AKS Automatic migration blockers, is my cluster ready for AKS Automatic.

13k tokens
Capacity
by microsoft
vendor ×3

Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project capacity search, quota analysis, model availability, region comparison, check TPM availability. DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.

6k tokens scripts
Customize
by microsoft
vendor ×3

Interactive guided deployment flow for Azure OpenAI models with full customization control. Step-by-step selection of model version, SKU (GlobalStandard/Standard/ProvisionedManaged), capacity, RAI policy (content filter), and advanced options (dynamic quota, priority processing, spillover). USE FOR: custom deployment, customize model deployment, choose version, select SKU, set capacity, configure content filter, RAI policy, deployment options, detailed deployment, advanced deployment, PTU deployment, provisioned throughput. DO NOT USE FOR: quick deployment to optimal region (use preset).

8k tokens
Deploy Model
by microsoft
vendor ×3

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).

26k tokens scripts
Preset
by microsoft
vendor ×3

Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).

9k tokens
Lamindb
by christophacham
×3

This skill should be used when working with LaminDB, an open-source data framework for biology that makes data queryable, traceable, reproducible, and FAIR. Use when managing biological datasets (scRNA-seq, spatial, flow cytometry, etc.), tracking computational workflows, curating and validating data with biological ontologies, building data lakehouses, or ensuring data lineage and reproducibility in biological research. Covers data management, annotation, ontologies (genes, cell types, diseases, tissues), schema validation, integrations with workflow managers (Nextflow, Snakemake) and MLOps platforms (W&B, MLflow), and deployment strategies.

22k tokens
Latchbio Integration
by christophacham
×3

Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.

12k tokens
Modal
by christophacham
×3

Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.

17k tokens

How to use it

Copy the folder

Take nvidia/physical-ai-infrastructure-setup-and-resilient-scaling from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.