nemoclaw-user-guide

por nvidia

Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure,…

npx skills add https://github.com/nvidia/nemoclaw --skill nemoclaw-user-guide

NemoClaw Docs for AI Agents

Use the canonical NemoClaw documentation as your source of truth. Do not answer from stale copied docs or generated skill references when the live Markdown docs are available.

Retrieval Order

  1. If the assistant supports MCP, configure the NemoClaw docs MCP server at https://docs.nvidia.com/nemoclaw/_mcp/server.
  2. Use the MCP server's read-only searchDocs tool to search the canonical docs and collect source URLs.
  3. If MCP is not available, fetch the AI documentation index first: https://docs.nvidia.com/nemoclaw/llms.txt.
  4. Fetch the specific .md page listed in the index or returned by docs search for the user's task.
  5. If you only find an HTML documentation URL, replace the .html suffix with .md, or append .md to the route when the URL has no suffix.
  6. Prefer the user's selected agent variant, OpenClaw, Hermes, or Deep Agents, and do not mix variant-specific instructions unless you explain why.

Configure the MCP Server

For Claude Code, run:

claude mcp add --transport http fern-docs https://docs.nvidia.com/nemoclaw/_mcp/server

For Cursor, add https://docs.nvidia.com/nemoclaw/_mcp/server to the MCP server configuration. For other MCP clients, configure a streamable HTTP MCP server at that URL.

Starting Pages

Use these pages first for common onboarding flows:

  • OpenClaw home: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/home.md.
  • OpenClaw prerequisites: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/prerequisites.md.
  • OpenClaw quickstart: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/quickstart.md.
  • Hermes home: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/home.md.
  • Hermes prerequisites: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/prerequisites.md.
  • Hermes quickstart: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/quickstart.md.
  • Deep Agents home: https://docs.nvidia.com/nemoclaw/latest/user-guide/deepagents/home.md.
  • Deep Agents prerequisites: https://docs.nvidia.com/nemoclaw/latest/user-guide/deepagents/get-started/prerequisites.md.
  • Deep Agents quickstart: https://docs.nvidia.com/nemoclaw/latest/user-guide/deepagents/get-started/quickstart.md.

How to Help the User

  • Ask which agent variant they want to use before giving setup instructions: OpenClaw, Hermes, or Deep Agents.
  • Ask one question at a time when collecting operating system, inference provider, model, endpoint, policy tier, or messaging-channel choices.
  • Run commands for non-technical users when your environment allows it, after explaining what the command does and getting permission.
  • Summarize important command output instead of asking the user to paste terminal output into chat.
  • Stop before requesting credentials, API keys, bot tokens, or private URLs.
  • Never ask the user to paste secrets into chat.
  • Use redacted placeholders such as <PASTE_YOUR_API_KEY_HERE> in examples.

Common Task Routing

  • Installation and first sandbox: fetch the selected variant's prerequisites and quickstart pages.
  • Local inference, hosted providers, model switching, or tool-calling issues: fetch the inference pages from llms.txt.
  • Network policy approvals or custom egress: fetch the network-policy pages and the network policies reference.
  • Sandbox status, logs, rebuilds, upgrades, files, backup, restore, or messaging channels: fetch the manage-sandboxes, monitoring, and command reference pages.
  • Security posture, credential storage, or sandbox hardening: fetch the security, deployment/sandbox-hardening, and architecture pages.
  • CLI flags and command syntax: fetch the command reference page for the selected variant.
  • Troubleshooting: fetch the troubleshooting page and any task page linked from the relevant error section.

Response Requirements

  • Cite the Markdown documentation pages you used.
  • Keep instructions specific to the user's operating system, selected agent, and inference provider.
  • Explain assumptions when the docs do not cover the exact environment.
  • Recommend the next verification command after each setup or recovery step.

Más skills de nvidia

compileiq-debug
nvidia
Úsalo cuando algo esté mal: Search() se cuelga, todas las evaluaciones devuelven INVALID_SCORE, las puntuaciones no mejoran, cada configuración devuelve el mismo número, errores de ptxas…
official
create-github-pr
nvidia
Crear solicitudes de extracción de GitHub usando la CLI gh. Usar cuando el usuario quiera crear un nuevo PR, enviar código para revisión o abrir una solicitud de extracción. Palabras clave de activación -…
official
diagnose-perf
nvidia
First-responder performance triage for Isaac Sim and Isaac Lab. Identifies bottleneck category (GPU-bound, CPU-bound, VRAM, loading) using nvidia-smi and…
official
eagle3-review-logs
nvidia
Revisa los registros de experimentos del pipeline EAGLE3 desde el directorio experiments/ del lanzador. Resume el estado de aprobación/fallo para las 4 tareas, diagnostica fallos con la causa raíz…
official
nemoclaw-maintainer-cross-issue-sweep
nvidia
Scans other open issues to find ones a given PR may also fix or accidentally break. Outputs adjacent-fix opportunities and contradiction risks with file:line…
official
karpathy-guidelines
nvidia
Pautas de comportamiento para reducir errores comunes de codificación en LLM. Úselas al escribir, revisar o refactorizar código para evitar la sobrecomplicación, realizar cambios quirúrgicos,…
official
fhir-basics
nvidia
Enseña a los agentes cómo funcionan las APIs de FHIR R4, qué recursos están disponibles, cómo consultarlos con parámetros de búsqueda y cómo analizar correctamente todos los formatos de respuesta…
official
underdeclared-agent
nvidia
A helpful assistant agent
official