用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NVIDIA-Omniverse/omniverse-labs --skill usdz-layer-open命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | usdz-layer-open |
| description | Use this skill when implementing or verifying opening a single layer from a USDZ package. |
| metadata | {"author":"NVIDIA"} |
Use this skill when implementing or verifying opening a single layer from a USDZ package.
Text, Binary, and PackagePinned AOUSD commit: 6b4f01f2d6d46b01507481524eb516b4ef358c31
usdz-package-formatouter.usdz[entry].usda entries to usda-layer-open.usdc entries to usdc-layer-openLayerOpenResult pass-throughThis skill owns contracts/handles/usdz-layer-open.handle.json.
The generic usd-layer-open entrypoint opens the outer resource through
usd-resource-protocol and passes those package bytes here. This handler uses
usdz-package-format to index and select the package entry. It then invokes the
registered concrete layer-format handler for the selected entry extension:
.usda routes to usda-layer-open, and .usdc routes to usdc-layer-open.
For package entries, the standalone file_backed_path from the outer package
must not be forwarded to the inner handler. The path names the entire archive,
not the selected byte extent. Use the non-owning PackageEntryByteView bytes
instead.
Unsupported .usd, nested .usdz, missing default layer, missing explicit
entry, and package-layout diagnostics fail before parser-specific layer state is
emitted.
Defer ZIP/USDZ structure parsing to usdz-package-format.
Defer resource classification, package spelling split, and outer package reads
to usd-resource-protocol and usd-layer-open.
Defer USDA text handling to usda-layer-open and USDC binary handling to
usdc-layer-open.
Do not implement .usd forwarding, nested package opening, package writes,
composition, dependent layer loading, stage population, or asset resolution.
.usda layer from a package.usdc layer from a package.usda and .usdc package entries.usd, and nested .usdz