What problem does it solve?
Installing NeMo Relay involves choosing between a CLI executable, Python/Node.js/Rust language packages, and maintained framework integrations, and picking the wrong path leads to broken setups or unnecessary runtime configuration. This Skill routes each request to the correct install path and stops after verified installation.
Core Features & Use Cases
- Install Path Routing: Selects among CLI, language package (Python, Node.js, Rust), maintained integrations (LangChain, LangGraph, Deep Agents, OpenClaw, Hermes), or source checkout based on the user's stated outcome.
- Package Manager Preservation: Inspects existing manifests and lockfiles (pyproject.toml, package.json, Cargo.toml) and uses the project's existing package manager rather than introducing a new one.
- Codex Desktop Safety Gate: Warns about the provider-filtering bug that hides threads after persistent Codex installation, renders a recovery file, and requires confirmation before changing global configuration.
- Use Case: A developer with a Poetry-managed Python app asks to add NeMo Relay; the Skill detects poetry.lock, recommends
poetry add nemo-relay, verifies the import, and stops before any scopes or plugin configuration.
Quick Start
Ask your agent to install NeMo Relay for your specific target, such as "install the NeMo Relay CLI on macOS" or "add NeMo Relay to my Python project".