N
Nvidia技能
ego lite browser
贊助ego lite is the fastest browser for AI agents to run web automation, sharing your logged-in state with Codex or Claude Code, zero cost, zero config.
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Webotee Amazon MCP
贊助Amazon brand, seller & niche intelligence in your own Claude or ChatGPT — buy-box history, competing sellers, and under-competed niches. Research built for sellers.
accelerated-computing-cudf
nvidia
Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and…
official
accessing-mlflow
nvidia
Query and browse evaluation results stored in MLflow. Use when the user wants to look up runs by invocation ID, compare metrics across models, fetch artifacts…
official
add-binding-feature
nvidia
在核心運行時及所有受影響的綁定中新增或變更公開的 NeMo Relay API 表面。
official
add-middleware
nvidia
Add a new guardrail or intercept type to the NeMo Relay middleware pipeline
official
aiq-deploy
nvidia
Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.
official
aiq-research
nvidia
當被要求透過可存取的 NVIDIA AI-Q Blueprint 後端執行深度研究或 AI-Q 研究時使用。
official
amc-run-sample-calibration
nvidia
Run end-to-end calibration on the shipped sample dataset (sdg_08_2_sample_data_010926.zip) against a running AMC microservice. Use when user says 'test sample…
official
amc-run-video-calibration
nvidia
Calibrate a new dataset from pre-recorded video files via the AutoMagicCalib REST API. Use when user has local MP4s and says 'calibrate my videos', 'run AMC on…
official
amc-setup-calibration-stack
nvidia
Launch AutoMagicCalib microservice and web UI from NGC release images via Docker Compose. Use when user says 'deploy auto calibration', 'launch auto…
official
analysis-methods
nvidia
Teaches the analyst agent how to write correct, robust Python analysis code for FHIR clinical data using pandas, matplotlib, and scipy.
official
asset-harvester
nvidia
Use to install and run NVIDIA Asset Harvester (Apache-2.0) to extract per-object 3D Gaussian Splat assets (`gaussians.ply`) from AV NCore V4 clips or masked…
official
auto-research
nvidia
Autonomous NeMo-RL research agent workflow for directed hypothesis testing and open-ended discovery. Guides agents through the full experiment lifecycle:…
official
benchmark-isaaclab
nvidia
Run Isaac Lab benchmark scripts and interpret their outputs. Covers RL training throughput, non-RL environment step FPS, camera/load/startup benchmarks, batch…
official
benchmark-isaacsim
nvidia
Run Isaac Sim benchmark scripts and interpret benchmark outputs. Covers camera, SDG, scene-loading, robot, lidar/radar/sensor benchmark scripts, common…
official
brev-etiquette
nvidia
Brev instance operating guidance for NeMo-RL agents working in /home/ubuntu/RL with limited workspace disk, a larger /ephemeral volume, and optional…
official
build-and-dependency
nvidia
基於容器的開發環境設置與依賴管理,適用於Megatron-LM。涵蓋獲取並啟動CI容器、uv套件管理,以及…
official
build-from-issue
nvidia
Given a GitHub issue number, plan and implement the work described in the issue. Operates iteratively - creates an implementation plan, responds to feedback,…
official
case-summary
nvidia
Prepare a complete clinical case summary for a patient from FHIR endpoints. Use when asked to summarize a patient, compile a case, or prepare for tumor board.
official
changelog-audit
nvidia
在發行前審核 Warp 的 CHANGELOG.md:恢復遺失的條目、按使用者影響排序、優化條目語言、自動換行,以及(在發行分支模式下)進行版本比較…
official
chef-assistant
nvidia
在烹飪或規劃餐點、疑難排解食譜、學習烹飪技巧時使用
official
cicd
nvidia
Megatron-LM 的 CI/CD 參考資料,涵蓋 CI 管線結構、PR 範圍標籤、觸發內部 GitLab CI 以及 CI 失敗調查。
official
clinical-delegation
nvidia
How to delegate clinical tasks to specialist agents. Always use sub-agent runtime with explicit agentId — never ACP. Never call FHIR via web_fetch.
official
clinical-knowledge
nvidia
Teaches agents clinical reference ranges, condition codes, quality measure definitions, drug classifications, and regulatory context so they can flag abnormal…
official
cmake-structure
nvidia
IsaacTeleop CMake target layout and #include conventions. Use whenever you create or edit a CMakeLists.txt, add or move a module/library/executable/test…
official
code-formatter
nvidia
Formats Python code using the black formatter
official
code-reviewer
nvidia
審查程式碼變更並提出改進建議
official
cohort-compare
nvidia
Analyze a cohort of patients from FHIR endpoints to find care gaps and patterns. Use when asked to compare patients, find quality gaps, or analyze a population.
official
compare-results
nvidia
Establish baseline-vs-candidate evaluation plans, delegate missing evaluations, compare validated results, and decide quantization feasibility. Use when the…
official
compileiq-author-objective
nvidia
Use when writing the objective_function= passed to Search(). Covers the two legal signatures (compiler-only str vs mixed list), the baseline-knockout branch,…
official
compileiq-booster-pack
nvidia
Use BEFORE running a full CompileIQ search. Walks through downloading a Booster Pack from NVIDIA/CompileIQ GitHub Releases, applying ACF candidates one at a…
official
compileiq-bootstrap
nvidia
在啟動全新的 CompileIQ 專案、遇到 socket 逾時,或執行任何其他 compileiq-* 技能之前使用。驗證 CUDA 13.3+、ptxas、GPU 存取…
official
compileiq-debug
nvidia
當出現問題時使用:Search() 卡住、所有評估回傳 INVALID_SCORE、分數沒有改善、每個設定回傳相同數字、ptxas 錯誤……
official
compileiq-run-search
nvidia
在撰寫 Search(...) 呼叫並調用 .start() 時使用。涵蓋四個工作類別(MultiProcessWorker / IsoMultiProcessWorker / RayWorker /…)
official
compileiq-search-space
nvidia
當選取 Search() 的 search_space= 參數時使用。涵蓋三個提供者類別(PtxasSearchSpace、NvccSearchSpace、LocalSearchSpaceBin),以及如何…
official
compileiq-validate-result
nvidia
Use AFTER a Search has completed and BEFORE claiming any speedup or shipping an ACF. Loads the dump_results CSV, extracts top-K candidates (single-objective)…
official
config-reader
nvidia
Reads and displays configuration files
official
contribute-api
nvidia
Contribute a new NeMo Relay public API surface safely, with binding parity and docs in mind
official
contribute-docs
nvidia
Contribute documentation or example changes that stay aligned with NeMo Relay public behavior
official
contribute-integration
nvidia
Contribute a new or updated third-party framework integration for NeMo Relay
official
create-github-issue
nvidia
Create GitHub issues using the gh CLI. Use when the user wants to create a new issue, report a bug, request a feature, or create a task in GitHub. Trigger…
official
create-github-pr
nvidia
Create GitHub pull requests using the gh CLI. Use when the user wants to create a new PR, submit code for review, or open a pull request. Trigger keywords -…
official
create-issue
nvidia
調查失敗的 GitHub Actions 執行或作業,並為該失敗建立 GitHub issue。
official
create-rfc
nvidia
Create OpenShell RFC proposals in rfc/ from a design request. Use when the user asks to write, draft, start, create, or update an RFC, Request for Comments,…
official
create-spike
nvidia
深入探索程式碼庫,調查以平實語言描述的問題,然後建立一份包含技術發現的結構化 GitHub 議題。前傳為…
official
creative-writing-coach
nvidia
Helps users with creative writing and storytelling
official
cudaq-guide
nvidia
CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.
official
cuequivariance
nvidia
Define custom groups (Irrep subclasses), build segmented tensor products with CG coefficients, create equivariant polynomials and IrDictPolynomials, and use…
official
cuequivariance-jax
nvidia
在JAX中使用segmented_polynomial(naive/uniform_1d)、ir_dict工作流搭配IrDictPolynomial與dict[Irrep, Array]來執行等變多項式,以及…
official
cuequivariance-torch
nvidia
Execute equivariant tensor products in PyTorch using SegmentedPolynomial (naive/uniform_1d/fused_tp/indexed_linear), high-level operations…
official
cufolio
nvidia
當用戶要求使用Mean-CVaR、效率前緣、情境生成或NVIDIA…來建立、優化、回測、再平衡或分析股票投資組合時使用。
official
cuopt-debugging
nvidia
針對 cuOpt LP/MILP 問題進行疑難排解,包括錯誤、錯誤結果、不可行解、效能問題及狀態碼。當使用者提到…時使用。
official
cuopt-developer
nvidia
Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI). Use for solver internals, PRs, DCO, and code conventions.
official
cuopt-developer
nvidia
修改、建置、測試、除錯並貢獻至 NVIDIA cuOpt(C++/CUDA、Python、伺服器、CI)。用於求解器內部、PR、DCO 及程式碼慣例。
official
cuopt-install
nvidia
Install cuOpt for Python, C, or server via pip, conda, or Docker; verify the install. For building cuOpt from source, see cuopt-developer.
official
cuopt-install
nvidia
透過 pip、conda 或 Docker 安裝適用於 Python、C 或伺服器的 cuOpt,並驗證安裝。若要從原始碼建置 cuOpt,請參閱 cuopt-developer。
official
cuopt-installation-api-c
nvidia
Install cuOpt for C — conda, locate lib/headers, verification. Use when the user is installing or verifying the C API. Standalone; no common skill.
official
cuopt-installation-api-python
nvidia
Install cuOpt for Python — pip, conda, Docker, verification. Use when the user is installing or verifying the Python API. Standalone; no common skill.
official
cuopt-installation-common
nvidia
Install cuOpt — system and environment requirements only. Domain concepts; no install commands or interface guidance.
official
cuopt-installation-developer
nvidia
Developer installation — build cuOpt from source, run tests. Use when the user wants to set up a dev environment to contribute or modify cuOpt.
official
cuopt-lp-milp-api-c
nvidia
LP and MILP with cuOpt — C API only. Use when the user is embedding LP/MILP in C/C++.
official
cuopt-lp-milp-api-cli
nvidia
LP and MILP with cuOpt — CLI only (MPS files, cuopt_cli). Use when the user is solving from MPS via command line.
official
cuopt-lp-milp-api-python
nvidia
Solve Linear Programming (LP) and Mixed-Integer Linear Programming (MILP) with the Python API. Use when the user asks about optimization with linear…
official
cuopt-model-mapper
nvidia
將解釋後的優化問題映射為cuOpt原生模型,以最少澄清問題實現快速路徑。
official
cuopt-multi-objective-exploration
nvidia
透過重複的單目標 cuOpt 求解(加權和法與 ε-約束法),追蹤並解釋競爭目標之間的帕累托前沿。
official
cuopt-multi-objective-exploration
nvidia
Trace and interpret the Pareto frontier across competing objectives using repeated single-objective cuOpt solves (weighted-sum and ε-constraint).
official
cuopt-numerical-optimization-api
nvidia
LP、MILP 與 QP(測試版)搭配 cuOpt — Python、C 與 CLI。當使用者透過任何 cuOpt 介面求解 LP、MILP 或 QP 時使用。
official
cuopt-numerical-optimization-api
nvidia
LP, MILP, and QP (beta) with cuOpt — Python, C, and CLI. Use when the user is solving LP, MILP, or QP with any cuOpt interface.
official
cuopt-numerical-optimization-api-c
nvidia
LP, MILP, and QP (beta) with cuOpt — C API only. Use when the user is embedding LP, MILP, or QP in C/C++.
official
cuopt-numerical-optimization-api-c
nvidia
LP, MILP, and QP (beta) with cuOpt — C API only. Use when the user is embedding LP, MILP, or QP in C/C++.
official
cuopt-numerical-optimization-api-cli
nvidia
LP, MILP, and QP (beta) with cuOpt — CLI only (MPS files, cuopt_cli). Use when the user is solving LP, MILP, or QP from MPS via command line.
official
cuopt-numerical-optimization-api-cli
nvidia
LP、MILP 與 QP(測試版)搭配 cuOpt — 僅限命令列(MPS/LP/QPS 檔案、cuopt_cli)。當使用者透過命令列從 MPS 或 LP 檔案求解 LP、MILP 或 QP 時使用…
official
cuopt-numerical-optimization-api-python
nvidia
使用 cuOpt Python API 求解 LP、MILP、QP(測試版)——線性/二次目標、整數變數、排程、投資組合、最小平方法。
official
cuopt-numerical-optimization-api-python
nvidia
使用 cuOpt Python API 求解 LP、MILP、QP(測試版)——線性/二次目標、整數變數、排程、投資組合、最小平方法。
official
cuopt-numerical-optimization-formulation
nvidia
LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.
official
cuopt-numerical-optimization-formulation
nvidia
LP、MILP、QP — 概念、問題文本解析與建模模式(參數、約束、決策、目標)。僅限概念;不含API。
official
cuopt-qp-api-c
nvidia
使用 cuOpt 進行二次規劃(QP)的 C API。當使用者將 QP 嵌入 C/C++ 時使用。
official
cuopt-qp-api-cli
nvidia
QP with cuOpt — CLI (e.g. cuopt_cli with QP-capable input). Use when the user is solving QP from the command line.
official
cuopt-qp-api-python
nvidia
Quadratic Programming (QP) with cuOpt — Python API only (beta). Use when the user is building or solving QP in Python.
official
cuopt-routing-api-python
nvidia
使用 cuOpt 進行車輛路徑規劃(VRP、TSP、PDP)— 僅限 Python API。適用於使用者以 Python 建置或求解路徑問題時。
official
cuopt-routing-api-python
nvidia
Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only. Use when the user is building or solving routing in Python.
official
cuopt-routing-formulation
nvidia
Vehicle routing (VRP, TSP, PDP) — problem types and data requirements. Domain concepts; no API or interface.
official
cuopt-sandbox
nvidia
Run cuOpt in the NemoClaw sandbox — probe/smoke gates, remote gRPC env, then vendored cuOpt skills.
official
cuopt-server-api-python
nvidia
cuOpt REST 伺服器 — 啟動伺服器、端點、Python/curl 客戶端範例。適用於使用者部署或呼叫 REST API 時。
official
cuopt-server-api-python
nvidia
cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.
official
cuopt-server-common
nvidia
cuOpt REST 伺服器 — 其功能與請求流程。領域概念;不含部署或客戶端程式碼。
official
cuopt-server-common
nvidia
cuOpt REST server — what it does and how requests flow. Domain concepts; no deploy or client code.
official
cuopt-skill-evolution
nvidia
After solving a non-trivial problem, detect generalizable learnings and propose skill updates. Always active — applies to every interaction.
official
cuopt-skill-evolution
nvidia
After solving a non-trivial problem, detect generalizable learnings and propose skill updates. Always active — applies to every interaction.
official
cuopt-user-rules
nvidia
Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server). Not for cuOpt internals — use cuopt-developer for those.
official
cuopt-user-rules
nvidia
Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server). Not for cuOpt internals — use cuopt-developer for those.
official
cupynumeric-hdf5
nvidia
使用Legate的並行、分散式HDF5 I/O(legate.io.hdf5: to_file, from_file, from_file_batched)讀寫大型cuPyNumeric陣列至HDF5。適用於…
official
cupynumeric-install
nvidia
安裝並驗證 Python 的 cuPyNumeric — 包含需求、指令、驗證。原始碼建置不在範圍內。
official
cupynumeric-migration-readiness
nvidia
遷移前準備評估工具,用於將NumPy移植至cuPyNumeric。請在用戶詢問程式碼是否能在…上擴展時,於大量移植工作開始前使用。
official
cupynumeric-parallel-data-load
nvidia
將分片、存於磁碟的資料集(分片 .npy、Parquet/Arrow、原始二進位、分片 HDF5、自訂佈局)透過手動方式載入至分散式 cuPyNumeric ndarray。
official
cut-release-tag
nvidia
Cut a new semver release tag on main, move the `latest` tag, and push. Use when cutting a release, tagging a version, shipping a build, or preparing a…
official
cutedsl-kernel-integration
nvidia
Use when integrating a CuTeDSL/CUTE DSL kernel into cuDNN Frontend as a frontend-only Python API, including APIBase wrappers, lazy cudnn exports, optional…
official
dali-dynamic-mode
nvidia
DALI imperative dynamic mode (`nvidia.dali.experimental.dynamic`, ndd): use when working on ndd code or migrating pipelines; skip pipeline-only tasks.
official
data-designer
nvidia
當使用者想要建立資料集、生成合成資料或建置資料生成管線時使用。
official
data-processor
nvidia
處理來自來源檔案的資料記錄
official
day0-release
nvidia
針對 day-0 量化檢查點發布的確定性端到端驅動程序 — 鏈接 PTQ → 評估 → 比較,並在階段之間設置強制門控(…
official
debug
nvidia
Run commands inside a remote Docker container via the file-based command relay (tools/debugger). Use when the user says "run in Docker", "run on GPU", "debug…
official
debug-inference
nvidia
Debug why inference.local or external inference setup is failing. Use when the user cannot reach a local model server, has provider base URL issues, sees…
official
debug-openshell-cluster
nvidia
偵錯 OpenShell 閘道部署為何不健康、無法連線或無法建立沙箱。當使用者遇到閘道健康狀態失敗時使用…
official
deepstream-dev
nvidia
NVIDIA DeepStream SDK 9.0 development with Python pyservicemaker API. Use when building video analytics pipelines, GStreamer-based video processing, TensorRT…
official
deepstream-generate-pipeline
nvidia
Build DeepStream GStreamer pipelines interactively. Use when the user asks about pipelines for video/image inference, detection, tracking, or streaming —…
official
deepstream-import-vision-model
nvidia
使用此技能將任何來自 HuggingFace 或 NVIDIA NGC 的視覺模型導入 NVIDIA DeepStream 管線,實現端到端自動化:ONNX 下載、…
official
deepstream-profile-pipeline
nvidia
Profile a DeepStream pipeline with Nsight Systems and derive its configs from the measurement. Use when the user asks for an efficient, performant, or profiled…
official
deepstream-sop
nvidia
Use this skill when building, deploying, evaluating, debugging, or measuring latency for the DeepStream SOP Inference Microservice — a GPU-accelerated FastAPI…
official
deploy-service
nvidia
Deploy a service to the staging environment via shell commands
official
deployment
nvidia
使用 vLLM、SGLang 或 TRT-LLM 將量化或未量化的 LLM 檢查點作為 OpenAI 相容的 API 端點提供。當使用者說「部署模型」、「提供服務…」時使用。
official
dgx-diagnose
nvidia
診斷常見的 DGX Station GB300 問題 — CUDA 崩潰、GPU 目標錯誤、vLLM/SGLang 容器錯誤、MIG 狀態問題、NVLink/Fabric Manager 錯誤…
official
diagnose-perf
nvidia
First-responder performance triage for Isaac Sim and Isaac Lab. Identifies bottleneck category (GPU-bound, CPU-bound, VRAM, loading) using nvidia-smi and…
official
dicom-metadata-extract
nvidia
用於從單一DICOM檔案中提取選定的元數據,並標記標準標籤中是否存在PHI。不適用於匿名化或臨床用途。
official
dicom-series-preflight
nvidia
Used for header-only preflight of one DICOM series folder before conversion or inference. Not for de-identification or clinical clearance.
official
dicom-series-to-volume
nvidia
Used for converting one CT DICOM series folder to a HU NIfTI volume with affine evidence. Not for multi-frame DICOM or clinical use.
official
digital-health-clinical-asr-build
nvidia
Stage 2 of the Clinical ASR Flywheel. Use when curating clinical terms, tagging IPA, and synthesizing a NeMo manifest. NOT for scoring (use…
official
digital-health-clinical-asr-eval
nvidia
Stage 3 of Clinical ASR Flywheel. Score a NeMo manifest, produce the five-section KER leaderboard (by-ipa_source diagnostic). Not for ASR auth (/riva-asr).
official
digital-health-clinical-asr-finetune
nvidia
Stage 4 of the Clinical ASR Flywheel. Use when priority KER is above 0.3 to run stock NeMo SFT on Parakeet TDT v2 and offline cycle N+1 re-eval. NOT for…
official
digital-health-clinical-asr-setup
nvidia
Stage 1 of Clinical ASR Flywheel. Use when bootstrapping a cycle: NVCF+MW disclosure, NVIDIA_API_KEY check, deps install, TTS+ASR smoke test.
official
docs
nvidia
Documentation conventions for NeMo-RL. Covers docs/index.md updates and docstring format.
official
dynamo-interconnect-check
nvidia
Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment…
official
dynamo-recipe-runner
nvidia
Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter…
official
dynamo-router-starter
nvidia
啟動或修補 Dynamo 路由器模式,並執行路由器端點煙霧測試。用於循環、KV 感知、最少負載或裝置感知路由設定;使用…
official
dynamo-troubleshoot
nvidia
診斷失敗或不健康的 Dynamo 部署。當 Pod、模型快取任務、PVC、工作者、前端/路由器健康狀態、端點或基準測試任務失敗時使用…
official
eagle3-new-model
nvidia
Add a new model to the EAGLE3 offline pipeline. Generates an hf_offline_eagle3.yaml launcher config for a new model checkpoint, choosing the right hidden state…
official
eagle3-review-logs
nvidia
Review EAGLE3 pipeline experiment logs from the launcher's experiments/ directory. Summarizes pass/fail status for all 4 tasks, diagnoses failures with root…
official
eagle3-triage
nvidia
Triage a failed EAGLE3 pipeline run. Identifies which step failed (data synthesis, hidden state dump, training, or benchmark), diagnoses root cause from logs,…
official
eagle3-validate
nvidia
Validate that an EAGLE3 pipeline run completed successfully end-to-end. Checks all 4 steps produced expected artifacts, verifies acceptance rate meets…
official
earth2studio-create-datasource
nvidia
Create and validate Earth2Studio data source wrappers (DataSource, ForecastSource, DataFrameSource, ForecastFrameSource) from remote stores. Do NOT use for…
official
earth2studio-create-diagnostic
nvidia
Create Earth2Studio diagnostic model wrappers for single-step data transformations, including simple derived diagnostics, packaged AutoModel diagnostics, and…
official
earth2studio-create-prognostic
nvidia
Create Earth2Studio prognostic (time-stepping forecast) model wrappers. Do NOT use for diagnostic models, data sources, or installation.
official
earth2studio-data-fetch
nvidia
Fetch weather/climate data via Earth2Studio data sources for specific variables and times. Do NOT use for inference pipelines, model discovery, or installation.
official
earth2studio-deterministic-forecast
nvidia
Build deterministic forecast scripts with Earth2Studio (model, data source, IO, inference). Do NOT use for ensemble, diagnostics, data-only fetch, or install.
official
earth2studio-discover
nvidia
尋找 Earth2Studio 模型、資料來源及範例,以應用於天氣/氣候使用案例。請勿用於撰寫推論程式碼、下載資料或安裝。
official
earth2studio-install
nvidia
Guide installing Earth2Studio via uv or pip, selecting model extras, and configuring the environment. Do NOT use for writing inference code, choosing models,…
official
evaluation
nvidia
Evaluates accuracy of quantized or unquantized LLMs using NeMo Evaluator Launcher (NEL). Triggers on "evaluate model", "benchmark accuracy", "run MMLU",…
official
fault-injection-loop
nvidia
閉環故障注入與歸因準確度基準測試。從優先級池中提取(故障類型、排名、迭代次數、節點)實驗,並提交2…
official
fhir-basics
nvidia
教導代理程式了解 FHIR R4 API 的運作方式、可用的資源、如何使用搜尋參數進行查詢,以及如何正確解析所有回應格式…
official
file-indexer
nvidia
讀取本地檔案並將索引上傳至遠端搜尋服務
official
file-organizer
nvidia
Organizes files in your project directory
official
find-review-pr
nvidia
尋找帶有安全與高優先級標籤的開放 GitHub PR,將每個 PR 連結到其對應的 issue,偵測重複項目(多個 PR 修復同一個 issue),並呈現…
official
fix-security-issue
nvidia
Implement a fix for a reviewed security issue. Takes an issue number or scans for issues labeled "topic:security" and "state:agent-ready". Reads the security…
official
fr-analysis
nvidia
Analyze PyTorch NCCL flight-recorder (FR) dumps to identify collective operation hangs and isolate the responsible ranks using CollectiveAnalyzer. Use when a…
official
friendly-greeter
nvidia
一個友善的問候技能,會向使用者打招呼
official
general-assistant
nvidia
當你需要任何幫助時使用
official
generate-sandbox-policy
nvidia
Generate sandbox security policies from plain-language requirements and optional REST API documentation. At minimum, takes API host:port endpoints and intent…
official
generic-max-supply
nvidia
Multi-period supply chain planning model: data files, BOM structure, variable/constraint reference for the max-supply base model.
official
helm-dev-environment
nvidia
Start up, tear down, and configure the local Kubernetes development environment for OpenShell. Uses k3d (Docker-backed k3s) + Skaffold + Helm. Covers cluster…
official
helpful-formatter
nvidia
為使用者格式化並改善文字回覆
official
holoscan-install-conda
nvidia
Install Holoscan SDK v4.3+ via Conda in a CUDA 13 environment. Use for Conda installs; redirect CUDA 12 hosts to container/wheel.
official
holoscan-install-container
nvidia
Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs.
official
holoscan-install-debian
nvidia
Install Holoscan SDK natively on Ubuntu via apt. Use for C++ installs on Ubuntu; pair with /holoscan-install-wheel for Python.
official
holoscan-install-source
nvidia
Build Holoscan SDK from source via the in-tree ./run script. Use only when published packages don't meet the user's needs.
official
holoscan-install-wheel
nvidia
透過 pip 將 Holoscan SDK Python wheel 安裝至虛擬環境中。適用於 Python 安裝;不適用於原生 C++/apt 或 Conda 安裝。
official
holoscan-setup
nvidia
Guides Holoscan SDK installation: inspects the host, assesses platform compatibility, recommends an install method, and delegates to the matching install skill.
official
hsb-app
nvidia
Discover and run Holoscan Sensor Bridge example applications on a connected devkit. Filters available apps by the user's platform, HSB software version, board…
official
hsb-flash
nvidia
對連接到NVIDIA開發套件的HSB板上的FPGA進行燒錄。支援HSB Lattice板(FPGA版本2407、2412、2507、2510)及Leopard Imaging VB1940…
official
hsb-setup
nvidia
Clone the latest NVIDIA Holoscan Sensor Bridge repo, ask which supported devkit is being used, configure the host per platform, build the correct demo…
official
hsb-test
nvidia
在 Holoscan Sensor Bridge 硬體上執行 QA 測試計劃。讀取使用者提供的測試文件,根據使用者的設定篩選測試,判斷哪些測試可以…
official
install-isaaclab
nvidia
Install Isaac Lab for Isaac Sim-backed workflows or Isaac Lab 3.0+ kit-less/Newton workflows, then verify the setup. Use when the user asks to install, set up,…
official
install-isaacsim
nvidia
Install Isaac Sim via pip or source build. Covers Docker setup, verification, and common install issues. Use when the user asks to install, set up, or build…
official
install-profilers
nvidia
Install profiling tools for Isaac Sim / Isaac Lab / Kit-based applications. Covers Nsight Systems (`nsys` CLI), `sqlite3`, Tracy `csvexport`, canonical Tracy…
official
jetson-build-source
nvidia
Use when you need to rebuild the BSP overlay — DT, OOT modules, or kernel — from changes under bsp_sources/. Triggers: build bsp, rebuild dtb, rebuild kernel.
official
jetson-customize-camera
nvidia
Enable MIPI/GMSL camera sensors on a Jetson Thor or Orin custom carrier by rendering a kernel-DT overlay from the in-tree sensor DTSI. Do NOT use for UPHY lane…
official
jetson-customize-clocks
nvidia
Use to lock/cap Jetson CPU/GPU/EMC clocks, toggle EMC/CPU DVFS, or change cpufreq governors by editing BPMP DTB and nvpower.sh pre-flash. Do NOT use for live…
official
jetson-customize-fan
nvidia
Use when you need to add, remove, edit, list, or change the boot default of an nvfancontrol fan profile on a Jetson/Tegra (Orin, Thor) target. Triggers: edit…
official
jetson-customize-mgbe
nvidia
Enable Jetson Thor 25G/10G/1G MGBE QSFP via kernel-DT overlay. Do NOT use for UPHY lane allocation or ODMDATA edits.
official
jetson-customize-nvpmodel
nvidia
Use when you need to add, remove, edit, list, or change the boot default of an nvpmodel power mode on a Jetson/Tegra (Orin, Thor) target. Triggers: edit power…
official
jetson-customize-pcie
nvidia
Per-controller PCIe enable / disable / lanes / link-speed for a Jetson Thor or Orin custom carrier via ODMDATA + kernel-DT overlay. Do NOT use for UPHY lane…
official
jetson-customize-pinmux
nvidia
Per-pin SFIO / direction / initial-state configurator for a Jetson Orin or Thor custom carrier from the pinmux XLSM. Do NOT use for kernel-DT overlay or…
official
jetson-customize-uphy
nvidia
在 Orin/Thor 客製載板上配置 Jetson UPHY 通道分配(uphy0/uphy1-config)。請勿用於 pinmux 或僅 PCIe 編輯。
official
jetson-customize-usb
nvidia
透過核心裝置樹覆蓋啟用/停用 Jetson USB2/USB3 SS 連接埠。請勿用於 UPHY 通道分配或 ODMDATA 編輯。
official
jetson-derive-carrier
nvidia
Bootstrap a custom carrier board by forking carrier files and scaffolding a DT overlay from the reference devkit. Use after jetson-init-source; not for…
official
jetson-diagnostic
nvidia
唯讀的 Jetson 健康快照,包含身份、記憶體、GPU、溫度、電源、儲存、服務及頂層程序資訊。
official
jetson-download-bsp
nvidia
Download NVIDIA Jetson Linux BSP artifacts (BSP tarball, sample rootfs, public_sources, x-tools, guides) for the active target. Use for Auto Setup; not for…
official
jetson-flash-image
nvidia
Use to flash a promoted BSP image to a Jetson DUT in RCM mode via flash.sh or l4t_initrd_flash.sh. Do NOT use for BSP customization, image promotion, or…
official
jetson-generate-kb
nvidia
Build a per-target knowledge-base markdown next to the active profile by walking the BSP root and source tree. Use after init-image / init-source; not for…
official
jetson-headless-mode
nvidia
Plan and apply safe Jetson headless-mode changes to reclaim GUI and daemon memory.
official
jetson-inference-mem-tune
nvidia
Pick the serving stack and per-runtime memory flags (vLLM, SGLang, llama.cpp, TensorRT Edge-LLM) for an LLM/VLM workload on any NVIDIA Jetson.
official
jetson-init-image
nvidia
Extract Jetson Linux + sample-rootfs tarballs and run apply_binaries.sh for the active target, then record bsp_image in the profile. Use after…
official
jetson-init-source
nvidia
Set up the BSP source workspace: Linux_for_Tegra overlay tracker, bsp_sources, Crosstool-NG toolchain. Use after jetson-init-image; not for fetching inputs.
official
jetson-init-target
nvidia
Author a new Jetson target-platform profile (reference_devkit + optional custom_carrier) and update the active pointer. Use to create a target; not for…
official
jetson-link-docs
nvidia
將預先下載的Jetson參考文件(開發者指南、設計指南、引腳多工、電路圖)綁定到活動設定檔的文件區塊中。在暫存文件後使用…
official
jetson-llm-benchmark
nvidia
在 Jetson 上對比 vLLM、llama.cpp 和 Ollama 的 LLM/VLM 服務效能,並輸出結構化 JSON 結果。
official
jetson-llm-serve
nvidia
Stand up vLLM or SGLang serving on Jetson, using upstream vLLM on Thor and Orin JetPack 7.2+, and NVIDIA-AI-IOT vLLM on older Orin.
official
jetson-memory-audit
nvidia
Measure Jetson DRAM/NvMap usage and verify before/after memory reclamation with live audit data.
official
jetson-optimize-memory
nvidia
透過停用 MB1 BCT、MB2 BCT、核心保留記憶體及 SWIOTLB 中未使用的子系統來回收 DRAM。適用於無頭或無攝影機的 Jetson 部署;不…
official
jetson-package
nvidia
Pick Jetson-compatible containers, vLLM runtime images, and Jetson AI Lab PyPI indexes; maps Orin SM 8.7 vs Thor SM 11.0 and JetPack-specific package choices.
official
jetson-print-bsp-info
nvidia
Use when you need to print Jetson BSP info (L4T version, board configs, rootfs state) from a Linux_for_Tegra root on the host PC. This is an example skill.
official
jetson-print-device-info
nvidia
Use when you need to print Jetson device info (module model, L4T version, kernel, OS version, current power mode) from a running Jetson target. This is an…
official
jetson-promote-image
nvidia
用於將覆蓋檔案和建置產物推送到暫存的BSP映像中。請勿用於燒錄或建置。觸發條件:推送bsp映像。
official
jetson-quick-start
nvidia
Entry skill for Jetson / IGX BSP customization. Asks one core click-to-select setup questionnaire and passes prefilled answers to downstream setup skills.
official
jetson-set-target
nvidia
Switch the active Jetson target-platform pointer to an existing profile YAML. Use before customize/build/flash to change target; not for authoring profiles —…
official
jetson-speculative-decoding
nvidia
Add EAGLE-3 or draft-model speculative decoding to a Jetson vLLM server when TPOT is the bottleneck.
official
jetson-validate-image
nvidia
在 jetson-flash-image 之後使用,對已刷寫的 DUT 執行靜態 BSP 檢查、目標端冒煙測試/回歸測試,或兩者皆執行。不適用於建置或刷寫步驟。觸發條件:…
official
jp-compliance-reporter
nvidia
為日本金融機構生成法規遵循報告
official
k8s-launch-kit-config
nvidia
Use this skill when the user needs help understanding, creating, or editing a k8s-launch-kit (l8k) configuration file (l8k-config.yaml or cluster-config.yaml).…
official
k8s-launch-kit-deploy
nvidia
Use this skill when the user wants to deploy generated NVIDIA networking manifests to a Kubernetes cluster using k8s-launch-kit (l8k). Activate for: applying…
official
k8s-launch-kit-discover
nvidia
Use this skill when the user wants to discover their Kubernetes cluster's network hardware capabilities using k8s-launch-kit (l8k). Activate for: cluster…
official
k8s-launch-kit-dryrun
nvidia
Use this skill when the user wants to preview what k8s-launch-kit (l8k) would deploy without making changes, or wants to safely validate their configuration…
official
k8s-launch-kit-generate
nvidia
Use this skill when the user wants to generate Kubernetes YAML manifests for NVIDIA networking deployment using k8s-launch-kit (l8k). Activate for: manifest…
official
k8s-launch-kit-pipeline
nvidia
Use this skill when the user wants to run the full k8s-launch-kit (l8k) pipeline end-to-end: discover cluster hardware, select a profile, generate manifests,…
official
k8s-launch-kit-shared
nvidia
k8s-launch-kit (l8k) CLI: Shared patterns for binary location, global flags, output formatting, exit codes, and error handling. Read this before using any…
official
k8s-launch-kit-troubleshoot
nvidia
Use this skill when the user has problems with NVIDIA Network Operator on Kubernetes, or wants to analyze a sosreport diagnostic dump. Activate for: OFED…
official
k8s-launch-kit-validate
nvidia
Use this skill when the user wants to verify that an NVIDIA networking deployment matches the configuration that produced it. Activate for: 'is my deployment…
official
k8s-network-engineer
nvidia
扮演一位資深NVIDIA網路工程師,專精於使用k8s-launch-kit (l8k)在Kubernetes上部署雲原生網路。在以下情況啟動…
official
karpathy-guidelines
nvidia
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes,…
official
kernel-triton-writing
nvidia
ONLY for OpenAI Triton (@triton.jit) kernel development. NEVER use for CUDA C++ kernels, TileIR, or profiling tools (ncu, nsys). The user's request must…
official
kit-app-streaming-debug
nvidia
Use when investigating Kit app livestream performance bottlenecks, WebRTC/native StreamSDK lag, freezes, dropped frames, browser WebRTC stats, copy fence…
official
launch-nemo-rl
nvidia
透過 nrl-k8s CLI 在 Kubernetes 叢集上啟動、監控、停止及除錯 NeMo-RL 配方的手冊。涵蓋臨時性與長期運行的…
official
launching-evals
nvidia
Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher. Covers running evaluations, checking status and live progress, debugging failed…
official
linting-and-formatting
nvidia
針對 Megatron-LM 的 linting 與格式化,涵蓋執行 autoformat.sh、工具(ruff、black、isort、pylint、mypy)以及程式碼風格規則。
official
log-analysis
nvidia
分析 SLURM 作業日誌檔案,使用 NVRxLogAnalyzer 進行失敗根因歸因與重啟決策。當您有 SLURM 訓練作業日誌且…
official
lp-milp-formulation
nvidia
LP/MILP概念以及從問題描述到公式化的過程。包括LP/MILP是什麼、必要的公式化問題、典型的建模元素,以及如何解析……
official
maintain-ci
nvidia
Maintain and review NeMo Relay GitHub Actions workflows with explicit per-job permissions, pinned action SHAs, deterministic caching, reusable workflow…
official
maintain-dynamic-plugins
nvidia
Maintain NeMo Relay dynamic plugin loaders, manifests, Rust native SDKs, gRPC worker protocol, Python worker SDK, docs, tests, and release workflow coverage
official
maintain-observability
nvidia
維護或擴展 NeMo Relay 在 ATIF、OpenTelemetry 和 OpenInference 上的可觀測性表面
official
maintain-optimizer
nvidia
Maintain or extend the NeMo Relay adaptive surface across config, plugins, docs, and bindings; use this when users still say optimizer
official
maintain-packaging
nvidia
Maintain NeMo Relay package metadata, module paths, generated artifacts, and release-facing build surfaces
official
markdown-formatter
nvidia
格式化並美化 Markdown 文件
official
mcore-build-and-dependency
nvidia
Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and…
official
mcore-bump-base-image
nvidia
Bump the NVIDIA PyTorch base image (`nvcr.io/nvidia/pytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in…
official
mcore-cicd
nvidia
CI/CD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a…
official
mcore-create-issue
nvidia
Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.
official
mcore-create-issue
nvidia
調查失敗的 GitHub Actions 執行或作業,並為該失敗建立一個 GitHub 問題。
official
mcore-linting-and-formatting
nvidia
Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.
official
mcore-linting-and-formatting
nvidia
Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.
official
mcore-onboard-gb200-1node-tests
nvidia
Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.
official
mcore-run-on-slurm
nvidia
How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run,…
official
mcore-run-on-slurm
nvidia
How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run,…
official
mcore-split-pr
nvidia
將一個PR拆分為多個PR,以減少所需的CODEOWNERS審查者群組數量。
official
mcore-split-pr
nvidia
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
official
mcore-testing
nvidia
Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI…
official
mcore-testing
nvidia
Megatron-LM 的測試系統。涵蓋測試佈局、配方 YAML 結構、新增與執行單元測試及功能測試、黃金值、標記過濾器與 CI…
official
mig-configure
nvidia
Configure NVIDIA MIG (Multi-Instance GPU) partitions on the DGX Station GB300, including enabling MIG mode, choosing a profile layout, creating instances, and…
official
molecular-viz
nvidia
Visualize drug-protein complexes using build_viewer.py, PubChem, and OpenFold3 NIM. Use when asked to show a molecular structure, drug target, or protein…
official
monitor
nvidia
Monitor submitted jobs (PTQ, evaluation, deployment) on SLURM clusters. Use when the user asks "check job status", "is my job done", "monitor my evaluation",…
official
nat-agent-configuration
nvidia
Use when selecting, configuring, composing, or troubleshooting NeMo Agent Toolkit agents and control-flow components, including ReAct, tool-calling, ReWOO,…
official
nat-evaluation
nvidia
Use when designing, configuring, running, or troubleshooting NeMo Agent Toolkit evaluations, datasets, evaluator selection, ATIF surfaces, quality gates,…
official
nat-installation
nvidia
Use when installing or configuring NVIDIA NeMo Agent Toolkit, verifying the `nat` CLI, setting up optional extras, or creating a first hello-world workflow.
official
nat-mcp-and-serving
nvidia
Use when serving NeMo Agent Toolkit workflows, exposing workflows through FastAPI, configuring MCP clients or servers, or troubleshooting transport and server…
official
nat-optimization
nvidia
Use when configuring or running NeMo Agent Toolkit optimization with `nat optimize`, including Optuna parameter tuning, prompt evolution, optimizer sizing,…
official
nat-path-checks
nvidia
Use when fixing NeMo Agent Toolkit documentation path-check failures, especially failed `ci/scripts/path_checks.py` output, slash-delimited text mistaken for…
official
nat-telemetry
nvidia
Use when adding, configuring, or troubleshooting NeMo Agent Toolkit logging, tracing, telemetry exporters, OpenTelemetry, Langfuse, LangSmith, Weave, Phoenix,…
official
nat-tools-and-functions
nvidia
Use when authoring, registering, composing, or testing custom NeMo Agent Toolkit tools, functions, function groups, Python components, custom agents, custom…
official
nat-user-rules
nvidia
優先使用於一般 NVIDIA NeMo Agent Toolkit 編碼代理行為、任務路由、命名慣例、元件發現規則及跨技能指導。
official
nat-workflow-creation
nvidia
Use when creating, editing, validating, running, or troubleshooting NeMo Agent Toolkit workflow YAML, component discovery, LLM configuration, and common `nat`…
official
ncore
nvidia
Use when converting any sensor dataset into NVIDIA NCore V4 format (and feeding it to NuRec or a robotics-to-sim "r2s" pipeline). Covers ingesting raw cameras,…
official
nemo-automodel-distributed-training
nvidia
Guide for selecting and configuring distributed training strategies in NeMo AutoModel, including FSDP2, Megatron FSDP, DDP, and parallelism settings.
official
nemo-automodel-launcher-config
nvidia
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
official
nemo-automodel-model-onboarding
nvidia
Guide for onboarding new model architectures into NeMo AutoModel, including architecture discovery, implementation patterns, registration, and validation.
official
nemo-automodel-recipe-development
nvidia
Create and modify NeMo AutoModel training and evaluation recipes, including YAML structure, builders, and execution flow.
official
nemo-data-designer-plugin
nvidia
Use when the user wants to create a dataset, generate synthetic data, or build a data generation pipeline.
official
nemo-evaluator-plugin
nvidia
Use when working on the Evaluator plugin CLI, jobs, SDK-backed specs, metric types, or plugin-owned Evaluator skills.
official
nemo-mbridge-mlm-bridge-training
nvidia
Run Megatron-LM (MLM) and Megatron Bridge training with mock or real data. Covers correlation testing, available recipes, and multi-GPU examples.
official
nemo-mbridge-multi-node-slurm
nvidia
Convert single-node scripts to multi-node Slurm sbatch jobs and debug common multi-node failures. Covers srun-native vs uv run torch.distributed approaches,…
official
nemo-mbridge-perf-activation-recompute
nvidia
在 Megatron Bridge 中驗證並使用選擇性與完整激活重算,以額外計算為代價減少 GPU 記憶體使用。
official
nemo-mbridge-perf-cpu-offloading
nvidia
Validate and use CPU offloading in Megatron Bridge, including layer-level activation offloading and fractional optimizer state offloading with…
official
nemo-mbridge-perf-cuda-graphs
nvidia
在 Megatron Bridge 中驗證並使用 CUDA 圖形捕捉,包括本機完整迭代圖形以及用於注意力、MLP 和 MoE 的 Transformer Engine 範圍圖形…
official
nemo-mbridge-perf-expert-parallel-overlap
nvidia
Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlap_moe_expert_parallel_comm, delay_wgrad_compute, and flex…
official
nemo-mbridge-perf-hierarchical-context-parallel
nvidia
Operational guide for enabling hierarchical context parallelism in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.
official
nemo-mbridge-perf-megatron-fsdp
nvidia
Operational guide for enabling Megatron FSDP in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.
official
nemo-mbridge-perf-memory-tuning
nvidia
Techniques for reducing peak GPU memory in Megatron Bridge — expandable segments, PEFT + SP input re-gather, parallelism resizing, activation recompute, CPU…
official
nemo-mbridge-perf-moe-comm-overlap
nvidia
在 Megatron Bridge 中實現 MoE 專家並行通訊重疊,涵蓋 dispatch/combine 重疊、flex dispatcher 後端以及專家 wgrad 排程。
official
nemo-mbridge-perf-moe-dispatcher-selection
nvidia
Choose the right MoE token dispatcher (`alltoall`, DeepEP, or HybridEP) for the hardware, EP degree, and optimization stage. Summarizes patterns from DSV3,…
official
nemo-mbridge-perf-moe-hardware-configs
nvidia
Representative MoE training playbooks by hardware platform and model family. Summarizes rounded throughput bands, parallelism patterns, and common tuning…
official
nemo-mbridge-perf-moe-long-context
nvidia
Long-context MoE training guidance for Megatron Bridge. Covers CP sizing, selective recompute, dispatcher choices, and practical patterns from DSV3, Qwen3, and…
official
nemo-mbridge-perf-moe-optimization-workflow
nvidia
基於Megatron-Core MoE論文的Megatron Bridge中MoE訓練優化的系統化工作流程。涵蓋三道牆框架、平行折疊、…
official
nemo-mbridge-perf-moe-vlm-training
nvidia
在 Megatron Bridge 中訓練 MoE VLM 的實用指南。比較 FSDP 與 3D 平行方法,並使用來自 Qwen3-VL、Qwen3-Next 等的完整經驗教訓。
official
nemo-mbridge-perf-parallelism-strategies
nvidia
Megatron Bridge 中選擇與組合平行化策略的操作指南,包含規模設定規則、硬體拓撲映射,以及組合…
official
nemo-mbridge-perf-sequence-packing
nvidia
Validate and use packed sequences and long-context training in Megatron-Bridge, distinguishing offline packed SFT for LLMs from in-batch packing for VLMs, and…
official
nemo-mbridge-perf-tp-dp-comm-overlap
nvidia
在 Megatron-Bridge 中啟用 TP、DP 與 PP 通訊重疊的操作指南,包含配置參數、程式碼錨點、常見陷阱與驗證方法。
official
nemo-mbridge-recipe-recommender
nvidia
Recommend and customize Megatron Bridge recipes for a user's model, GPU count, and training goal. Indexes library recipes (pretrain/SFT/PEFT) and performance…
official
nemo-mbridge-resiliency
nvidia
Megatron Bridge 中的韌性功能,包括容錯、落後者偵測、程序內重啟、搶佔及重新執行狀態機。
official
nemo-relay-build-plugin
nvidia
建置並封裝可重複使用的 NeMo Relay 執行時期行為,作為可透過設定啟用的外掛程式,並具備驗證與支援回滾的安全註冊機制。
official
nemo-relay-debug-runtime-integration
nvidia
Debug application-side NeMo Relay integration issues such as load failures, inactive scopes, missing events, or adaptive/plugin wiring problems
official
nemo-relay-export-atif-trajectories
nvidia
Export NeMo Relay activity as ATIF trajectories for replay, analysis, or interchange
official
nemo-relay-export-openinference
nvidia
設定並使用 NeMo Relay OpenInference 匯出功能,以支援理解 OpenInference 語意的 OTLP 後端
official
nemo-relay-export-otel
nvidia
Configure and use NeMo Relay OpenTelemetry export for OTLP-compatible tracing backends
official
nemo-relay-instrument-calls
nvidia
Wrap application tool calls and LLM/provider calls with NeMo Relay scopes and managed execution APIs
official
nemo-relay-migrate-from-flow
nvidia
將應用程式、範例、整合、文件、套件清單及儲存庫程式碼從 NeMo Flow 命名與套件遷移至 NeMo Relay,涵蓋…
official
nemo-relay-setup-observability
nvidia
為應用程式選擇並設定正確的 NeMo Relay 可觀測性路徑
official
nemo-relay-start
nvidia
Help application developers pick a NeMo Relay binding and get to a first working scope, tool call, and LLM call
official
nemo-relay-tune-adaptive-config
nvidia
Configure the NeMo Relay adaptive plugin component through the shared plugin system; use this skill for state, telemetry, adaptive_hints, tool_parallelism,…
official
nemo-relay-tune-adaptive-hints
nvidia
Consume NeMo Relay adaptive hints, predictions, latency sensitivity, ACG diagnostics, or tool-parallelism guidance safely in application logic after the…
official
nemo-relay-tune-performance
nvidia
Plan a measured NeMo Relay adaptive tuning rollout after baseline scopes, tool calls, LLM calls, and observability are working; use this skill to improve…
official
nemo-relay-typed-wrappers-codecs
nvidia
使用 NeMo Relay 類型包裝器與編解碼器,同時保留中介軟體行為
official
nemo-relay-use-context-isolation
nvidia
設定並推理 NeMo Relay 作用域堆疊隔離,以支援並行應用程式工作。
official
nemo-retriever
nvidia
Use when the user wants to search, query, extract, transcribe, describe, quote, filter, or aggregate across documents — PDFs, scanned forms / images (`.jpg`…
official
nemo-retriever
nvidia
當使用者想要搜尋、查詢、提取、轉錄、描述、引用、篩選或彙整跨文件(如 PDF、掃描表單/圖片(.jpg…)的內容時使用。
official
nemo-rl-auto-research
nvidia
Autonomous NeMo-RL research agent workflow for directed hypothesis testing and open-ended discovery. Guides agents through the full experiment lifecycle:…
official
nemo-rl-brev-etiquette
nvidia
Brev instance operating guidance for NeMo-RL agents working in /home/ubuntu/RL with limited workspace disk, a larger /ephemeral volume, and optional…
official
nemo-rl-docs
nvidia
Documentation conventions for NeMo-RL. Covers docs/index.md updates and docstring format. Do NOT use for: bug fixes, test fixes, dependency bumps, refactoring,…
official
nemo-rl-session-memory
nvidia
管理編碼代理的持久工作階段記憶。當使用者要求跨斷線、VS Code 重新啟動等情況保留或恢復代理上下文時使用。
official
nemoclaw-configure-inference
nvidia
列出所有在 NemoClaw 入職流程中提供的推理提供者。用於說明哪些提供者可用、入職精靈會顯示什麼,或如何…
official
nemoclaw-contributor-create-pr
nvidia
建立遵循 NemoClaw PR 範本的 GitHub 拉取請求,然後監控 CI 與自動化審查回饋。當使用者想要建立新的 PR 時使用…
official
nemoclaw-contributor-onboard
nvidia
Prepare a NemoClaw source checkout for compliant contribution through the repository's one-command setup and readiness doctor. Use when a new contributor asks…
official
nemoclaw-contributor-onboard-messaging-channel
nvidia
Guide NemoClaw contributors through adding or reviewing a new messaging channel in the manifest-first messaging architecture. Use when onboarding a channel for…
official
nemoclaw-contributor-update-docs
nvidia
Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages for release prep. Use when…
official
nemoclaw-deploy-remote
nvidia
說明如何在遠端 GPU 實例上執行 NemoClaw,包括已棄用的 Brev 相容路徑以及偏好的安裝程式與內建流程。
official
nemoclaw-get-started
nvidia
Installs NemoClaw, launches a sandbox, and runs the first agent prompt. Use when onboarding, installing, or launching a NemoClaw sandbox for the first time.
official
nemoclaw-maintainer-cross-issue-sweep
nvidia
Scans other open issues to find ones a given PR may also fix or accidentally break. Outputs adjacent-fix opportunities and contradiction risks with file:line…
official
nemoclaw-maintainer-cut-release-tag
nvidia
Creates deterministic NemoClaw semver release tags on origin/main, handles release housekeeping, drafts release notes, and verifies the maintainer-published…
official
nemoclaw-maintainer-day
nvidia
Runs the daytime maintainer loop for NemoClaw, prioritizing items labeled with the current version target. Picks the highest-value item, executes the right…
official
nemoclaw-maintainer-evening
nvidia
執行 NemoClaw 的每日維護交接。檢查版本目標進度,記錄落後項目以進行自動標籤後更新,生成 QA 交接…
official
nemoclaw-maintainer-find-review-pr
nvidia
Finds open security-labeled GitHub PRs with Urgent or High Project Priority, links each to its issue, detects duplicates, and presents a table of review…
official
nemoclaw-maintainer-morning
nvidia
Runs the morning maintainer standup for NemoClaw. Triages the backlog, determines the day's target version, labels selected items, surfaces stragglers from…
official
nemoclaw-maintainer-normalize-title-tags
nvidia
Normalizes GitHub issue and PR titles by removing any bracketed [NemoClaw] tag case-insensitively, even when the tag appears later in the title. Use when…
official
nemoclaw-maintainer-policies
nvidia
NemoClaw 代理、工程師與維護者的唯讀維護者政策參考。用於回答 NemoClaw 專案管理工作流程問題時使用,…
official
nemoclaw-maintainer-pr-comparator
nvidia
Compares competing PRs that target the same issue and recommends which one to merge. Runs gate, correctness, and quality checks; outputs a deterministic…
official
nemoclaw-maintainer-release-notes
nvidia
Drafts NemoClaw release notes from live GitHub tag and compare data. Produces the repo's narrative release-note style with three lead paragraphs, categorized…
official
nemoclaw-maintainer-security-code-review
nvidia
Performs a comprehensive security review of code changes in a GitHub PR or issue. Checks out the branch, analyzes changed files against a 9-category security…
official
nemoclaw-maintainer-triage
nvidia
AI-assisted triage for NVIDIA/NemoClaw issues and PRs using native Issue Type, Project fields, and the canonical label taxonomy. Supports single-item and batch…
official
nemoclaw-maintainer-verify-stale
nvidia
Verifies whether stale NVIDIA/NemoClaw bug reports still reproduce on the latest tag. Use when maintainers ask to verify stale issues, reproduce old bugs on…
official
nemoclaw-manage-policy
nvidia
Reviews and approves blocked agent network requests in the TUI. Use when approving or denying sandbox egress requests, managing blocked network calls, or using…
official
nemoclaw-monitor-sandbox
nvidia
Inspects sandbox health, traces agent behavior, and diagnoses problems. Use when monitoring a running sandbox, debugging agent issues, or checking sandbox logs.
official
nemoclaw-reference
nvidia
Describes how NemoClaw combines a CLI plugin with a versioned blueprint to move OpenClaw into a controlled sandbox. Use when looking up NemoClaw architecture,…
official
nemoclaw-security-best
nvidia
Presents a risk framework for every configurable security control in NemoClaw. Use when evaluating security posture, reviewing sandbox security defaults, or…
official
nemoclaw-skills-guide
nvidia
Start here. Introduces what NemoClaw is, what agent skills are available, and which skill to use for a given task. Use when discovering NemoClaw capabilities,…
official
nemoclaw-user-agent-skills
nvidia
Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository. Use when users ask about AI agent support, coding assistant…
official
nemoclaw-user-agent-skills
nvidia
Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository. Use when users ask about AI agent support, coding assistant…
official
nemoclaw-user-configure-inference
nvidia
Connects NemoClaw to a local inference server. Use when setting up Ollama, vLLM, TensorRT-LLM, NIM, or any OpenAI-compatible local model server with NemoClaw.…
official
nemoclaw-user-configure-inference
nvidia
Connects NemoClaw to a local inference server. Use when setting up Ollama, vLLM, TensorRT-LLM, NIM, or any OpenAI-compatible local model server with NemoClaw.…
official
nemoclaw-user-configure-security
nvidia
Presents a risk framework for every configurable security control in NemoClaw. Use when evaluating security posture, reviewing sandbox security defaults, or…
official
nemoclaw-user-configure-security
nvidia
Presents a risk framework for every configurable security control in NemoClaw. Use when evaluating security posture, reviewing sandbox security defaults, or…
official
nemoclaw-user-deploy-remote
nvidia
Explains how to run NemoClaw on a remote GPU instance, including the deprecated Brev compatibility path and the preferred installer plus onboard flow. Use when…
official
nemoclaw-user-deploy-remote
nvidia
Explains how to run NemoClaw on a remote GPU instance, including the deprecated Brev compatibility path and the preferred installer plus onboard flow. Use when…
official
nemoclaw-user-get-started
nvidia
Installs NemoClaw, launches a sandbox, and runs the first agent prompt. Use when onboarding, installing, or launching a NemoClaw sandbox for the first time.…
official
nemoclaw-user-get-started
nvidia
Installs NemoClaw, launches a sandbox, and runs the first agent prompt. Use when onboarding, installing, or launching a NemoClaw sandbox for the first time.…
official
nemoclaw-user-guide
nvidia
Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure,…
official
nemoclaw-user-guide
nvidia
Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure,…
official
nemoclaw-user-manage-policy
nvidia
Adds, removes, or modifies allowed endpoints in the sandbox policy. Use when customizing network policy, changing egress rules, or configuring sandbox endpoint…
official
nemoclaw-user-manage-policy
nvidia
Adds, removes, or modifies allowed endpoints in the sandbox policy. Use when customizing network policy, changing egress rules, or configuring sandbox endpoint…
official
nemoclaw-user-manage-sandboxes
nvidia
Explains operational tasks after the quickstart: listing sandboxes, status and health checks, logs, diagnostics, port forwards, multiple sandboxes, credential…
official
nemoclaw-user-manage-sandboxes
nvidia
Explains operational tasks after the quickstart: listing sandboxes, status and health checks, logs, diagnostics, port forwards, multiple sandboxes, credential…
official
nemoclaw-user-monitor-sandbox
nvidia
Inspects sandbox health, traces agent behavior, and diagnoses problems. Use when monitoring a running sandbox, debugging agent issues, or checking sandbox…
official
nemoclaw-user-monitor-sandbox
nvidia
Inspects sandbox health, traces agent behavior, and diagnoses problems. Use when monitoring a running sandbox, debugging agent issues, or checking sandbox…
official
nemoclaw-user-overview
nvidia
Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when…
official
nemoclaw-user-overview
nvidia
Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when…
official
nemoclaw-user-reference
nvidia
Describes the NemoClaw integration layer and blueprint architecture and how they orchestrate compatible agent sandboxes. Use when looking up architecture,…
official
nemoclaw-user-reference
nvidia
Describes the NemoClaw integration layer and blueprint architecture and how they orchestrate compatible agent sandboxes. Use when looking up architecture,…
official
nemoclaw-user-skills-coding
nvidia
Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository. Use when users ask about AI agent support, coding assistant…
official
nemoclaw-user-workspace
nvidia
Hows to back up and restore OpenClaw workspace files before destructive operations. Whats workspace personality and configuration files are, where they live,…
official
nemoclaw-workspace
nvidia
Backs up and restores OpenClaw workspace files before destructive operations. Use when backing up a sandbox, restoring workspace state, or preparing for a…
official
nemotron-customize
nvidia
Plan, configure, and chain repo-native Nemotron customization steps into single-step or multi-step pipelines: curation, translation, SFT/PEFT (AutoModel or…
official
nemotron-policy-generator
nvidia
Generates BYO custom safety policies for NVIDIA Nemotron content-safety guardrails — Nemotron-Content-Safety-Reasoning-4B (text) and multimodal…
official
nemotron-retrieval-recipes
nvidia
Use when planning, debugging, tuning, evaluating, exporting, or deploying public Nemotron `embed`/`rerank` retrieval recipes.
official
nemotron-speech
nvidia
Routes NVIDIA Nemotron Speech (Riva) NIM tasks — deploys, runs, and tests ASR, TTS, and NMT NIMs on build.nvidia.com or self-hosted.
official
nightly-sync
nvidia
Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.
official
nim-operator-install
nvidia
Install NVIDIA NIM Operator on Kubernetes with prerequisite checks, optional NVIDIA GPU Operator dependency installation, public or local Helm chart selection,…
official
nim-operator-uninstall
nvidia
Safely uninstall NVIDIA NIM Operator from Kubernetes with inventory checks, explicit approval gates for destructive actions, optional custom resource cleanup,…
official
nre
nvidia
Use to drive NVIDIA Omniverse NuRec / Neural Reconstruction Engine (NRE) via the public NGC containers nvcr.io/nvidia/nre/nre and nvcr.io/nvidia/nre/nre-tools…
official
nsys-analyze
nvidia
Analyze profiling data from Kit-based apps. Covers Omniverse-specific NVTX zone interpretation, phase detection using sqlite3, Tracy Statistics/Range Limit…
official
nurec-fixer
nvidia
Use to run NVIDIA DiffusionHarmonizer (public successor to the older Fixer recipes) to enhance, harmonize, evaluate, or fine-tune novel-view frames from NRE /…
official
nurec-index
nvidia
Router for NVIDIA NuRec / NRE / 3DGUT / USDZ / NCore V4 / asset harvest / frame cleanup tasks — picks the right sibling (nre, ncore, asset-harvester,…
official
nv-generate-ct-rflow
nvidia
Used for generating synthetic CT volumes and masks with NV-Generate-CTMR rflow-ct. Not for production training data without review.
official
nv-generate-mr
nvidia
Used for generating synthetic body MRI volumes with NV-Generate-CTMR rflow-mr. Not for paired masks or production training data.
official
nv-generate-mr-brain
nvidia
Used for generating synthetic brain MRI volumes with NV-Generate-CTMR rflow-mr-brain. Not for production training data.
official
nv-generate-mr-brain-finetune
nvidia
Used for finetuning NV-Generate-CTMR MR-brain diffusion UNet from a NIfTI datalist. Not for clinical or production data approval.
official
nv-generate-vae-finetune
nvidia
Used for finetuning the NV-Generate-CTMR MAISI VAE from CT/MRI NIfTI datalists. Not for clinical or production data approval.
official
nv-reason-cxr
nvidia
Used for command-shape or live NV-Reason-CXR chest X-ray reasoning smoke tests. Not for diagnosis or clinical reporting.
official
nv-segment-ct
nvidia
Used for running NV-Segment-CT VISTA3D on CT NIfTI volumes and recording label-map evidence.
official
nv-segment-ct-finetune
nvidia
Used for smoke or dataset finetuning of NV-Segment-CT VISTA3D on CT NIfTI labels. Not for clinical validation.
official
nv-segment-ctmr
nvidia
Used for running NV-Segment-CTMR on CT or MRI NIfTI volumes and recording label-map evidence. Not for clinical interpretation.
official
nvalchemi-data-storage
nvidia
How to write, read, compose, and load atomic data using nvalchemi's composable Zarr-backed storage pipeline (Writer, Reader, Dataset, MultiDataset,…
official
nvalchemi-data-structures
nvidia
How to use AtomicData and Batch, the core graph-based data structures for representing atomic systems and batching them for GPU computation. Use when building…
official
nvalchemi-dynamics-api
nvidia
How to configure and run dynamics simulations, compose multi-stage pipelines (FusedStage, DistributedPipeline), use inflight batching, and manage data sinks.…
official
nvalchemi-dynamics-hooks
nvidia
How to use and write dynamics hooks — callbacks that observe or modify batch state at specific points during each simulation step. Use when a simulation needs…
official
nvalchemi-dynamics-implementation
nvidia
How to implement a dynamics integrator by subclassing BaseDynamics and overriding pre_update() and post_update() methods. Use when creating a custom…
official
nvalchemi-fine-tuning
nvidia
How to fine-tune nvalchemi-compatible models with FineTuningStrategy, pretrained checkpoint initialization, module patches, trainable-parameter filters,…
official
nvalchemi-loss-api
nvidia
How to use built-in loss functions and implement custom losses using the BaseLossFunction template-method pattern — residual types, per-atom normalization,…
official
nvalchemi-model-wrapping
nvidia
How to wrap an arbitrary MLIP (Machine Learning Interatomic Potential) using the BaseModelMixin interface to standardize inputs, outputs, and embeddings. Use…
official
nvalchemi-reporting
nvidia
How to add observability to nvalchemi dynamics and training workflows using ReportingOrchestrator, RichReporter, TensorBoardReporter, scalar extraction, custom…
official
nvalchemi-training-api
nvidia
How to configure nvalchemi training workflows with TrainingStrategy, custom training functions, standalone or composed losses, loss-weight schedules, optimizer…
official
nvalchemi-zarr-perf
nvidia
Performance tuning for nvalchemi's Zarr-backed Reader, Dataset, and DataLoader pipeline. Use when configuring AtomicDataZarrReader, Dataset, DataLoader,…
official
nvflare-convert-pytorch
nvidia
Convert existing PyTorch training code into an NVFLARE federated job using Client API model exchange, local validation, and job export; do not use for other…
official
nvflare-diagnose-job
nvidia
Diagnose failed, stalled, or suspicious NVFLARE jobs in simulation, POC, or production by collecting bounded evidence and mapping failure patterns to recovery…
official
nvflare-orient
nvidia
Route ambiguous NVFLARE requests by inspecting the local project, checking readiness, and recommending the next specific FLARE workflow skill without editing…
official
nvidia-kaggle-skill
nvidia
Use for Kaggle competition overview fetches, writeups, discussion/kernel research, submissions, and dataset uploads. Not for unrelated ML code.
official
nvrx-attr
nvidia
Orchestration layer over nvidia_resiliency_ext attribution modules. Provides log-analysis, fr-analysis, and a Megatron-LM-oriented fault-injection feedback…
official
nvtx-python
nvidia
Profile Python functions with NVTX in non-Kit environments (Isaac Lab 3.0+ standalone, any Python app without Carbonite). Uses a bundled PYTHONPATH-scoped…
official
omniverse-cad-to-simready
nvidia
Coordinate the end-to-end CAD/source-asset to SimReady workflow. Use for broad requests such as CAD to SimReady, source asset to simulation-ready USD, or prop…
official
omniverse-realtime-viewer
nvidia
Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.
official
omniverse-usd-performance-tuning
nvidia
Top-level workflow skill for USD performance diagnosis and optimization. Use for slow loading, high memory, low FPS, or 'optimize my scene' requests; delegates…
official
onboard-gb200-1node-tests
nvidia
Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.
official
onboarding-guide
nvidia
Guides new users through a friendly onboarding experience
official
openshell-cli
nvidia
Guide agents through using the OpenShell CLI (openshell) for sandbox management, gateway registration, provider configuration, policy iteration, BYOC…
official
optimization-from-data-orchestrator
nvidia
Coordinate uploaded data plus a natural-language question into interpretation, clarification, cuOpt solve, and a user-facing answer.
official
optimization-intent-router
nvidia
Classify whether a data-backed request is LP, MILP, QP, routing, or non-optimization analytics.
official
optimization-mode-router
nvidia
Choose fast direct-to-cuOpt solve versus replayable or auditable model artifact mode.
official
osmo
nvidia
How to use the OSMO CLI to manage cloud compute resources for robotics development. Use this skill whenever the user asks about available resources, nodes,…
official
osmo-admin
nvidia
Use only for offline/local OSMO service-config admin requests involving explicit config roots or values files, or to ask for one when a file-specific config…
official
osmo-agent
nvidia
Operate the OSMO CLI to discover GPU resources, submit and monitor workflows, debug PENDING/FAILED/stuck workflows, interpret OSMO errors, surface OSMO…
official
osmo-deploy
nvidia
How to deploy OSMO to a Kubernetes cluster on Azure (AKS), AWS (EKS), MicroK8s (single-node), or any kubectl-reachable cluster (BYO). Use this skill whenever…
official
osmo-user
nvidia
Drive the OSMO CLI for cloud-robotics compute on behalf of an end user: check resources, submit/monitor/debug/explain workflows, fetch logs and…
official
over-privileged-helper
nvidia
A simple file reader utility
official
perf-nsight-compute-analysis
nvidia
Analyze ncu (NVIDIA Nsight Compute) profiling output: SOL% bottleneck classification, roofline analysis, occupancy diagnosis, memory hierarchy analysis, warp…
official
perf-optimization
nvidia
Performance optimization coordination playbook. Contains specialist routing table, TileIR two-step pipeline, kernel generation specialist selection,…
official
perf-torch-cuda-graphs
nvidia
Apply CUDA Graphs to PyTorch workloads — API selection (torch.compile, PyTorch make_graphed_callables, TE make_graphed_callables, MCore CudaGraphManager,…
official
perf-torch-sync-free
nvidia
Identify and eliminate host-device synchronizations in PyTorch code. Detects sync points (.item(), .cpu(), boolean indexing, torch.tensor on CUDA), classifies…
official
perf-tuning
nvidia
Resolve common Kit/Isaac Sim/Isaac Lab performance issues using specific settings and configuration changes. Covers PresentFrame stalls,…
official
perf-workload-profiling
nvidia
Code instrumentation for timing workloads. Two scenarios: (1) Training loop — inject manual timing to report per-iteration latency, throughput (samples/sec),…
official
personal-assistant
nvidia
A personalized assistant that remembers your preferences
official
physical-ai-datasets
nvidia
Use when the user wants to find, download, or pick a NVIDIA Physical AI dataset on Hugging Face for autonomous-vehicle, robotics, spatial intelligence,…
official
physical-ai-defect-image-generation
nvidia
Use when the user wants to orchestrate defect image generation with NVIDIA Cosmos AnomalyGen (Cosmos-Predict2-derived) on OSMO for PCBA, metal surface, and…
official
physical-ai-infrastructure-setup-and-resilient-scaling
nvidia
Use when the user wants to set up, scale, validate, or harden NVIDIA physical AI infrastructure for synthetic data generation workflows across local MicroK8s…
official
physical-ai-neural-reconstruction
nvidia
Router for NVIDIA NuRec/NRE: USDZ rendering, NCore conversion, 3DGS, gRPC sensor sim, PhysicalAI HF datasets. Do NOT use for SimReady or infra setup.
official
physical-ai-people-attribute-search
nvidia
Use when running people attribute search (PAS) image augmentation and auto-labeling workflows on OSMO: flow selection, preflight, submit-time interpolation,…
official
physical-ai-video-data-augmentation
nvidia
Use when running video data augmentation and auto-labeling workflows on OSMO: flow selection, preflight, submit-time interpolation, monitoring, and output…
official
physicsnemo-discover
nvidia
Official NVIDIA-authored guidance for navigating PhysicsNeMo — pick the model, datapipe, or example for a SciML/AI4Science task (surrogates, forecasting,…
official
physicsnemo-discover
nvidia
Official NVIDIA-authored guidance for navigating PhysicsNeMo — pick the model, datapipe, or example for a SciML/AI4Science task (surrogates, forecasting,…
official
prepare-code-freeze
nvidia
Prepare a NeMo Relay code freeze by creating the release branch, updating nightly alpha branch config, bumping main to the next version, and opening the…
official
prepare-pr
nvidia
Prepare, open, create, publish, update, or edit a NeMo Relay pull request or PR body with the right tests, docs, contributor hygiene, and repository pull…
official
profiling
nvidia
Capture performance traces using CPU ChromeTrace, Tracy, and Nsight Systems/NVTX for Kit-based applications (Isaac Sim, Isaac Lab, Kit SDK). Covers…
official
profiling-api
nvidia
Add profiling zones, metrics, and annotations to Kit-based C++ and Python code. Covers Carbonite macros (CARB_PROFILE_ZONE, CARB_PROFILE_FUNCTION, GPU zones),…
official
ptq
nvidia
This skill should be used when the user asks to "quantize a model", "run PTQ", "post-training quantization", "NVFP4 quantization", "FP8 quantization", "INT8…
official
qp-formulation
nvidia
Quadratic Programming (QP) — problem form and constraints. Domain concepts; no API or interface. QP is beta.
official
quant-recipe-search
nvidia
Use when the user asks to find, search for, or optimize the best quantization recipe for a model, including direct requests like "find the best quantization…
official
rag-blueprint
nvidia
NVIDIA RAG Blueprint — deploy, configure, troubleshoot, and manage. Handles any RAG action: deploy, install, start, enable, disable, toggle, change, configure,…
official
rag-eval
nvidia
Filesystem RAG benchmarks: corpus/, train.json, evaluate_rag.py (RAGAS quality). Not for prod monitoring, latency/throughput benchmarking (use rag-perf), or…
official
rag-perf
nvidia
Performance benchmarking for a deployed NVIDIA RAG Blueprint server: profiling pass + aiperf load test driven by a single YAML config. Not for accuracy / RAGAS…
official
release-audit
nvidia
Generate a Warp release audit report (pre-release or RC, auto-detected from version string and head ref).
official
release-cherry-pick
nvidia
Cherry-pick merged PRs labeled for a release branch into that branch, then open a PR and apply the cherry-pick-done label. Use when asked to "cherry-pick PRs…
official
release-notes
nvidia
Generate a starting-point GitHub release notes draft for an upcoming Warp release (feature or bugfix, auto-detected from the version). Run from a release…
official
rename-surfaces
nvidia
Perform a coordinated repository, package, crate, module, or symbol rename across NeMo Relay
official
report-generator
nvidia
Generate formatted reports from data
official
respond-to-issue
nvidia
Research and draft a response to a GitHub issue or question from an external contributor.
official
review-doc-style
nvidia
Review documentation, examples, and docs-heavy changes for NVIDIA technical writing style, terminology, and repo accuracy
official
review-github-pr
nvidia
Review a GitHub pull request by summarizing its diff and key design decisions. Use when the user wants to review a PR, understand changes in a branch, or get a…
official
review-security-issue
nvidia
Given a GitHub issue, review the issue for security implications. You'll make a determination if the claim in the issue is legitimate and should be addressed…
official
routing-formulation
nvidia
Vehicle routing (VRP, TSP, PDP) — problem types and data requirements. Domain concepts; no API or interface.
official
run-on-slurm
nvidia
How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run,…
official
safe-greeting
nvidia
A simple greeting skill that says hello to users
official
sbom
nvidia
Generate and manage Software Bill of Materials (SBOMs) for the OpenShell project. Covers SBOM generation with Syft, license resolution via public registries,…
official
security-code-review
nvidia
Performs a comprehensive security review of code changes in a GitHub PR or issue. Checks out the branch, analyzes changed files against a 9-category security…
official
session-memory
nvidia
Manage durable working-session memory for coding agents. Use when a user asks to preserve or recover agent context across disconnects, VS Code restarts,…
official
sglang-setup
nvidia
Deploy an SGLang inference server on an NVIDIA DGX Station GB300 with the cu130 container, RadixAttention prefix caching, and structured JSON output support.…
official
simready-foundation-add-capability
nvidia
Add SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.
official
simready-foundation-add-feature
nvidia
Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.
official
simready-foundation-add-feature-adapter
nvidia
Use for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.
official
simready-foundation-add-profile
nvidia
Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.
official
simready-foundation-add-requirement
nvidia
Use for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.
official
simready-foundation-add-runtime-test
nvidia
Use for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.
official
simready-foundation-add-validator
nvidia
Use for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.
official
simready-foundation-conform-fet-000-core
nvidia
Use for repairing SimReady Core naming, asset layout, unresolved paths, and undefined prim failures.
official
simready-foundation-conform-fet-001-minimal
nvidia
Use for repairing SimReady Minimal assets: units, upAxis, defaultPrim, hierarchy, mesh quality, extents, and origin placement.
official
simready-foundation-conform-fet-003-rigid-body-physics
nvidia
Use for repairing SimReady rigid-body and collider conformance for neutral or PhysX prop assets.
official
simready-foundation-conform-fet-004-simulate-multi-body-physics
nvidia
Use for repairing SimReady multibody physics: rigid bodies, joints, articulation roots, and PhysX variants.
official
simready-foundation-conform-fet-005-simulate-grasp-physics
nvidia
Use for vision-guided SimReady grasp repair, grasp_identifier curves, and physics-material triage.
official
simready-foundation-conform-fet-006-materials
nvidia
Use for repairing SimReady material bindings, USDPreview or MDL shaders, texture paths, sizes, and color spaces.
official
simready-foundation-conform-fet-007-nonvisual-materials
nvidia
Use for repairing SimReady nonvisual sensor material attributes on bound USD materials.
official
simready-foundation-conform-fet-021-robot-core
nvidia
Use for repairing SimReady robot core layout, thumbnails, robot schema, relationships, and root joint pinning.
official
simready-foundation-conform-fet-023-robot-materials
nvidia
Use for repairing SimReady robot material organization under the top-level Looks scope.
official
simready-foundation-conform-fet-024-base-articulation
nvidia
Use for repairing SimReady base articulation roots and PhysX collision-clearance evidence.
official
simready-foundation-create-package
nvidia
Use for creating SimReady packages with package sample scripts, WRAPP setup, root USD inputs, validation phases, and fallback modes.
official
simready-foundation-update-capability
nvidia
Use for updating SimReady capability docs, requirement indexes, validation registration, and feature references.
official
simready-foundation-update-feature
nvidia
Use for updating SimReady features with new versions, requirement changes, manifests, docs, and profile notes.
official
simready-foundation-update-feature-adapter
nvidia
Use for updating SimReady feature adapters, USD mutation logic, tests, and source/target metadata.
official
simready-foundation-update-profile
nvidia
Use for updating SimReady profile versions, feature bundles, docs, and adapter notes.
official
simready-foundation-update-requirement
nvidia
Use for updating SimReady requirement docs, semantics, validator alignment, and profile impact notes.
official
simready-foundation-update-validator
nvidia
Use for updating SimReady validators, failure messages, edge cases, and tests while preserving requirement semantics.
official
simready-foundation-validate-foundation-change
nvidia
Use for auditing SimReady requirement, validator, feature, profile, adapter, test, and skill consistency.
official
skill-card-generator
nvidia
Use only to generate or update a governance skill card for a specified existing agent skill directory. Do not use for explaining, listing, comparing, or…
official
skill-evolution
nvidia
After solving a non-trivial problem, detect generalizable learnings and propose skill updates so future interactions benefit automatically. Always active —…
official
skill-evolution
nvidia
Use before creating, editing, or deciding whether to update any AI coding agent skill in this repository, including corrections to existing skill behavior,…
official
small-fix
nvidia
Make a small, reviewable NeMo Relay bug fix without widening scope unnecessarily
official
split-pr
nvidia
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
official
sync-agent-infra
nvidia
Detect and fix drift across agent-first infrastructure files. Ensures skill inventories, workflow chains, architecture tables, issue/PR templates, and…
official
tabular-optimization-ingestion
nvidia
Infer optimization structure from uploaded tables and identify minimal clarifications before cuOpt modeling.
official
tao-analyze-changenet-rca
nvidia
Performs deep Root Cause Analysis (RCA) on NVIDIA TAO Visual ChangeNet classification experiments with image-evidence-driven investigation. Use when analyzing…
official
tao-analyze-gaps-visual-changenet
nvidia
Performs gap analysis on NVIDIA TAO VCN Classify (Visual Component Net) experiments by invoking the data-services container (`tao_toolkit.data_services` from…
official
tao-analyze-gaps-vlm-bcq
nvidia
Extract false-positive and false-negative gaps from VLM binary-classification-question (BCQ, yes/no) predictions. Use when the user asks to "analyze VLM BCQ…
official
tao-convert-dataset-format
nvidia
Run `tao-daft convert` to convert NVIDIA TAO DAFT datasets between supported formats. Do not use for non-DAFT data. Use when the user asks to convert a DAFT…
official
tao-finetune-clip
nvidia
CLIP vision-language model for image-text retrieval, zero-shot classification, embedding extraction, ONNX export, and TensorRT deployment. Use when fine-tuning…
official
tao-finetune-cosmos-embed
nvidia
Cosmos-Embed1 video-text embedding for text-to-video retrieval, video-to-video search, semantic deduplication, and fine-tuning. Use when the user asks to…
official
tao-finetune-cosmos-reason
nvidia
Cosmos3-Nano video QA supervised fine-tuning with FSDP parallelism. Use when training or evaluating video question-answering models, fine-tuning Cosmos3-Nano…
official
tao-finetune-huggingface-model
nvidia
Fine-tune any HuggingFace CV / VLM / LLM model on local NVIDIA GPUs inside an NGC PyTorch container. Use when the user wants to fine-tune a HuggingFace model…
official
tao-generate-image-grounding
nvidia
Two-step image grounding pipeline: extracts referring expressions from (image, caption) pairs and grounds them to pixel-space bounding boxes via a VLM. Use…
official
tao-generate-referring-expressions
nvidia
Four-step image referring-expression pipeline: turns images plus KITTI bounding-box labels into region descriptions, scene captions, grounded referring…
official
tao-generate-video-reasoning-annotations
nvidia
Multi-step video annotation pipeline that turns raw videos into Chain-of-Thought training data — multi-level captions, structured descriptions, and QA pairs…
official
tao-launch-workflow
nvidia
Shared launch intake for any TAO workflow or action. Use when the user wants to run TAO AutoML, train, evaluate, infer, export, generate TensorRT engines, or…
official
tao-list-capabilities
nvidia
Answer what the TAO Skill Bank plugin can do by generating the response from packaged application, data, model, AutoML, and platform manifests. Use when the…
official
tao-mine-aoi-images
nvidia
Runs the DEFT embed-then-mine workflow for VCN AOI iterations — embeds the gap-analysis target parquet, embeds a source pool, and mines nearest-neighbour…
official
tao-port-huggingface-model
nvidia
Integrate a HuggingFace Computer Vision model into the NVIDIA TAO Toolkit ecosystem (tao-core config, tao-pytorch trainer, tao-deploy TensorRT pipeline). Use…
official
tao-route-visual-changenet-samples
nvidia
Routes the weakest VCN samples (output of `tao-analyze-gaps-visual-changenet`) into per-augmentation-module subsets based on each module's label eligibility.…
official
tao-run-automl
nvidia
Run AutoML / hyperparameter optimization (HPO) for NVIDIA TAO networks using AutoMLRunner. Handles algorithm selection (bayesian, hyperband, asha, bohb, llm,…
official
tao-run-automl-deft-pipeline
nvidia
Run the canonical NVIDIA AOI three-phase training pipeline — Phase 1 AutoML baseline (HPO), Phase 2 DEFT loop (RCA → SDG → mining → plain-train retrain), Phase…
official
tao-run-deft-aoi
nvidia
Run the full DEFT AOI improvement loop for NVIDIA TAO VisualChangeNet / ChangeNet PCB inspection models: baseline evaluate, RCA, Cosmos AnomalyGen / AMP…
official
tao-run-inference-service
nvidia
Start, query, and stop a network-specific TAO inference microservice ({network_arch}-inference-microservice) by delegating container execution to the…
official
tao-run-on-brev
nvidia
Brev managed GPU instances with Docker support. Use when running TAO training, evaluation, or inference on Brev GPU instances, managing Brev deployments, or…
official
tao-run-on-kubernetes
nvidia
Kubernetes execution platform — submits TAO container jobs as single-pod k8s Jobs with NVIDIA GPU scheduling. Use when running on EKS / GKE / AKS / on-prem…
official
tao-run-on-lepton
nvidia
DGX Cloud Lepton managed GPU compute platform with run/status/cancel interface. Use when submitting TAO jobs to DGX Cloud, dispatching training/eval/inference…
official
tao-run-on-local-docker
nvidia
Local or remote Docker execution for TAO SDK job containers using a Docker daemon with NVIDIA GPU runtime. Use when running TAO jobs on the current machine, a…
official
tao-run-on-slurm
nvidia
Remote SLURM GPU cluster execution over SSH with sbatch/srun, Pyxis/Enroot containers, and Lustre-backed results. Use when running TAO training/eval/inference…
official
tao-run-platform
nvidia
TAO Execution SDK for submitting and monitoring GPU training jobs on supported platforms (Brev, SLURM, local Docker, Kubernetes). Use when the user wants to…
official
tao-setup-nvidia-gpu-host
nvidia
Host setup for TAO GPU backends. Checks and, after user approval, installs NVIDIA driver branch 580, CUDA Toolkit 13.0, and NVIDIA Container Toolkit 1.19.0 for…
official
tao-train-action-recognition
nvidia
Action recognition from video sequences. Supports RGB, optical flow, and joint (multi-stream) input types for classifying temporal actions in video clips. Use…
official
tao-train-bevfusion
nvidia
BEVFusion for multi-sensor 3D object detection. Fuses LiDAR point clouds and camera images in bird's-eye-view (BEV) space, used in autonomous driving for…
official
tao-train-centerpose
nvidia
CenterPose for keypoint / pose estimation. Detects object centers and regresses keypoint locations for 6-DoF object pose estimation. Use when training,…
official
tao-train-deformable-detr
nvidia
Deformable DETR for 2D object detection. Uses deformable attention for efficient multi-scale feature processing, lighter than DINO with competitive accuracy.…
official
tao-train-depth-anything-v2
nvidia
Monocular depth estimation using Metric Depth Anything v2 or Relative Depth Anything architectures. Predicts per-pixel depth from single RGB images. Use when…
official
tao-train-dino
nvidia
DINO (DETR with Improved DeNoising Anchor Boxes) for 2D object detection. Transformer-based detector with denoising training, multi-scale features, and…
official
tao-train-fast-foundation-stereo
nvidia
Real-time stereo depth estimation using FastFoundationStereo (FFS), the distilled bp2 commercial variant of FoundationStereo. Predicts disparity maps from…
official
tao-train-foundation-stereo
nvidia
Stereo depth estimation using FoundationStereo. Predicts disparity maps from stereo image pairs for 3D reconstruction. Use when training, evaluating,…
official
tao-train-grounding-dino
nvidia
Grounding DINO for open-set object detection. Combines DINO-style detection with a BERT text encoder for language-guided detection — detects objects described…
official
tao-train-image-classification
nvidia
PyTorch-based TAO image classification. Supports a wide range of backbones (FAN, EfficientNet, ResNet, etc.) with distillation and quantization for deployment.…
official
tao-train-mask-auto-encoder
nvidia
Masked Auto-Encoder (MAE) for self-supervised pretraining and fine-tuning. Masks random patches and reconstructs them to learn visual representations; supports…
official
tao-train-mask-auto-label
nvidia
MAL (Mask Auto-Label) for weakly-supervised segmentation. Produces segmentation masks from minimal annotations (point or box annotations) using a ViT-MAE…
official
tao-train-mask-grounding-dino
nvidia
Mask Grounding DINO for grounded instance segmentation. Extends Grounding DINO with a mask-prediction head for open-set segmentation guided by text prompts.…
official
tao-train-mask2former
nvidia
Mask2Former for universal image segmentation (panoptic, instance, and semantic). Transformer-based with masked attention for high-quality segmentation results.…
official
tao-train-metric-learning-recognition
nvidia
Metric-learning recognition (ml-recog) for fine-grained visual recognition. Learns embeddings for retrieval-based matching (e.g., retail product recognition)…
official
tao-train-nvdinov2
nvidia
NVDINOv2 for self-supervised visual representation learning. Trains vision transformers via self-distillation (teacher-student) without labels and produces…
official
tao-train-nvpanoptix3d
nvidia
NVPanoptix3D for panoptic 3D scene reconstruction from posed RGB images. Produces 3D panoptic segmentation (semantic, instance, and panoptic masks) with…
official
tao-train-ocdnet
nvidia
OCDNet for scene text detection. Detects arbitrary-oriented text regions in natural images using a differentiable binarization approach. Use when training,…
official
tao-train-ocrnet
nvidia
OCRNet for scene text recognition. Recognizes text content from cropped text-region images and supports CTC and attention-based decoders. Use when training,…
official
tao-train-oneformer
nvidia
OneFormer for universal image segmentation. Unifies panoptic, instance, and semantic segmentation with a single architecture using task-conditioned queries.…
official
tao-train-optical-inspection
nvidia
Optical Inspection for defect detection using Siamese networks. Compares image pairs to detect manufacturing defects, anomalies, or quality issues. Use when…
official
tao-train-pointpillars
nvidia
PointPillars for 3D object detection from LiDAR point clouds. Encodes point clouds into a pseudo-image via a pillar-based representation, then applies 2D…
official
tao-train-pose-classification
nvidia
Pose classification using ST-GCN (Spatial Temporal Graph Convolutional Network). Classifies skeleton sequences into action categories from pose-keypoint data.…
official
tao-train-reid
nvidia
Person re-identification (ReID). Learns discriminative embeddings to match the same person across different camera views, based on metric learning. Use when…
official
tao-train-rtdetr
nvidia
RT-DETR (Real-Time DEtection TRansformer) for 2D object detection. Designed for real-time inference with competitive accuracy and supports distillation and…
official
tao-train-segformer
nvidia
SegFormer for semantic segmentation. Lightweight transformer-based architecture with hierarchical feature extraction, efficient for real-time segmentation…
official
tao-train-single-step
nvidia
Standard single-step train/eval/export workflow for any TAO model. Use when training a TAO model on a dataset without iterative data augmentation, AutoML, or…
official
tao-train-sparse4d
nvidia
Sparse4D for multi-camera temporal 3D object detection and tracking. Uses sparse queries with deformable attention across camera views and time for end-to-end…
official
tao-train-visual-changenet
nvidia
Visual ChangeNet for binary image classification and segmentation in AOI defect detection. Use when training, evaluating, exporting, or running inference for…
official
tao-validate-dataset-format
nvidia
Run `tao-daft validate` to check NVIDIA TAO DAFT datasets for structure, schema, and cross-reference errors. Do not use for non-DAFT formats. Use when the user…
official
terraform-deployer
nvidia
Deploy infrastructure using Terraform
official
test-ffi-surface
nvidia
Build and test the NeMo Relay FFI surface; use this for crates/ffi changes, header generation, or ABI-facing validation
official
test-go-binding
nvidia
Build and test the NeMo Relay Go binding; use this for go/nemo_relay changes or Go-facing integration checks
official
test-node-binding
nvidia
Build and test the NeMo Relay Node.js binding; use this for crates/node changes or Node-facing integration checks
official
test-python-binding
nvidia
Build and test the NeMo Relay Python binding and worker plugin SDK; use for python/nemo_relay, python/plugin, or crates/python changes
official
test-release-canary
nvidia
Manually dispatch and iterate on the Release Canary workflow that smoke-tests published OpenShell artifacts (install.sh on macOS/Ubuntu/Fedora, Helm chart on…
official
test-rust-core
nvidia
Build and test NeMo Relay Rust core, adaptive, and dynamic plugin crates; use for crates/core, crates/adaptive, crates/plugin, crates/worker,…
official
testing
nvidia
Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI…
official
testsystem
nvidia
Test system, CI pipeline, and CI failure investigation for Megatron-LM. Covers test layout, recipe YAML structure, adding unit and functional tests, CI scope…
official
text-summarizer
nvidia
Summarizes text locally without any network access or external API calls
official
tilegym-adding-cutile-kernel
nvidia
Add a new cuTile GPU kernel operator to TileGym. Covers dispatch registration in ops.py, cuTile backend implementation, __init__.py exports, test creation, and…
official
tilegym-converting-cutile-to-julia
nvidia
Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents. Handles kernel syntax translation, 0-indexed to 1-indexed conversion,…
official
tilegym-converting-cutile-to-triton
nvidia
Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit). Handles standard in-repo conversion, debugging (cudaErrorIllegalAddress, shape mismatch,…
official
tilegym-cutile-autotuning
nvidia
Use when adding, modifying, optimizing, or debugging CuTile autotuning code. Trigger signals: `exhaustive_search` / `replace_hints` / `hints_fn` /…
official
tilegym-cutile-python
nvidia
Expert cuTile programming assistant. Write high-performance GPU kernels using cuTile's tile-based programming model with proper validation and optimization.…
official
tilegym-improve-cutile-kernel-perf
nvidia
Iteratively optimize cuTile kernel performance through systematic profiling, bottleneck analysis, IR comparison, and targeted tuning. Covers tile sizes,…
official
tilegym-monkey-patch-kernels-to-transformers
nvidia
Integrate TileGym kernels into Hugging Face `transformers` models by replacing the library's submodule(s) and certain class(es)' implementations, and patching…
official
tracy-memory
nvidia
Profile CPU and GPU memory allocations using Tracy in Kit-based applications after Tracy capture tooling is installed. Covers LD_PRELOAD setup for…
official
triage-issue
nvidia
Assess, classify, and route community-filed issues. Takes a specific issue number or processes all open issues with the state:triage-needed label in batch.…
official
tripy-compilation
nvidia
Work with the nvtripy compilation pipeline. Use when: using tp.compile, creating InputInfo or DimensionInputInfo, understanding the Trace → MLIR → TensorRT…
official
tripy-constraints
nvidia
Author input/output constraints for nvtripy operations using the declarative constraint DSL. Use when: defining input_requirements or output_guarantees,…
official
tripy-debugging
nvidia
Debug and diagnose errors in nvtripy code. Use when: interpreting TripyException stack traces, enabling MLIR/TensorRT debug output, understanding error…
official
tripy-documentation
nvidia
Write API documentation for nvtripy following project conventions. Use when: writing docstrings for ops or modules, adding code examples, using…
official
tripy-new-module
nvidia
Add a new neural network module to nvtripy. Use when: creating an nn layer, implementing a Module subclass, adding a new layer like Linear/LayerNorm/Conv,…
official
tripy-new-operation
nvidia
Add a new operation to nvtripy. Use when: implementing a new op, adding a frontend op, creating a trace op, registering an op in the API. Covers the full…
official
tripy-testing
nvidia
Write tests for nvtripy following project conventions. Use when: adding tests for ops, modules, trace operations, or compilation, using pytest parametrize,…
official
tui-development
nvidia
Guide for developing the OpenShell TUI — a ratatui-based terminal UI for the OpenShell platform. Covers architecture, navigation, data fetching, theming, UX…
official
underdeclared-agent
nvidia
一個有用的助手代理
official
update-docs
nvidia
Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages. Use when docs have fallen…
official
update-docs-from-commits
nvidia
Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages. Use when docs have fallen…
official
update-golden-values
nvidia
Refresh golden values from a GitHub Actions workflow run (failing-only or all jobs), score the change with average normalized relative differences, and produce…
official
update-project-version
nvidia
Update the NeMo Relay project version across Cargo, Node, and lockfiles without leaving release surfaces out of sync
official
validate-change
nvidia
Choose and run the right NeMo Relay validation matrix for a change instead of using one fixed test list
official
vllm-setup
nvidia
Deploy a vLLM inference server on an NVIDIA DGX Station GB300 with validated container, GPU targeting, and tuning parameters. Use when the user asks to serve a…
official
vss-ask-video
nvidia
Use this skill to ask the VSS agent's video_understanding tool a fresh visual question about a recorded clip. Not for prior tool output, search hits, or…
official
vss-deploy-dense-captioning
nvidia
Use this skill when deploying standalone RT-VLM dense captioning or calling its REST API (uploads, captions, streams, chat-completions, Kafka). Not for VSS…
official
vss-deploy-detection-tracking-2d
nvidia
Use this skill when the user wants to deploy, run, debug, tear down, or call the REST API of the RTVI-CV 2D detection / tracking microservice. Trigger when the…
official
vss-deploy-detection-tracking-3d
nvidia
Deploy and operate the RTVI-CV-3D microservice as MV3DT (`MODE=mv3dt`): per-camera DeepStream perception plus BEV Fusion over calibrated cameras. Supports the…
official
vss-deploy-profile
nvidia
Use to select, configure, deploy, verify, debug, or tear down a VSS profile (base, search, lvs, warehouse, edge). Not for standalone microservices — use the…
official
vss-deploy-video-embedding
nvidia
Use this skill when deploying, operating, or integrating the VSS 3.2 GA RT-Embed Video Embedding microservice. Covers Docker Compose bring-up, GPU and storage…
official
vss-generate-video-calibration
nvidia
Use to run AutoMagicCalib on local MP4s, RTSP, or the bundled sample dataset, and to deploy vss-auto-calibration when needed. Do not use for non-AMC…
official
vss-generate-video-report
nvidia
Use this skill when producing a VSS analysis report — Mode A per-clip VLM, Mode B incident-range via video-analytics. Not for standalone video summarization,…
official
vss-manage-alerts
nvidia
Use for VSS alert workflows — real-time monitoring, Alert-Bridge subscriptions, Slack notifications, incident queries, camera onboarding. Not for non-alert…
official
vss-manage-video-io-storage
nvidia
Use to call the VIOS REST API (sensor list, timelines, clip extraction, snapshots, add/delete sensors and streams). Not for VLM inference or search.
official
vss-query-analytics
nvidia
Use this skill when reading video-analytics metrics, incidents, alerts, and sensor data via the VA-MCP server (port 9901). Not for live VLM or incident-range…
official
vss-search-archive
nvidia
Use this skill to run top-level VSS fusion search on archived video, or to ingest video files / RTSP streams for search. Do NOT use for ad-hoc visual Q&A (use…
official
vss-setup-behavior-analytics
nvidia
Use to deploy the vss-behavior-analytics service standalone (entrypoint, config-source, optional calibration). Not for the full warehouse deploy.
official
vss-setup-video-analytics-api
nvidia
Use to deploy the vss-video-analytics-api REST service standalone (config-source, data-log bind, Elasticsearch, optional Kafka). Not for full warehouse deploy.
official
vss-summarize-video
nvidia
Use to summarize a recorded video via the LVS summarization microservice (HITL-gated) with a VLM fallback. Not for report generation or live RTSP captioning.
official
warp-closing-issue
nvidia
Use when the user provides Warp commit SHA(s) and GitHub issue number(s) to assess, draft issue comments, post progress updates, or recommend whether issue…
official
watch-github-actions
nvidia
Watch and monitor GitHub Actions workflow runs using the gh CLI. Use when the user wants to check workflow status, watch a running workflow, view CI/CD jobs,…
official