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.
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.
curl -O https://raw.githubusercontent.com/NVIDIA/NemoClaw/main/.agents/skills/nemoclaw-maintainer-normalize-title-tags/SKILL.mdgit clone --depth 1 https://github.com/NVIDIA/NemoClawWrote 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.
[](https://agentmods.dev/skills/nvidia/nemoclaw/nemoclaw-maintainer-normalize-title-tags)<a href="https://agentmods.dev/skills/nvidia/nemoclaw/nemoclaw-maintainer-normalize-title-tags"><img src="https://agentmods.dev/badge/skills/nvidia/nemoclaw/nemoclaw-maintainer-normalize-title-tags/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.
<a href="https://agentmods.dev/skills/nvidia/nemoclaw/nemoclaw-maintainer-normalize-title-tags"><img src="https://agentmods.dev/badge/skills/nvidia/nemoclaw/nemoclaw-maintainer-normalize-title-tags.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Snyk warn
- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.00762 |
| Opus 5 | $0.00032 | $0.00381 |
| Sonnet 5 | $0.00013 | $0.00152 |
| Haiku 4.5 | $0.00006 | $0.00076 |
Grade A, and why
nemoclaw-maintainer-normalize-title-tags 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
NemoClaw Maintainer — Normalize Title Tags
Preview and optionally apply bulk title cleanup for bracketed NemoClaw tags in GitHub issue and PR titles.
Examples
[NemoClaw][All Platforms] local-inference policy preset missing Ollama ports→[All Platforms] local-inference policy preset missing Ollama ports[Bug] [Nemoclaw] [Slack] Slack configuration in Nemoclaw Onboard fails→[Bug] [Slack] Slack configuration in Nemoclaw Onboard fails
Prerequisites
- You must be in the NemoClaw git repository.
- The
ghCLI must be authenticated with write access toNVIDIA/NemoClaw. - Default behavior is a dry run. Do not apply changes until the user approves the preview.
Workflow
Copy this checklist and track progress:
Title tag cleanup progress:
- [ ] Step 1: Verify GitHub auth
- [ ] Step 2: Preview proposed title changes
- [ ] Step 3: Confirm scope
- [ ] Step 4: Apply changes
- [ ] Step 5: Verify no matching tags remain in scope
Step 1: Verify GitHub Auth
gh auth status
Step 2: Preview Proposed Changes
node --no-warnings \
.agents/skills/nemoclaw-maintainer-normalize-title-tags/scripts/normalize-title-tags.ts
The script matches bracket tags whose content is nemoclaw, case-insensitively, anywhere in the title.
It prints a dry-run summary by default. Review the proposed renames with the user before applying anything.
Step 3: Confirm Scope
Ask the user which scope they want:
- Default — all open and closed issues and PRs in
NVIDIA/NemoClaw - State filter — optionally limit to
openorclosed - Repo override — only when the user explicitly wants a different repository
Step 4: Apply Changes
Apply to all items:
node --no-warnings \
.agents/skills/nemoclaw-maintainer-normalize-title-tags/scripts/normalize-title-tags.ts \
--apply
What ships with it
1 file 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.
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.
- yesterday Changed 0a6b5a12d8df
- 12d ago First seen · 92 lines · 64 tokens per session scan A dd6f76b5c24b
nemoclaw-maintainer-normalize-title-tags is a skill published in the GitHub repository NVIDIA/NemoClaw (22,427 stars, last pushed yesterday), licensed Apache-2.0. It adds 64 tokens to every session and 762 once invoked, about $0.0003 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.
Other skills, from other repositories
frontend-conventions
Coding conventions, architecture patterns, and testing rules for the SkillHub React frontend. Ensures agents follow Feature-Sliced Design and use the generated OpenAPI types.
typescript-expert
TypeScript expert for type system, generics, utility types, and strict mode patterns.
app
A skill-management module for storing, organising, sharing, and managing reusable skills, including their descriptions, content, tags, and files.
openclaw-security-checker
A security checker for OpenClaw installations, including their configuration, permissions, containers, network access, and logs.
qveris
Discover and call third-party API capabilities through QVeris, using inspect or probe only when their checks are needed, then generate production REST code. Use when task fit, data quality/freshness, provider comparison, fallback, or the user request favors QVeris.
qveris-cli
Use QVeris CLI to discover and call third-party API tools when task fit, data quality/freshness, provider comparison, fallback, or the user request favors QVeris.