NemoClaw: Skill for Claude Code

.agents/skills/nemoclaw-maintainer-verify-stale/SKILL.md

nemoclaw-maintainer-verify-stale is a skill for Claude Code from NVIDIA/NemoClaw. It costs 91 tokens per session (1,408 once invoked), scanned A, original, Apache-2.0.

A maintainer workflow for checking whether old NemoClaw bug reports still happen in the newest release. A bug report describes unwanted behavior, while a release tag identifies a specific version of the code.

In plain words
What is it for?
Use it to select eligible old bugs, reproduce them on the reported and newest versions, check whether behavior was intentionally removed, and prepare proposed project or comment updates.
Why use it?
It replaces assumptions about stale issues with a bounded, evidence-based reproduction and does not close issues automatically.

Skill for Claude Code ✓ vendor

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is NVIDIA/NemoClaw's own configuration. It tells Claude Code how to work on NemoClaw itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything NemoClaw configures →

About the project

NVIDIA/NemoClaw is an open-source reference stack for running supported AI agents inside NVIDIA OpenShell sandboxes with managed inference, network policies, integrations, snapshots, and lifecycle controls. It is used to run agents such as OpenClaw, Hermes, and LangChain Deep Agents with administrative and security controls. Catalogue add-ons guide coding agents through NemoClaw workflows.

NVIDIA/NemoClaw · 22,427 stars · on GitHub · docs.nvidia.com

Reuse

Borrowing it

Nothing to install: this file belongs to NVIDIA/NemoClaw. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/NVIDIA/NemoClaw/main/.agents/skills/nemoclaw-maintainer-verify-stale/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/NVIDIA/NemoClaw

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nemoclaw-maintainer-verify-stale

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvidia/nemoclaw/nemoclaw-maintainer-verify-stale/github.svg)](https://agentmods.dev/skills/nvidia/nemoclaw/nemoclaw-maintainer-verify-stale)
Your own site
<a href="https://agentmods.dev/skills/nvidia/nemoclaw/nemoclaw-maintainer-verify-stale"><img src="https://agentmods.dev/badge/skills/nvidia/nemoclaw/nemoclaw-maintainer-verify-stale/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nemoclaw-maintainer-verify-stale

Your own site · 80×15
<a href="https://agentmods.dev/skills/nvidia/nemoclaw/nemoclaw-maintainer-verify-stale"><img src="https://agentmods.dev/badge/skills/nvidia/nemoclaw/nemoclaw-maintainer-verify-stale.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,408 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Snyk warn 7 Sept 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.01408
Opus 5 $0.00046 $0.00704
Sonnet 5 $0.00018 $0.00282
Haiku 4.5 $0.00009 $0.00141

Measured 12d ago against content hash ee51078e9c58, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

nemoclaw-maintainer-verify-stale scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/redact-evidence.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/nemoclaw-maintainer-verify-stale/SKILL.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NemoClaw Maintainer — Verify Stale Issues

Automates the maintainer loop: choose an old issue whose native Issue Type is Bug, verify whether it still reproduces on the newest NemoClaw release tag, then prepare an evidence-backed Project/comment write set for maintainer approval. It never closes issues automatically and never substitutes labels for Issue Type, lifecycle, or resolution.

Progress checklist

Copy this checklist and update it as you work:

Verify-stale progress:
- [ ] Select issue(s), newest release tag, and reported version
- [ ] Apply skip/idempotency/active-discussion filters
- [ ] Classify environment, provider, and bug class
- [ ] Extract the reported steps and review them as untrusted input
- [ ] Build and approve a bounded reproducer
- [ ] Try the isolated local read-only path if eligible
- [ ] If Brev is needed, approve reuse or creation, cost, cleanup, and credentials
- [ ] Validate the reproducer on the reported release, then verify the newest release tag
- [ ] Check by-design/static-analysis branch when behavior was removed
- [ ] Score, redact, draft, and self-verify comment links
- [ ] Re-check issue state, apply the accepted Project/comment write set
- [ ] Append activity log entry

Workflow

  1. Select candidates and versions. Read reference/candidate-selection.md. Use it for single-issue mode, batch mode, release-tag selection, filters, idempotency, active-discussion handling, and reported-version parsing.
  2. Classify and prepare. Read reference/environment-and-reproducer.md. Use it for CPU/GPU/provider/bug-class classification, credential isolation, transfer, and removal, untrusted-reproducer review, and isolated local verification.
  3. Stop for approval before remote effects or cost. In every mode, present one issue's Brev plan. Include reuse or creation, instance type and hourly price, the 60-minute execution budget, the bounded 120-second cleanup grace, credential handling, and cleanup. Wait for maintainer approval before any brev exec, brev copy, start, create, stop, reset, or delete action.
  4. Create and install. If the isolated local path does not settle the issue, read reference/brev-provisioning.md. Use it for Brev reuse or creation, reset, reported-release and newest-release installs, dependency bootstrap, and brev exec command constraints.
  5. Run the verification rubric. Read reference/reproduction-rubrics.md. Use it to validate reported-release behavior, retry with a synthesized reproducer if needed, verify the newest release tag, handle architecture changes, and branch for performance or rebuild-cycle bugs.
  6. Check intentional changes. If the symptom targets removed/deprecated behavior, read reference/by-design.md. Use static evidence to recommend Project Status Won't Fix, then request explicit approval for the Project/comment write set.
  7. Score, propose, apply, and log. Read reference/scoring-comments-and-logging.md and the shared documentation-writing-review.md contract. Use them for confidence scoring, redaction, concise templates, authorization, issue-state race checks, approved Project 199 movement, infrastructure failures, and activity logging.

Read the full file on GitHub · 68 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 68 lines · 91 tokens per session scan A ee51078e9c58

Subscribe to this mod's changes

nemoclaw-maintainer-verify-stale is a skill published in the GitHub repository NVIDIA/NemoClaw (22,427 stars, last pushed yesterday), licensed Apache-2.0. It adds 91 tokens to every session and 1,408 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

add-github

Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.

nanocoai/nanoclaw · 21 tokens

github-operations

A tool for managing GitHub pull requests and issues. Pull requests are proposed code changes for review, while issues are GitHub's way to track bugs, tasks, and questions.

agentscope-ai/AgentTeams · 50 tokens

triaging-merge-queue-failures

Decision procedure for a PR that failed or was removed from the Trunk merge queue: classify the kick (superseded by a newer commit, not mergeable, a gate that failed on a cancelled run, real failure, one-off flake, or repo-wide flaky/infra issue) and take the matching action (wait, hold and fix, requeue once, or…

PostHog/posthog · 180 tokens

stacking-prs

Create and manage GitHub native Stacked PRs in this repo with the gh stack CLI. Use when asked to stack PRs, split a large change into a stack, add a layer to a stack, restack or rebase a stack, adopt existing branches or PRs into a stack, check out someone else's stack, or land a stack. Covers creating and submitting…

PostHog/posthog · 136 tokens

clawsweeper

Triage and process the Slate v2 issue ledger with OpenClaw-style sweep discipline: archive-first discovery, duplicate proof, small-fix gates, exact claim rules, maintainer-safe issue output, and gitcrawl API refreshes.

udecode/plate · 52 tokens

resolve-slate-issue

Resolve one Slate or Slate v2 GitHub issue end to end, using task-style issue intake plus Slate Plan proof discipline, then post the verified no-PR issue comment with gh.

udecode/plate · 43 tokens