coach-nemoclaw-hermes

작성자: nvidia

Blender, OVRTX, OVPhysX, USD, 렌더링, 시뮬레이션 및 실시간 Blender 제어 작업을 통해 NemoClaw Hermes 하위 에이전트를 지도하세요. Codex가 위임해야 할 때 사용하세요…

npx skills add https://github.com/nvidia/nemoclaw-community --skill coach-nemoclaw-hermes

Coach NemoClaw Hermes

Codex is the coach and auditor. Hermes owns Blender, OVRTX, OVPhysX, and other runtime-facing execution. Codex owns task decomposition, host/sandbox transfers, milestone receipts, artifact verification, and final reporting.

Preflight

Before delegation:

  1. Verify the NemoClaw sandbox and local inference endpoint are healthy.
  2. Verify Blender MCP and only the runtimes relevant to the task.
  3. Check for an existing Hermes request using the shared Blender or OV services. Serialize shared-runtime work; parallelize only isolated sandbox-only work with distinct inputs and outputs.
  4. Establish source ownership, a task-owned output root, and whether direct Codex-to-Blender fallback is authorized.
export PATH="$HOME/.local/bin:$PATH"
export NEMOCLAW_SANDBOX_NAME="${NEMOCLAW_SANDBOX_NAME:-ov-blender-hermes}"
nemohermes "$NEMOCLAW_SANDBOX_NAME" status
pgrep -af 'nemohermes .* exec.*(hermes|blenderraw|blenderhandoff).*chat|openshell sandbox exec.*(hermes|blenderraw|blenderhandoff).*chat' || true

Do not launch a duplicate request merely because an active request is quiet.

Execution boundaries

Keep these environments distinct:

  • Codex host: sees host repositories, source files, and host outputs.
  • Hermes sandbox: terminal and file tools see /sandbox, not host paths.
  • Blender MCP: runs inside visible host Blender and can see host paths.

Choose the topology before prompting:

  • Raw MCP: run plain hermes; the sticky blenderraw profile operates visible Blender with exploratory Blender, OVRTX, and OVPhysX tools. The explicit /sandbox/.local/bin/blenderraw alias remains available. Host paths are valid only in Blender MCP operations.
  • Typed MCP: run /sandbox/.local/bin/blenderhandoff; Hermes gets only the bounded inventory, USD, and receipt operations.
  • Sandbox-only: Codex uploads inputs before delegation and downloads outputs afterward.
  • Hybrid: Hermes inspects or exports through Blender MCP; Codex uploads the resulting host files; Hermes processes them in /sandbox; Codex downloads and validates the result.

Use the installed transfer wrapper for every crossing:

nemohermes sandbox upload "$NEMOCLAW_SANDBOX_NAME" HOST_PATH SANDBOX_PATH
nemohermes sandbox download "$NEMOCLAW_SANDBOX_NAME" SANDBOX_PATH HOST_PATH

Verify transferred file counts and SHA-256 hashes. A path in a Hermes response does not prove that a file crossed the boundary.

Coaching loop

Simple inspections or renders may be one request. For complex work, use one measurable milestone at a time, such as:

  • read-only scene inventory;
  • task-owned export with source and output hashes;
  • native render completion;
  • native OVPhysX readback;
  • replay or review capture;
  • package reopen and validation.

Each prompt must include:

  • the milestone and completion marker;
  • the relevant installed Hermes skill names to use;
  • exact host-only and sandbox-visible paths;
  • allowed execution surfaces;
  • required artifacts, evidence, and blocker behavior.

Give Hermes enough time and tool turns to reason and execute:

nemohermes "$NEMOCLAW_SANDBOX_NAME" exec --timeout 1200 -- \
  hermes chat -Q --max-turns 30 -q "$HERMES_PROMPT"

A new hermes chat -q request is a fresh conversation. Carry the prior receipt and exact transferred paths into the next milestone. Poll an existing command session until it exits; logs are progress evidence, not a completion receipt.

Intervention policy

Silence alone is not failure. Intervene only when evidence shows:

  • an explicit tool or runtime error;
  • a wrong filesystem or execution boundary;
  • a missed acceptance criterion;
  • a receipt contradicted by artifacts;
  • a dropped/truncated tool call or other known agent-stream failure signature.

Diagnose the narrow layer first: wrapper, transfer, sandbox, Blender MCP, Blender operation, OVRTX/OVPhysX runtime, or artifact validation. Issue at most one targeted corrected retry before reporting the blocker. Do not repeat a broad prompt or casually overwrite artifacts still open in Blender or PXR.

Do not bypass Hermes with direct Codex control of Blender unless the user explicitly authorizes fallback execution. When authorized, report the fallback and preserve the same source-safety and evidence requirements.

Validation

Preserve source scenes and source USD layers by default. Keep generated work under the task root and hash source files before and after mutation-capable milestones.

Independently validate downloaded host artifacts. Distinguish evidence:

  • native OVRTX or OVPhysX receipts/readback are runtime authority;
  • Blender viewport images and replay renders are visual evidence;
  • Hermes text without matching artifacts is an unverified claim.

Report separately what Codex coached and verified, what Hermes executed, all artifact paths, versions, elapsed time, validation results, fallbacks, and remaining blockers or limitations.

nvidia의 다른 스킬

compileiq-debug
nvidia
무언가 잘못되었을 때 사용: Search()가 멈추거나, 모든 평가가 INVALID_SCORE를 반환하거나, 점수가 개선되지 않거나, 모든 설정이 동일한 숫자를 반환하거나, ptxas 오류 등이 발생할 때
create-github-pr
nvidia
gh CLI를 사용하여 GitHub 풀 리퀘스트를 생성합니다. 사용자가 새 PR을 만들거나, 코드 리뷰를 제출하거나, 풀 리퀘스트를 열고자 할 때 사용합니다. 트리거 키워드 -…
nemoclaw-maintainer-cross-issue-sweep
nvidia
다른 열린 이슈들을 스캔하여 주어진 PR이 함께 수정하거나 실수로 망가뜨릴 수 있는 이슈를 찾습니다. 인접 수정 기회와 모순 위험을 file:line…과 함께 출력합니다.
fhir-basics
nvidia
에이전트에게 FHIR R4 API의 작동 방식, 사용 가능한 리소스, 검색 매개변수를 사용한 쿼리 방법, 모든 응답 형식을 올바르게 파싱하는 방법을 가르칩니다…
compileiq-validate-result
nvidia
검색이 완료된 후, 속도 향상을 청구하거나 ACF를 발송하기 전에 사용합니다. dump_results CSV를 로드하고, 상위 K개 후보(단일 목표)를 추출합니다…
changelog-audit
nvidia
릴리스 전에 Warp CHANGELOG.md를 감사합니다: 누락된 항목 복구, 사용자 영향별 정렬, 항목 언어 다듬기, 줄 바꿈, (릴리스 브랜치 모드) 비교 업데이트…
maintain-dynamic-plugins
nvidia
NeMo Relay 동적 플러그인 로더, 매니페스트, Rust 네이티브 SDK, gRPC 워커 프로토콜, Python 워커 SDK, 문서, 테스트 및 릴리스 워크플로 커버리지를 유지 관리합니다.
dgx-diagnose
nvidia
일반적인 DGX Station GB300 문제 진단 — CUDA 충돌, 잘못된 GPU 타겟팅, vLLM/SGLang 컨테이너 버그, MIG 상태 문제, NVLink/Fabric Manager 오류,…