nemoclaw-user-skills-coding
NemoClaw User Skills Coding
Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository. Use when users ask about AI agent support, coding assistant integration, or the .agents/skills/ directory.
Context
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.
Note: 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
NemoClawdirectory 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.