Agentic AI Skills#
Omniverse Streaming Skills is a set of AI-agent skills that help you plan and deploy a self-hosted Omniverse Streaming on NVCF stack on your own cloud infrastructure. Use them with an agent that supports skills: start at the repository root for end-to-end orchestration, or open a single component when you only need one part of the stack. Review the generated plan and scripts before the agent applies them.
Capabilities#
The skills cover the full deployment path:
Base cloud infrastructure: AWS and Azure networking and IAM, GPU-enabled Kubernetes clusters, and container registries with image mirroring.
NVCF control plane: installing NVIDIA Cloud Functions and its prerequisites.
Auxiliary services: including Low Latency Streaming (LLS) for real-time WebRTC, with a TURN relay for clients on restrictive networks.
Caches: shader (GXCache), content (OVCC), and derived-data (DDCS) caches.
Storage: connecting your own object storage (S3 or Azure Blob) through the Omniverse Storage APIs.
End-to-end orchestration: sequences the above into a working deployment and runs readiness checks.
Out of scope: Skills for building and deploying your Kit application as a Cloud Function, creating the streaming web client, and running end-to-end stream validation are planned for a future release. However, agents can complete these steps today using our documentation and repositories.
Benefits#
Deployment velocity: The skills automate cluster provisioning, image mirroring, installation, and validation, standing up a working stack in far less time than a manual deployment.
Guided and repeatable: The skills encode the steps, settings, and checks needed to stand up the stack, reducing manual setup and configuration drift.
Plan before you apply: Start in plan mode, review the plan and generated scripts, then let the agent deploy.
Major cloud support: Parallel AWS and Azure paths for infrastructure, registries, and storage.
Agent-agnostic: The skills work with any agent that supports the open skills format.
Version-aligned: The skills ship with the release and its component manifest, so they match the versions you deploy.
Get the Skills#
The skills are published on GitHub at NVIDIA-Omniverse/streaming-self-hosted.