nemo-relay-install

작성자: nvidia

CLI, Python, Node.js, Rust, OpenClaw, Hermes 또는 유지 관리되는 프레임워크 통합을 위해 NeMo Relay 설치를 선택하거나 실행할 때 이 스킬을 사용하세요…

npx skills add https://github.com/nvidia/skills --skill nemo-relay-install

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:

nvidia의 다른 스킬

compileiq-debug
nvidia
무언가 잘못되었을 때 사용: Search()가 멈추거나, 모든 평가가 INVALID_SCORE를 반환하거나, 점수가 개선되지 않거나, 모든 설정이 동일한 숫자를 반환하거나, ptxas 오류 등이 발생할 때
create-github-pr
nvidia
gh CLI를 사용하여 GitHub 풀 리퀘스트를 생성합니다. 사용자가 새 PR을 만들거나, 코드 리뷰를 제출하거나, 풀 리퀘스트를 열고자 할 때 사용합니다. 트리거 키워드 -…
nemoclaw-maintainer-cross-issue-sweep
nvidia
다른 열린 이슈들을 스캔하여 주어진 PR이 함께 수정하거나 실수로 망가뜨릴 수 있는 이슈를 찾습니다. 인접 수정 기회와 모순 위험을 file:line…과 함께 출력합니다.
fhir-basics
nvidia
에이전트에게 FHIR R4 API의 작동 방식, 사용 가능한 리소스, 검색 매개변수를 사용한 쿼리 방법, 모든 응답 형식을 올바르게 파싱하는 방법을 가르칩니다…
compileiq-validate-result
nvidia
검색이 완료된 후, 속도 향상을 청구하거나 ACF를 발송하기 전에 사용합니다. dump_results CSV를 로드하고, 상위 K개 후보(단일 목표)를 추출합니다…
changelog-audit
nvidia
릴리스 전에 Warp CHANGELOG.md를 감사합니다: 누락된 항목 복구, 사용자 영향별 정렬, 항목 언어 다듬기, 줄 바꿈, (릴리스 브랜치 모드) 비교 업데이트…
maintain-dynamic-plugins
nvidia
NeMo Relay 동적 플러그인 로더, 매니페스트, Rust 네이티브 SDK, gRPC 워커 프로토콜, Python 워커 SDK, 문서, 테스트 및 릴리스 워크플로 커버리지를 유지 관리합니다.
dgx-diagnose
nvidia
일반적인 DGX Station GB300 문제 진단 — CUDA 충돌, 잘못된 GPU 타겟팅, vLLM/SGLang 컨테이너 버그, MIG 상태 문제, NVLink/Fabric Manager 오류,…