New to Claude Skills? Learn how to install them →

Nnvidia on GitHub

NeMo Relay Installation

OfficialFree

Install NeMo Relay with clear guidance for various environments.

by nvidia2.8k stars on nvidia/skills
2 views
Updated Aug 7, 2026
Get this skill

Free · Opens the source repo

What NeMo Relay Installation does

NeMo Relay Installation is designed to assist users in selecting and executing the installation of NeMo Relay across various environments, including CLI, Python, Node.js, and Rust. This skill provides a structured approach to installation by guiding users through the selection of the appropriate installation path based on their specific needs. It ensures that the installation process is straightforward, separating the installation from runtime configuration and first-use setup, which is crucial for users who want to avoid unnecessary complexity during the initial stages.

The skill emphasizes the importance of clarity in installation choices, prompting users to specify their desired outcome before proceeding. This targeted approach helps prevent common mistakes, such as installing the wrong type of package or configuration. Users can choose from multiple installation paths, including CLI for quick testing, language packages for application integration, or maintained integrations for existing frameworks. Each path is documented with specific references, ensuring users have access to the necessary information to complete their installation successfully.

For users operating within Codex Desktop, the skill includes precautions to maintain continuity and prevent issues related to provider filtering. This is particularly valuable for users who rely on Codex Desktop for their development work, as it provides clear steps to follow before making persistent changes to their environment. The skill also includes verification steps to ensure that installations are successful and that the user's environment remains intact.

Overall, NeMo Relay Installation is a practical tool for developers and designers looking to integrate NeMo Relay into their projects. By providing a clear, step-by-step installation process and addressing common pitfalls, this skill helps streamline the setup process, allowing users to focus on building their applications rather than troubleshooting installation issues.

When to use it

Use this skill when you need to install NeMo Relay for various environments or frameworks without diving into runtime configurations.

When not to use it

This skill is not suitable for users who require in-depth runtime configuration or first-use setup immediately after installation.

What you can build with it

Quick CLI Test

You want to try NeMo Relay quickly without setting up a full application. The skill guides you through a temporary CLI installation.

Integrating with Python

You are developing a Python application and need to integrate NeMo Relay. The skill provides the steps for installing the language package.

Setting Up for Codex Desktop

You are using Codex Desktop and want to ensure your installation does not disrupt existing threads. The skill provides specific instructions to safeguard your setup.

How to install NeMo Relay Installation

View source

1. Install with the skills CLI

npx skills add nvidia/skills/nemo-relay-install --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by nvidia

Install NeMo Relay

Choose the package or executable from the user's desired outcome. Stop after installation and basic availability checks. Do not configure runtime behavior, write plugins.toml, create scopes, register middleware, or build a first app example from this skill. Keep installation separate from first-use instrumentation.

Choose The Install Path

If the user asks to install NeMo Relay but does not identify a target or desired outcome, ask one short clarifying question before giving commands:

Which install path do you want: CLI for coding-agent/local gateway use, language package for a Python/Node.js/Rust app, or framework integration for LangChain, LangGraph, Deep Agents, OpenClaw, or Hermes?

Do not ask when the user already names a CLI, language, framework, harness, source checkout, or target project file such as pyproject.toml, package.json, or Cargo.toml.

Use this order from least to most application-specific:

  1. CLI for a generic "try Relay" request, a temporary coding-agent run, the local gateway, or explicit persistent host-plugin setup. Read CLI Installation.
  2. Maintained integration when the user already uses OpenClaw, Hermes, LangChain, LangGraph, or Deep Agents. Read Maintained Integration Installation.
  3. Language package when a Python, Node.js, or Rust application directly owns its tool or model call sites. Read Language Package Installation.
  4. Source checkout only for contributors or unpublished changes. Follow the repository development guide instead of published package commands.

For "try Relay" requests, default to the CLI and temporary transparent run. Do not make persistent host-plugin installation the default.

Protect Codex Desktop Continuity

Before persistent Codex installation, determine whether the user is operating from Codex Desktop. Persistent nemo-relay install codex changes the active Codex provider and can make the current or older Desktop threads appear missing after restart because of an upstream provider-filtering bug. The threads are not deleted.

For Codex Desktop users:

  1. Recommend temporary transparent run first.
  2. If the user still wants persistent installation, read the Codex Desktop section in CLI Installation.
  3. Preview the install and proposed recovery-note location.
  4. Obtain confirmation before writing either the recovery note or global Codex configuration.
  5. Render assets/codex-desktop-recovery.md as NEMO_RELAY_CODEX_DESKTOP_RECOVERY.md in the user's workspace root before running the persistent installer.
  6. Do not restart Codex Desktop until the user has the recovery-file path.

Do not directly inspect, copy, delete, edit, or rewrite Codex session files, private application configuration, or SQLite state to work around the visibility bug. Supported nemo-relay install, uninstall, and doctor commands may manage the Relay-generated provider and hook configuration.

Install And Verify

  1. Inspect the target manifest, environment, operating system, architecture, and existing installation before changing anything.
  2. Load only the reference for the selected path.
  3. Preserve the project's existing package manager and virtual environment.
  4. Use the latest compatible release unless the user or project requires an exact version.
  5. Show the exact install command before running a remote installer or changing a project manifest.
  6. Run only the selected path's basic availability check.
  7. Report what was installed, where it was installed, and the verification result. Then stop.

The primary documented language paths are Rust, Python, and Node.js. Treat Go and raw FFI as source-first advanced surfaces, not normal package installs. Do not treat a first scope, subscriber, gateway, plugin config, or LLM call as installation verification.

Use Doctor For CLI Readiness And Configuration Issues

Know about nemo-relay doctor, but use it in the right scope:

  • Run nemo-relay doctor when the user installed the CLI and reports config, gateway, agent-readiness, plugin, exporter, or model-pricing issues.
  • Use nemo-relay doctor --json when structured output will help an agent inspect checks programmatically.
  • Use nemo-relay doctor --plugin claude-code, nemo-relay doctor --plugin codex, or nemo-relay doctor --plugin all only for persistent host-plugin installations.
  • Do not require plugin doctor for transparent runs. Transparent-run setup does not require persistent host-plugin state.
  • Do not use doctor as proof that a Python, Node.js, or Rust package dependency was installed. Verify those with the language package manager/import checks.

When doctor reports failures, summarize the failed checks and the specific remediation it suggests. Do not loop back to reinstalling every package unless the failed check points to a broken or missing install.

Hand Off After Install

Choose the next workflow from the user's immediate outcome:

  • Use nemo-relay-get-started for a first working scope, tool call, LLM call, or trial plugin setup.
  • Use the NeMo Relay CLI documentation or host-specific setup for a local CLI host-plugin workflow, not application runtime setup.
  • Use the matching plugin or instrumentation skill for runtime configuration, plugin files, observability, or adaptive behavior.

Common Mistakes

Avoid these installation-scope mistakes:

  • Using repository development setup when the user only needs a published package.
  • Installing the CLI when the user needs an application binding, or installing a binding when the user only needs the local nemo-relay executable.
  • Treating persistent host-plugin installation as the default way to try Relay, instead of starting with temporary transparent run.
  • Pinning old versions unless the user or project explicitly requires that version.
  • Continuing into plugins.toml, middleware registration, scopes, or quick-start examples before the install step has been verified.

Public Docs To Reference

Use these public entry points to confirm current installation guidance:

Frequently asked questions about NeMo Relay Installation

Similar skills