diff --git a/docs/resources/agent-skills.mdx b/docs/resources/agent-skills.mdx index e393a3ee99e..02e62de4151 100644 --- a/docs/resources/agent-skills.mdx +++ b/docs/resources/agent-skills.mdx @@ -51,6 +51,7 @@ The following user skills ship with NemoClaw. | Skill | Summary | |-------|---------| | `nemoclaw-user-overview` | What NemoClaw is, ecosystem placement (OpenClaw + OpenShell + NemoClaw), how it works internally, and release notes. | +| `nemoclaw-user-agent-skills` | Clone, update, and use NemoClaw's agent skills, including this page and the skills directory layout. | | `nemoclaw-user-get-started` | Install NemoClaw, launch a sandbox, and run the first agent prompt. | | `nemoclaw-user-configure-inference` | Choose inference providers during onboarding, switch models without restarting, and set up local inference servers (Ollama, vLLM, TensorRT-LLM, NIM). | | `nemoclaw-user-manage-policy` | Approve or deny blocked egress requests in the TUI and customize the sandbox network policy (add, remove, or modify allowed endpoints). | @@ -77,6 +78,7 @@ Examples of questions your assistant can answer with these skills: | "What security controls can I configure?" | `nemoclaw-user-configure-security` | | "Back up my agent workspace files." | `nemoclaw-user-manage-sandboxes` | | "What CLI commands are available?" | `nemoclaw-user-reference` | +| "What NemoClaw skills are available for my coding assistant?" | `nemoclaw-user-agent-skills` | You can also reference a skill directly by name if you know which one you need.