Use this skill when choosing or running NeMo Relay installation for the CLI, Python, Node.js, Rust, OpenClaw, Hermes, or maintained framework integrations before runtime configuration or quick-start setup.
npx skills add https://github.com/NVIDIA/skills --skill nemo-relay-install
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.
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:
local gateway, or explicit persistent host-plugin setup. Read
CLI Installation.
LangChain, LangGraph, or Deep Agents. Read
Maintained Integration Installation.
owns its tool or model call sites. Read
Language Package Installation.
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.
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:
section in CLI Installation.
configuration.
assets/codex-desktop-recovery.md asNEMO_RELAY_CODEX_DESKTOP_RECOVERY.md in the user's workspace root before
running the persistent installer.
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.
and existing installation before changing anything.
exact version.
a project manifest.
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.
Know about nemo-relay doctor, but use it in the right scope:
nemo-relay doctor when the user installed the CLI and reports config,gateway, agent-readiness, plugin, exporter, or model-pricing issues.
nemo-relay doctor --json when structured output will help an agentinspect checks programmatically.
nemo-relay doctor --plugin claude-code, `nemo-relay doctor --plugincodex, or nemo-relay doctor --plugin all` only for persistent host-plugin
installations.
not require persistent host-plugin state.
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.
Choose the next workflow from the user's immediate outcome:
nemo-relay-get-started for a first working scope, tool call, LLM call,or trial plugin setup.
host-plugin workflow, not application runtime setup.
plugin files, observability, or adaptive behavior.
Avoid these installation-scope mistakes:
package.
binding when the user only needs the local nemo-relay executable.
instead of starting with temporary transparent run.
version.
plugins.toml, middleware registration, scopes, or quick-startexamples before the install step has been verified.
Use these public entry points to confirm current installation guidance:
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Take nvidia/nemo-relay-install from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.