nemoclaw-skills-guide

작성자: nvidia

Start here. Introduces what NemoClaw is, what agent skills are available, and which skill to use for a given task. Use when discovering NemoClaw capabilities,…

npx skills add https://github.com/nvidia/nemoclaw --skill nemoclaw-skills-guide

NemoClaw Skills Guide

NVIDIA NemoClaw runs OpenClaw always-on assistants inside hardened OpenShell sandboxes with NVIDIA inference (Nemotron). It provides CLI tooling, guided onboarding, a security blueprint, routed inference, and workspace management.

This guide lists every agent skill shipped with NemoClaw, organized by audience. Load the specific skill you need after identifying it here.

Skill Buckets

Skills are grouped into three buckets by audience. The prefix in each skill name indicates who it is for.

nemoclaw-user-* (1 skill)

For end users operating a NemoClaw sandbox. Covers routing human users' AI agents to the canonical NemoClaw Markdown documentation.

nemoclaw-maintainer-* (13 skills)

For project maintainers. Covers the daily maintainer cadence (morning standup, daytime loop, evening handoff), workflow policy reference, cutting releases, drafting release notes, finding PRs to review, comparing PRs, cross-issue sweeps, triage, normalizing issue and PR title tags, performing security code reviews, and verifying whether stale bug reports still reproduce on the latest release.

nemoclaw-contributor-* (4 skills)

For contributors to the NemoClaw codebase. Covers trusted checkout setup and readiness checks, creating pull requests that follow the project template, monitoring CI and automated review feedback, drafting documentation updates, and onboarding new messaging channels.

Skill Catalog

User Skills

SkillSummary
nemoclaw-user-guideRoute human users' AI agents to llms.txt and the relevant NemoClaw Markdown docs for installation, configuration, operation, security, and troubleshooting.

Maintainer Skills

SkillSummary
nemoclaw-maintainer-morningMorning standup: triage the backlog, determine the day's target version, label selected items, surface stragglers, and output the daily plan.
nemoclaw-maintainer-triageSuggest and optionally apply labels for issues and PRs using the live NemoClaw triage instructions.
nemoclaw-maintainer-policiesRead-only maintainer workflow policy reference for Issue Type, labels, Project fields, daily release labels, triage, duplicates, blocked items, and workflow decisions.
nemoclaw-maintainer-cross-issue-sweepScan open issues for adjacent fixes or contradiction risks when reviewing a PR.
nemoclaw-maintainer-dayDaytime loop: pick the highest-value version-targeted item and execute the right workflow (merge gate, salvage, security sweep, test gaps, hotspot cooling, or sequencing). Designed for /loop.
nemoclaw-maintainer-eveningEnd-of-day handoff: check version progress, identify stragglers, generate a QA handoff summary, cut the release tag, bump stragglers to the next patch, and hand off release notes.
nemoclaw-maintainer-cut-release-tagCut an annotated semver tag on a maintainer-confirmed origin/main commit, wait for workflow-managed latest, and bump remaining open items to the next patch; lkg stays manual.
nemoclaw-maintainer-release-notesDraft release notes from live tag/compare data, with the three-paragraph narrative, categorized change list, and external-only contributor thanks.
nemoclaw-maintainer-find-review-prFind open security PRs with Urgent or High Project Priority, link each to its issue, detect duplicates, and present a review summary.
nemoclaw-maintainer-pr-comparatorCompare competing PRs for the same issue and recommend which one to merge.
nemoclaw-maintainer-normalize-title-tagsPreview and remove bracketed NemoClaw title tags from issues and PRs case-insensitively, even when the tag appears later in the title.
nemoclaw-maintainer-security-code-reviewPerform a 9-category security review of a PR or issue, producing per-category PASS/WARNING/FAIL verdicts.
nemoclaw-maintainer-verify-staleVerify whether old issues with native Issue Type Bug still reproduce on latest. Reuses or provisions a Brev box, scores confidence, and proposes evidence-backed Project/comment writes for approval; never auto-closes.

Contributor Skills

SkillSummary
nemoclaw-contributor-onboardSet up, repair, or verify a trusted source checkout, with explicit opt-ins for host-visible CLI exposure, the pinned agent, and runtime onboarding.
nemoclaw-contributor-create-prCreate GitHub pull requests that follow the NemoClaw PR template, including pre-PR checks, conventional commit titles, DCO sign-off, post-push CI monitoring, and CodeRabbit/PR Review Advisor follow-up.
nemoclaw-contributor-onboard-messaging-channelAdd or review a new messaging channel with manifest-first implementation, upstream source analysis, plugin install confirmation, reachability checks, policies, docs, and tests.
nemoclaw-contributor-update-docsScan recent git commits for user-facing changes and draft or update documentation pages during release prep.

Getting Started

Ask the user which role best describes them:

  • User — operating a NemoClaw sandbox (running, configuring, monitoring).
  • Contributor — contributing code or docs to the NemoClaw project.
  • Maintainer — triaging, reviewing, releasing, and managing the project day-to-day.

Skills are cumulative. Each role includes the skills from the roles above it:

RoleSkills includedCountStart with
Usernemoclaw-user-*1nemoclaw-user-guide
Contributornemoclaw-user-* + nemoclaw-contributor-*5nemoclaw-contributor-onboard
MaintainerAll skills18nemoclaw-maintainer-morning

After identifying the role, present the applicable skills from the Skill Catalog above and recommend the starting skill.

nvidia의 다른 스킬

compileiq-debug
nvidia
Use when something is wrong: Search() hangs, all evaluations return INVALID_SCORE, scores aren't improving, every config returns the same number, ptxas errors…
official
create-github-pr
nvidia
gh CLI를 사용하여 GitHub 풀 리퀘스트를 생성합니다. 사용자가 새 PR을 만들거나, 코드 리뷰를 제출하거나, 풀 리퀘스트를 열고자 할 때 사용합니다. 트리거 키워드 -…
official
diagnose-perf
nvidia
First-responder performance triage for Isaac Sim and Isaac Lab. Identifies bottleneck category (GPU-bound, CPU-bound, VRAM, loading) using nvidia-smi and…
official
eagle3-review-logs
nvidia
Review EAGLE3 pipeline experiment logs from the launcher's experiments/ directory. Summarizes pass/fail status for all 4 tasks, diagnoses failures with root…
official
nemoclaw-maintainer-cross-issue-sweep
nvidia
다른 열린 이슈들을 스캔하여 주어진 PR이 함께 수정하거나 실수로 망가뜨릴 수 있는 이슈를 찾습니다. 인접 수정 기회와 모순 위험을 file:line…과 함께 출력합니다.
official
karpathy-guidelines
nvidia
일반적인 LLM 코딩 실수를 줄이기 위한 행동 지침입니다. 코드 작성, 검토 또는 리팩토링 시 과도한 복잡성을 피하고 정밀한 변경을 위해 사용하세요.
official
fhir-basics
nvidia
에이전트에게 FHIR R4 API의 작동 방식, 사용 가능한 리소스, 검색 매개변수를 사용한 쿼리 방법, 모든 응답 형식을 올바르게 파싱하는 방법을 가르칩니다…
official
underdeclared-agent
nvidia
A helpful assistant agent
official