NemoClaw Agent Skills for Your AI Coding Assistant
NemoClaw ships agent skills that are generated directly from this documentation. Each skill is a converted version of one or more doc pages, structured so AI coding assistants can consume it as context. This means you can interact with the full NemoClaw documentation as skills inside your agent chat session, instead of reading the docs separately.
Ask your assistant a question about NemoClaw and it responds with the same guidance found in these docs, adapted to your current situation. Skills cover installation, inference configuration, network policy management, monitoring, deployment, security, workspace management, and the CLI reference.
If you are a contributor and have cloned the full NemoClaw repository, the full set of skills including contributor and maintainer skills are already available at the project root.
Open the NemoClaw directory in your coding assistant and the skills load automatically.
This page is for users who installed NemoClaw with the installer and do not have a local clone.
Get the Skills
Fetch only the skills from the NemoClaw repository without downloading the full source tree.
Open the NemoClaw directory in your AI coding assistant.
The assistant discovers the skills in .agents/skills/ and uses them to answer NemoClaw questions with project-specific guidance.
You can keep the skills inside the cloned directory or copy .agents/skills/ to a global location (such as ~/.cursor/skills/ or ~/.claude/skills/) so they are available across all your projects.
The choice depends on whether you want NemoClaw skills scoped to one workspace or accessible everywhere.
Update the Skills
The sparse checkout filter is saved, so git pull fetches only updated skills without downloading the full source tree.
Run git pull after each NemoClaw release to pick up new and updated skills.
Available Skills
The following user skills ship with NemoClaw.
Example Questions and Triggered Skills
After opening the cloned repository in your coding assistant, ask a NemoClaw question in natural language. The assistant matches your question to the relevant skill and follows the guidance it contains.
Examples of questions your assistant can answer with these skills:
You can also reference a skill directly by name if you know which one you need.
AI Coding Assistants that You Can Use with NemoClaw Skills
The NemoClaw agent skills follow the Agent Skills best practices and the Claude Skills best practices. The following table shows how each AI coding assistant can use the NemoClaw skills.