nvidia/nemoclaw-user-guide
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, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.
npx skills add https://github.com/NVIDIA/skills --skill nemoclaw-user-guide
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.
https://docs.nvidia.com/nemoclaw/_mcp/server.searchDocs tool to search the canonical docs and collect source URLs.https://docs.nvidia.com/nemoclaw/llms.txt..md page listed in the index or returned by docs search for the user's task..html suffix with .md, or append .md to the route when the URL has no suffix.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.
Use these pages first for common onboarding flows:
https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/home.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/prerequisites.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/quickstart.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/home.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/prerequisites.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/quickstart.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/deepagents/home.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/deepagents/get-started/prerequisites.md.https://docs.nvidia.com/nemoclaw/latest/user-guide/deepagents/get-started/quickstart.md.<PASTE_YOUR_API_KEY_HERE> in examples.inference pages from llms.txt.network-policy pages and the network policies reference.manage-sandboxes, monitoring, and command reference pages.security, deployment/sandbox-hardening, and architecture pages.Take nvidia/nemoclaw-user-guide 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.