nemoclaw-user-guide

Routes AI assistants to canonical NemoClaw Markdown documentation via MCP server or llms.txt index.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/Army161/NemoClaw --skill nemoclaw-user-guide-army161
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-user-guide
Source: https://github.com/Army161/NemoClaw/tree/main/.agents/skills/nemoclaw-user-guide
Command: npx skills add https://github.com/Army161/NemoClaw --skill nemoclaw-user-guide-army161

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding assistants often answer NemoClaw setup questions from stale or hallucinated knowledge instead of the official documentation. This Skill directs the assistant to the canonical NemoClaw docs through an MCP server or Markdown pages, so installation, configuration, and troubleshooting guidance stays accurate and variant-specific. ## Core Features & Use Cases - Canonical Docs Retrieval: Configures the NemoClaw docs MCP server at docs.nvidia.com and falls back to the llms.txt index and .md pages when MCP is unavailable. - Variant-Aware Guidance: Routes users to OpenClaw, Hermes, or Deep Agents documentation without mixing variant-specific instructions. - Task-Based Routing: Maps common tasks like installation, inference setup, network policy approvals, sandbox management, and troubleshooting to the correct documentation pages. - Use Case: A user asks their coding assistant to install NemoClaw with Hermes. The assistant fetches the Hermes prerequisites and quickstart Markdown pages, asks one setup question at a time, and uses redacted placeholders instead of requesting secrets in chat. ## Quick Start Ask your AI assistant to use the NemoClaw docs to walk you through installing NemoClaw with your preferred agent variant.

Frequently Asked Questions about nemoclaw-user-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure the NemoClaw docs MCP server in Claude Code?

Run the command claude mcp add --transport http fern-docs https://docs.nvidia.com/nemoclaw/_mcp/server. For Cursor, add the same URL to the MCP server configuration; other MCP clients use a streamable HTTP server at that endpoint.

How do I get NemoClaw documentation in Markdown format?

Fetch the AI documentation index at https://docs.nvidia.com/nemoclaw/llms.txt, then retrieve the specific .md page for your task. If you only have an HTML URL, replace the .html suffix with .md or append .md to the route.

Does NemoClaw documentation differ between OpenClaw, Hermes, and Deep Agents?

Yes, each agent variant has its own home, prerequisites, and quickstart pages under the docs site. The Skill instructs assistants to ask which variant you want and avoid mixing variant-specific instructions unless the difference is explained.

What should I do when the NemoClaw docs MCP server is unavailable?

Fall back to fetching the llms.txt index directly and then the relevant Markdown pages. The retrieval order in the Skill prioritizes MCP search first, then direct Markdown fetches, so guidance still comes from canonical docs.

How are API keys and credentials handled during NemoClaw setup?

The Skill instructs assistants to never ask users to paste secrets into chat and to use redacted placeholders like <PASTE_YOUR_API_KEY_HERE> in examples. Assistants stop before requesting credentials, tokens, or private URLs.