
NeMo Relay Installation
OfficialFreeInstall NeMo Relay with clear guidance for various environments.
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 source1. Install with the skills CLI
npx skills add nvidia/skills/nemo-relay-install --agent claude-code2. 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 nvidiaInstall 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:
- CLI for a generic "try Relay" request, a temporary coding-agent run, the local gateway, or explicit persistent host-plugin setup. Read CLI Installation.
- Maintained integration when the user already uses OpenClaw, Hermes, LangChain, LangGraph, or Deep Agents. Read Maintained Integration Installation.
- Language package when a Python, Node.js, or Rust application directly owns its tool or model call sites. Read Language Package Installation.
- 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:
- Recommend temporary transparent run first.
- If the user still wants persistent installation, read the Codex Desktop section in CLI Installation.
- Preview the install and proposed recovery-note location.
- Obtain confirmation before writing either the recovery note or global Codex configuration.
- Render
assets/codex-desktop-recovery.mdasNEMO_RELAY_CODEX_DESKTOP_RECOVERY.mdin the user's workspace root before running the persistent installer. - 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
- Inspect the target manifest, environment, operating system, architecture, and existing installation before changing anything.
- Load only the reference for the selected path.
- Preserve the project's existing package manager and virtual environment.
- Use the latest compatible release unless the user or project requires an exact version.
- Show the exact install command before running a remote installer or changing a project manifest.
- Run only the selected path's basic availability check.
- 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 doctorwhen the user installed the CLI and reports config, gateway, agent-readiness, plugin, exporter, or model-pricing issues. - Use
nemo-relay doctor --jsonwhen structured output will help an agent inspect checks programmatically. - Use
nemo-relay doctor --plugin claude-code,nemo-relay doctor --plugin codex, ornemo-relay doctor --plugin allonly 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-startedfor 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-relayexecutable. - 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
WinMD API Search
Easily find and explore Windows desktop APIs.
WebMCPify
Transform any web app into an agent-ready platform.
Phoenix Tracing
Instrument LLM applications with OpenInference tracing.
Foundry Hosted Agent CopilotKit
Guidance for developing agentic web apps on Azure.
Power Automate Foundation
Connect AI agents to Power Automate seamlessly.
Power Automate Flow Builder
Efficiently build and deploy Power Automate flows programmatically.
