Skip to main content
NVIDIA-Omniverse
Profil créateur GitHub

NVIDIA-Omniverse

Vue par dépôt de 350 skills collectés dans 21 dépôts GitHub.

skills collectés
350
dépôts
21
mis à jour
28 août 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

setup-environment
non classé

Use when setting up a fresh clone of this repo to run OVRTX Dev Variant Presenter (also called the "variant studio" in the walkthrough video and earlier releases) — no .venv yet, ovrtx/ovstage/ovstream not installed, ModuleNotFoundError on…

13 août 2026
start-server
non classé

Use when asked to start, run, launch, restart, or bring up the OVRTX Dev Variant Presenter server, stream, or viewport in this repo — also called the "variant studio" in the walkthrough video and earlier releases — or after the stream / GPU / server was lost…

13 août 2026
omniverse-dev-variant-presenter
non classé

Build a browser-based, RTX-streamed app for exploring and rendering USD VARIANT PERMUTATIONS — a live ovstream/WebRTC viewport plus instant variant switching, cameras, a turntable rig, grid/batch stills, a multi-track timeline, projects, post, and…

13 août 2026
omniverse-dev-variant-presenter-ui
non classé

The visual design + layout for the Dev Variant Presenter frontend — the GitHub-dark + NVIDIA-green theme, the header / viewport+timeline / right-side tabbed control panel layout, and the component styles (pill chips with swatches, segmented buttons, blocks,…

13 août 2026
ovrtx-grid-batch-render
non classé

Batch-render combinatorial USD variant permutations to disk with an ovrtx renderer: one-at-a-time and full-Cartesian matrix modes, a combinatorial-explosion guard, a {set}-{variant} naming convention, optional animation-range frame sequences, progress events,…

13 août 2026
ovrtx-post-cutsheet
non classé

Post-process rendered variant permutations: browse a results folder of stills/videos, burn variant-label plates onto renders (originals untouched), assemble frame sequences into MP4, and compose a labeled contact sheet ("cut sheet"). Pure PIL/OpenCV/ffmpeg,…

13 août 2026
ovrtx-projects-session
non classé

Persist a Variant Presenter workspace: named PROJECTS (bundle a stage with its base variant selection, display/optics, selected camera, per-camera looks/framing, and saved timeline views) and an automatic crash-recovery SESSION checkpoint that restores the…

13 août 2026
ovrtx-timeline-nle
non classé

Build a multi-track, non-linear timeline (NLE) for USD variant + camera changes over time: a pure state-resolution engine (tracks/clips, state_at(t), frame sampling, mixer/slideshow presets), a client-side JS mirror for instant scrubbing, and a render-to-MP4…

13 août 2026
Affichage de 8 skills collectés sur 136.
material-agent-cli
Développeurs de logiciels

Run the direct Material Agent CLI for config-driven VLM material assignment pipelines. Use when the user wants to run material-agent commands directly, edit or execute a material-agent config YAML, resume a fixed pipeline, benchmark material predictions,…

30 juil. 2026
deploy-physics-agent-docker
Développeurs de logiciels

Deploy the physics-agent-service locally using Docker Compose with the bundled OVRTX GPU rendering sidecar. Use when user wants to run physics agent with docker, docker compose, set up local deployment of the physics service, run it on a GPU box, start…

30 juil. 2026
vision
Développeurs de logiciels

Analyze images using a Vision-Language Model through the wu CLI. Use when the user wants to describe an image, caption a picture, ask questions about visual content, inspect renders or screenshots, compare visual evidence, or produce text or JSON answers with…

30 juil. 2026
content-workbench
Développeurs de logiciels

Use when a long-running coding agent needs to inspect, manipulate, render, validate, optimize, restore, or export a USD asset through Content Workbench, including scene sessions, snapshots, rendering, picking, path translation, edit transactions, and workflow…

21 juil. 2026
content-workflow-asset-task-processing
Développeurs de logiciels

Plan and execute one or more domain tasks over finalized decomposed scene assets, with an immutable eligible work matrix, independent per-item results, agent-chosen ordering, durable decision memory, and a sealed Workflow 2 handoff. Use after scene…

21 juil. 2026
content-workflow-cli
Développeurs de logiciels

Use when the user wants the public batch shortcut for a prepared agentic asset workflow, including single-asset material assignment and three-phase large-scene execution or resume through content-workflow-cli.

21 juil. 2026
content-workflow-convert-to-usd
Développeurs de logiciels

Use before USD-based content workflows when a source asset must be routed to OpenUSD through the agentic convert-to-usd workflow, including existing USD passthrough, CAD/mesh conversion, URDF conversion, MuJoCo/MJCF conversion, blocked reports, and handoff…

21 juil. 2026
content-workflow-large-scene
Développeurs de logiciels

Coordinate a large OpenUSD scene through decomposition, per-asset domain processing, and original-topology collection using durable run state and deterministic handoff gates. Use when a scene is too large or repetitive to process monolithically, when…

21 juil. 2026
Affichage de 8 skills collectés sur 39.
cloning-prims
Développeurs de logiciels

Cloning USD subtrees to create copies at new paths. Use when user asks to clone, duplicate, copy a prim, or create instances of existing geometry.

14 août 2026
project-setup-c
Développeurs de logiciels

Setting up a new CMake C/C++ project that uses ovrtx. Use when user asks to create a new C project, set up CMake with ovrtx, scaffold a C++ app, or configure build dependencies.

14 août 2026
reading-attributes
Développeurs de logiciels

Reading scalar or array attributes from prims into CPU or GPU tensors. Use when user asks to read an attribute value, fetch mesh data (points, faceVertexCounts, etc.), inspect a render setting, or sample transforms.

14 août 2026
render-settings
Développeurs de logiciels

Writing render settings to control rendering behavior. Use when user asks to change render settings, set max bounces, configure path tracing, change render quality, or modify RTX settings on a RenderProduct.

14 août 2026
renderer-creation
Développeurs de logiciels

Creating and configuring an ovrtx renderer instance. Use when user asks to create a renderer, initialize ovrtx, configure renderer options, or set up ovrtx.

14 août 2026
update-0-3-0-4-c
Développeurs de logiciels

Upgrade skill: migrate user C/C++ application code from ovrtx 0.3.x standalone stage APIs to ovrtx 0.4.x attached to ovstage 0.1.x. Use when the user asks to "upgrade from 0.3 to 0.4 with ovstage", "ovrtx 0.4 ovstage 0.1 migration", "migrate my ovrtx app", or…

14 août 2026
update-0-3-0-4-python
Développeurs de logiciels

Upgrade skill to migrate an existing Python ovrtx codebase from 0.3.x to 0.4.x by moving scene population, cloning, queries, attribute reads, writes, mappings, and persistent binding workflows to ovstage while keeping rendering in ovrtx. Use when the user…

14 août 2026
warmup
Développeurs de logiciels

Warming up the renderer before capturing output. Use when user asks about warmup frames, image quality, texture streaming, path tracing convergence, or why renders look noisy/incomplete.

14 août 2026
Affichage de 8 skills collectés sur 38.
orchestrate-streaming-stack
Administrateurs de réseaux et de systèmes informatiques

Orchestrate an end-to-end NVIDIA self-managed streaming stack across AWS or Azure. Use when planning, generating, sequencing, deploying, or validating the full path from CSP base infrastructure through NVCF self-managed control plane, NVCF auxiliary services,…

3 août 2026
nvcf-self-managed-cli
Administrateurs de réseaux et de systèmes informatiques

Install, operate, and tear down self-hosted NVIDIA Cloud Functions (NVCF) deployments with nvcf-cli. Use for control-plane or compute-plane install, status checks, cluster registration, function deploy/invoke, task create/list/cancel/delete, API keys, admin…

3 août 2026
nvcf-self-managed-installation
Administrateurs de réseaux et de systèmes informatiques

Install and operate NVCF self-hosted control-plane and separate compute-plane stacks. Covers Helmfile values and CLI profile installation flows, teardown, values overrides, pull secrets, and troubleshooting. Use for nvcf-self-managed-stack,…

3 août 2026
caches-ddcs-deploy
Développeurs de logiciels

Deploy DDCS as a shader cache for Kit/write-render-worker on GKE. Produces Kubernetes manifests, the Helm values override for write-render-worker (drivercachewrapper + UJITSO), and optionally runs a proof-of-life test. Use when setting up DDCS for MEGA shader…

13 juil. 2026
caches-ovcontentcache-deploy
Développeurs de logiciels

Deploy NVIDIA Omniverse Content Cache (OVCC) alongside a MEGA simulation stack. Covers evaluation, sizing (NGINX queue-depth model), configuration for GCS/S3/Azure backends, Helm install from NGC (chart ovcontentcache v4.0.4), TLS setup, in-place upgrade from…

13 juil. 2026
nvcf-gxcache
Développeurs de logiciels

Use for installing, debugging, or modifying NVCF GXCache across self-managed Kubernetes environments. Trigger on explicit GXCache, helm-gxcache, gxcache-init, gxcache-webhook, distributed shader cache, NVCA cache feature gates, or GXCache provider adaptation…

13 juil. 2026
aws-iam-vpc
Développeurs de logiciels

Generate the AWS network and IAM foundation for a KAS/NVCF EKS deployment: VPC, public/private subnets, route tables, Internet/NAT gateways, and base IAM/tagging inputs. Use as Stage 01 of aws-infra before eks-cluster.

13 juil. 2026
aws-infra
Développeurs de logiciels

Orchestrate the AWS KAS/NVCF EKS foundation by delegating to the component AWS infrastructure skills: aws-tf-conventions, aws-iam-vpc, eks-cluster, eks-nodes, eks-storage, ecr, eks-gpu-operator, eks-validate, and optionally ecr-mirror. Use when setting up,…

13 juil. 2026
Affichage de 8 skills collectés sur 29.
Affichage de 8 skills collectés sur 21.
compare-stages
Développeurs de logiciels

Diff two USD stages by prim/mesh/vertex/material count, file size, and validator summary. Use for before/after optimization comparisons.

20 juil. 2026
config-presets
Développeurs de logiciels

Choose and run a ready-made preset operation stack from config_presets/. Use when you want a known-good starting point for a common optimization goal rather than assembling a custom config.

20 juil. 2026
create-proxy
Développeurs de logiciels

Create a USD proxy mesh sibling. Use to generate decimated, bbox, or LOD stand-ins, with optional render/proxy purpose variant set.

20 juil. 2026
debug-operation
Développeurs de logiciels

Triage a failing Usd Optimize operation. Use when an op errors, silently no-ops, or returns unexpected output.

20 juil. 2026
deduplicate-hierarchies
Développeurs de logiciels

Collapse duplicate prim hierarchies into instanceable internal references. Use when deduplicating subtrees or folding repeated prims into prototypes.

20 juil. 2026
inspect-asset
Développeurs de logiciels

Quick USD stage inspection — reports stage info, prim counts, mesh statistics, materials, animation, and scene scale. Use before optimizing.

20 juil. 2026
interpret-validators
Développeurs de logiciels

Read saved validator artifacts and triage the issues that --fix could not auto-resolve, with per-rule prim lists and fix recommendations. Use after run-validators to decide what to do about remaining issues.

20 juil. 2026
new-operation
Développeurs de logiciels

Scaffold a new Usd Optimize operation plugin (C++ source, premake, test, guide, optional validator). Use to add a new op or plugin.

20 juil. 2026
Affichage de 8 skills collectés sur 16.
application-flow
Développeurs de logiciels

End-to-end ovstage application lifecycle: create an instance, identify prims/attributes via the path dictionary, write attribute columns at an ordinal, advance the write floor to seal them, query/read, and release. Use when user asks how to structure an…

5 août 2026
clone-subtree-multienv
Développeurs de logiciels

Clone the subtree under a source prim to one or more new target paths in a single ordinal-keyed call — including the multi-environment pattern (stamp out N copies of a prototype). Use when the user asks to clone, duplicate, or copy a prim/subtree, or to spawn…

5 août 2026
dlpack-tensor-exchange
Développeurs de logiciels

How ovstage attribute data crosses the boundary as DLPack DLTensors — copy-in writes, copy-out reads, staging-backed map/unmap writes, CPU vs CUDA residency, cuda_sync GPU sync, and sparsity (index_map/mask). Use when user asks about DLTensor, tensor data…

5 août 2026
error-handling
Développeurs de logiciels

Error checking patterns for the ovstage C API. Use when user asks about error handling, checking return codes, debugging ovstage failures, or troubleshooting a failed enqueue, wait, or fetch.

5 août 2026
project-setup-python
Développeurs de logiciels

Setting up a Python project that uses the ovstage Python bindings. Use when user asks to create a Python ovstage app, import ovstage, configure the library path, or scaffold Python code that reads/writes stage data.

5 août 2026
runtime-loop
Développeurs de logiciels

Headless load -> populate -> read -> update -> read loop with no renderer attached: open a USD scene into the ovstage runtime table, read prims back to confirm, then update the live stage two ways — write straight into the ovstage table (e.g. animate a…

5 août 2026
stage-queries
Développeurs de logiciels

Find prims with filter queries — predicates over reserved metadata built-ins (usd-path, usd-prim-type, usd-parent, usd-children, usd-schemas) and attribute presence — instead of explicit path lists, then introspect what a query matched. Use when the user asks…

5 août 2026
usd-to-ovstage-migration
Développeurs de logiciels

Port code written against the USD API (pxr) to the ovstage data plane: map DefinePrim / CreateAttribute+Set / Get / RemovePrim / Sdf.ChangeBlock onto INSERT-mode writes, write_attribute, read_attributes, delete_attributes, and the batched write_attributes —…

5 août 2026
Affichage de 8 skills collectés sur 14.
callbacks-and-input
Développeurs de logiciels

Wiring connection / message / input callbacks for WebRTC, native, SHM, and CUDASHM streams. Use when user asks about receiving input events, handling messages, detecting client connect/disconnect, or sending messages back.

27 juin 2026
cudashm-consumers
Développeurs de logiciels

Writing a CUDASHM reader/consumer that attaches to an ovstream CUDASHM producer over CUDA IPC. Use when user asks about consuming GPU-resident frames, reading from a CUDA IPC ring, writing a simulation/post-processing kernel that ingests rendered output, or…

27 juin 2026
native-consumers
Développeurs de logiciels

Writing a native (StreamSDK) reader/consumer that attaches to an ovstream NATIVE server over the network. Use when user asks about consuming a native stream, writing a StreamSDK client viewer, decoding frames client-side via NvStreamingMedia, or streaming…

27 juin 2026
project-setup-c
Développeurs de logiciels

Setting up a new CMake C/C++ project that uses ovstream. Use when user asks to create a new C project, set up CMake with ovstream, scaffold a C++ streaming app, or configure build dependencies.

27 juin 2026
protocol-selection
Développeurs de logiciels

Choosing between WebRTC, RTSP, the native protocol, SHM, and CUDASHM. Use when user asks which transport to use, the trade-offs, what each protocol supports, or how to view a stream.

27 juin 2026
shm-consumers
Développeurs de logiciels

Writing an SHM reader/consumer that attaches to an ovstream SHM producer. Use when user asks about consuming SHM frames, reading from shared memory, writing an OpenCV / Electron / custom viewer, or multi-reader patterns.

27 juin 2026
application-flow
Développeurs de logiciels

High-level overview of a typical ovstream application lifecycle. Use when user asks how to structure an ovstream program, what the main steps are, or how the pieces fit together.

16 juin 2026
cuda-interop
Développeurs de logiciels

CUDA buffer allocation, pitch alignment, BGRA channel order, and ctypes-bound cudart usage. Use when user asks about CUDA interop, pitched allocations, frame layout, or zero-copy GPU integration.

16 juin 2026
Affichage de 8 skills collectés sur 13.
basic-workflow
non classé

Create an ovphysx instance, attach an ovstage scene, step simulation, and clean up. Use when starting a new ovphysx project, testing basic integration, or learning the minimal workflow.

28 août 2026
clone-environments
non classé

Clone one USD environment subtree into many runtime-only PhysX environments for RL-style batched simulation. Use when a caller needs replicated physics environments, clone API ordering, or target transform guidance.

28 août 2026
ovphysx-output-read
Développeurs de logiciels

Read ovphysx simulation output with the ovstage-native output-read API when results must retain ovstage identity or write back without rebuilding paths or repacking tensors. Covers Python `PhysX.read()` / `PhysX.read_tokens()`, C `ovphysx_query()` /…

28 août 2026
ovphysx-usd-authoring
non classé

Author USD physics content that ovphysx can load and simulate (rigid bodies, colliders, mass, physics scene). Use when creating or editing .usda or USD scenes for ovphysx, not when calling the runtime step or tensor API. Keywords USD authoring, UsdPhysics,…

28 août 2026
tensor-bindings-cpu
non classé

Create tensor bindings to read and write physics simulation data on CPU using numpy arrays. Use when you need to exchange simulation state (poses, velocities, joint targets) with your application via tensors.

28 août 2026
tensor-bindings-gpu
non classé

Read and write physics simulation data on GPU using CUDA device pointers and DLPack tensors. Use when you need GPU-to-GPU tensor exchange (no CPU staging) for high-throughput RL or robotics workloads.

28 août 2026
omniverse-ui-apis
Développeurs de logiciels

Use when creating, modifying, inspecting, or reasoning about ovui UI from low-level atomic ovui widgets, including layout, Pixel/Percent/Fraction sizing, model-view widgets, TreeView/stage hierarchy trees, inputs, menus, windows, docking, viewport-like ovrtx…

21 juil. 2026
omniverse-ui-inspector
Développeurs de logiciels

Use this skill when the user asks to inspect, screenshot, automate, click, type into, or drive a running ovui/ovui-widgets application through the ovui-inspect FastAPI inspector. The skill provides an importable `ovuiinspect` module, an `ovui-inspect` CLI,…

21 juil. 2026
omniverse-ui-styling
Développeurs de logiciels

Use this skill for ovui and ovui-widgets styling work: palettes, colour / float / URL constants, theme shades, ui.style.default, style dictionaries, selector grammar, widget name variants, style_type_name_override values, naming conventions, style hierarchy,…

21 juil. 2026
omniverse-ui-widgets-app
Développeurs de logiciels

Install and run the packaged ovui USD Viewer with ovrtx and either OpenUSD, ovstage, or both data adapters. Use when creating a clean virtual environment from published wheels, selecting the adapter configuration, or launching ovui_widgets.app against a USD…

21 juil. 2026
omniverse-ui-widgets
Développeurs de logiciels

Use this skill when a user asks to create or validate a disposable standalone ovui/ovui-widgets application from the existing widget set. The application source should live outside the repo unless the user explicitly asks to productize it. The skill gives…

21 juil. 2026
check-nvcf-function
Développeurs de logiciels

Retrieves full NVCF function and deployment information for a given function ID (and optionally a function version ID) via the NVCF and NGC APIs, including status, container image, inference and health endpoints, ports, and deployment specifications. When…

16 juin 2026
check-streaming-app
Développeurs de logiciels

Retrieves full details for a published streaming application on the Omniverse portal by locating it via app_id or NVCF function_id and function_version_id, authenticating like publish-streaming-app, and calling GET /api/apps/{app_id}. Returns portal metadata,…

16 juin 2026
diagnose-streaming-issues
Développeurs de logiciels

Triages Omniverse Kit streaming failures on NVCF and the Web Streaming Portal by matching symptoms to issue guides, verifying portal and NVCF state via check-streaming-app and check-nvcf-function, and summarizing fixes. When the root cause stays unclear,…

16 juin 2026
publish-streaming-app
Développeurs de logiciels

Publish or update a streaming application on the Omniverse portal by collecting app metadata, authenticating against the portal's identity setup, and calling `PUT /api/apps/{app_id}`. Use when Codex needs to add, publish, register, or update a streaming…

16 juin 2026
remove-streaming-app
Développeurs de logiciels

Remove a published streaming application from the Omniverse portal by locating the app via `app_id` or via `function_id` plus `function_version_id`, authenticating against the portal's identity setup, previewing the matched app, and calling `DELETE…

16 juin 2026
12 dépôts affichés sur 21