Cosmos3 Setup
SkillAI & modelsUse when setting up Cosmos3 access through NPA, checking source or Hugging Face reachability, staging the public Cosmos3 framework and checkpoint cache, or deciding which NPA workflow to use before inference.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Cosmos3 Setup skill
What this skill tells your AI
The instructions your AI receives, as published by nebius/nebius-physical-ai in skills/atomic/cosmos3-setup/SKILL.md and read by ahel’s review.
Source And Attribution
Adapted from NVIDIA cosmos-framework
skills/atomic/cosmos3-setup/SKILL.md.
Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. Used under OpenMDW-1.1.
See skills/LICENSE-NVIDIA-COSMOS3-OPENMDW-1.1 and
skills/NOTICE-NVIDIA-COSMOS3.
When To Use
Use this skill when the task is about Cosmos3 first-run setup, source checkout,
checkpoint access, credential verification, CUDA or uv install choices, or
selecting the right NPA Cosmos3 workflow. If the user is already failing with an
ImportError, CUDA error, Docker runtime error, or checkpoint download failure,
switch to skills/atomic/cosmos3-env-troubleshoot/SKILL.md.
NPA Boundary
Cosmos3 skills are agent skills. Do not add or invoke Cosmos skill-display subcommands; those are intentionally not part of the NPA human CLI surface.
Real NPA setup surfaces are:
npa workbench cosmos checkfor redacted source, Hugging Face, optional NGC, and parser-setting validation.npa workbench cosmos fetchfor source plus checkpoint staging in a temporary runtime cache.workflows/testing/cosmos-fetch.yamlfor a workflow fetch workflow that runs those real commands.workflows/testing/cosmos3-text-to-image.yamlfor the H100 text-to-image smoke workflow.
Setup Flow
-
Inspect the NPA integration before changing behavior:
rg -n "Cosmos3|cosmos3|NPA_COSMOS3" npa/src/npa npa/workflows npa/tests -
Confirm access locally without downloading weights:
npa/.venv/bin/npa workbench cosmos check --output jsonThis command must redact model repo IDs, private source URLs, and token values in its output.
-
Stage source and checkpoint only when credentials are available:
npa/.venv/bin/npa workbench cosmos fetch --output jsonUse
--skip-checkpointfor source-only checks. Use--cache-dirfor an ephemeral path, not a repository path. -
For GPU inference, use the text-to-image SkyPilot workflow. The setup skill should point to that workflow; it should not create a skill launcher command.
-
Keep guardrails on by default. The only opt-out is an explicit user request mapped to
NPA_COSMOS3_NO_GUARDRAILS=1in the inference workflow.
Credential Inputs
Defaults are controlled by these environment variable names:
NPA_COSMOS3_SOURCE_REPO, defaulthttps://github.com/NVIDIA/cosmos-framework.gitNPA_COSMOS3_MODEL_ID, defaultnvidia/Cosmos3-NanoNPA_COSMOS3_CACHE, default/tmp/npa-cosmos3-cacheNPA_COSMOS3_GITHUB_TOKEN_ENV, defaultGITHUB_TOKENNPA_COSMOS3_HF_TOKEN_ENV, defaultHF_TOKENNPA_COSMOS3_NGC_API_KEY_ENV, defaultNGC_API_KEYNPA_COSMOS3_REQUIRE_NGC, default0
Never print token values. When diagnosing, report only whether each credential is configured, missing, skipped, or failed.
A read token is sufficient for downloads. For a fine-grained token, explicitly grant read access to every gated model and guardrail repo the selected path uses; accepting the repo terms on the account does not add that token scope.
Upstream Cosmos3 Notes
When an agent needs upstream package guidance, clone or inspect
https://github.com/NVIDIA/cosmos-framework.git and read:
docs/setup.mdfor system packages, uv groups, CUDA variants, and container setup.skills/atomic/cosmos3-setup/SKILL.mdfor NVIDIA's original setup guidance.skills/atomic/cosmos3-env-troubleshoot/SKILL.mdfor known error signatures.
Training extras use cu130-train or cu128-train. Inference-only groups omit
training dependencies. Inside NGC PyTorch containers, clear LD_LIBRARY_PATH
before Python imports if PyTorch reports internal import failures.
Signals
- GitHub stars
- 28
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cosmos3-setup- Source
- github.com/nebius/nebius-physical-ai