NVIDIA NuRec Skills is a set of agent instructions for running neural reconstruction and rendering workflows in NVIDIA Omniverse NuRec. It targets autonomous-vehicle and robotics simulation, guiding agents across the public containers, repositories, and artifacts that make up the NuRec stack.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add NVIDIA/nurec-skills --skill nurec-fixergit clone --depth 1 https://github.com/NVIDIA/nurec-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nvidia/nurec-skills/nurec-fixer)<a href="https://agentmods.dev/skills/nvidia/nurec-skills/nurec-fixer"><img src="https://agentmods.dev/badge/skills/nvidia/nurec-skills/nurec-fixer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nvidia/nurec-skills/nurec-fixer"><img src="https://agentmods.dev/badge/skills/nvidia/nurec-skills/nurec-fixer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Privilege Escalation · line 322 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00087 | $0.04445 |
| Opus 5 | $0.00044 | $0.02223 |
| Sonnet 5 | $0.00017 | $0.00889 |
| Haiku 4.5 | $0.00009 | $0.00445 |
Grade A, and why
nurec-fixer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 393 lines — stays where its author put it; the contents beside it link to each section on GitHub.
NVIDIA DiffusionHarmonizer (NuRec post-processing)
Purpose
Run NVIDIA DiffusionHarmonizer on rendered images from neural reconstructions. DiffusionHarmonizer is a single-step, temporally-aware image diffusion enhancer for NeRF / 3DGS / NuRec-style renderings. It improves realism, reduces reconstruction artifacts, and harmonizes inserted dynamic objects with the surrounding scene.
When to Use / When NOT to Use
Use this skill when the user has rendered frames from NRE, NuRec, 3DGS, NeRF, or a similar reconstruction pipeline and wants to enhance, harmonize, evaluate, or optionally fine-tune the DiffusionHarmonizer model.
Do NOT use this skill when:
- The user wants to train or render the 3D reconstruction itself
(use
nre). - The user wants to convert raw sensor data to NCore V4 (use
ncore). - The user wants a generic photo enhancer. DiffusionHarmonizer is tuned for neural-reconstruction artifacts and object-insertion failures.
- The user only wants NRE inline rendering with
--enable-difix. That remains an NRE runtime feature; use thenreskill for the completeserve-grpc/render-grpccommand shape.
What changed from the older Fixer skill
This skill follows the public NVIDIA/harmonizer release, not
the older NGC JIT .pt artifact recipe. Use these public
release artifacts:
- Code: https://github.com/NVIDIA/harmonizer
- Model:
nvidia/Harmonizeron Hugging Face (the paper checkpointmodels/diffusion_harmonizer.pkl), plus the basenvidia/Cosmos-Predict2-0.6B-Text2Imagemodel that inference also requires. - Checkpoint download:
./download_checkpoints.shfrom the repo root. It fetches the Harmonizer checkpoints intomodels/(diffusion_harmonizer.pkl,harmonizer_nontemporal.pt) and the base Cosmos DiT + tokenizer intosrc/checkpoints/nvidia/Cosmos-Predict2-0.6B-Text2Image/. - Runtime: the
harmonizer-cosmos-envimage built fromDockerfile.cosmos(basenvcr.io/nvidia/pytorch:25.10-py3). - Inference entry:
src/inference_pix2pix_turbo_harmonizer.py, run from inside/work/srcso it can import its sibling modules. - Evaluation entry:
src/evaluate_test_dataset.py - Training entry:
src/train_pix2pix_turbo_harmonizer.py
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- BENCHMARK.md 2.8 KB
- evals/evals.json 5.1 KB
- references/evaluation.md 1.8 KB
- references/inference.md 5.3 KB
- references/teardown.md 2.9 KB
- references/training.md 3.9 KB
- references/troubleshooting.md 4.8 KB
- references/wrapper-image.md 2.5 KB
- scripts/__pycache__/validate_setup.cpython-312.pyc 9.3 KB
- scripts/.env.example 908 B
- scripts/validate_setup.py 6.6 KB runs code
- skill-card.md 3.4 KB
- skill.oms.sig 6.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 393 lines · 87 tokens per session scan A 2abf11f8ffcf
nurec-fixer is a skill published in the GitHub repository NVIDIA/nurec-skills (37 stars, last pushed 7d ago), licensed Apache-2.0. It adds 87 tokens to every session and 4,445 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.