nemoclaw-hermes-skill-e2e

nemoclaw-hermes-skill-e2e is a skill for Claude Code, Codex from NVIDIA/NemoClaw. It costs 20 tokens per session (135 once invoked), scanned A, original, Apache-2.0.

A verification check for whether an AI agent can discover a Hermes skill and run it in a new session. Hermes is the agent environment being tested.

In plain words
What is it for?
End-to-end testing of Hermes skill loading and execution.
Why use it?
It provides a small, repeatable test that can reveal problems with skill discovery or fresh-session execution.

Skill for Claude CodeCodex

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,372 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nvidia/nemoclaw/hermes-skill-runtime
Any agent
npx skills add NVIDIA/NemoClaw --skill hermes-skill-runtime
Clone the repo
git clone --depth 1 https://github.com/NVIDIA/NemoClaw

Made for: Claude Code, Codex.

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-hermes-skill-e2e

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvidia/nemoclaw/hermes-skill-runtime.svg)](https://agentmods.dev/skills/nvidia/nemoclaw/hermes-skill-runtime)
Your own site
<a href="https://agentmods.dev/skills/nvidia/nemoclaw/hermes-skill-runtime"><img src="https://agentmods.dev/badge/skills/nvidia/nemoclaw/hermes-skill-runtime.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 135 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00020 $0.00135
Opus 5 $0.00010 $0.00068
Sonnet 5 $0.00004 $0.00027
Haiku 4.5 $0.00002 $0.00014

Measured 5d ago against content hash ce8a480bad75, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

nemoclaw-hermes-skill-e2e 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 5d ago.

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.

test/e2e/fixtures/hermes-skill-runtime/SKILL.md · 17 lines

What it actually says

Hermes skill runtime verification

When this skill is selected, do not use tools. Reply with exactly PONG and nothing else.

The following non-secret test canary must remain in the model-visible skill content: NEMOCLAW_E2E_REQUEST_CANARY_K9X2

Do not include the canary in your response.

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. 5d ago First seen · 17 lines · 20 tokens per session scan A ce8a480bad75

Subscribe to this mod's changes

nemoclaw-hermes-skill-e2e is a skill published in the GitHub repository NVIDIA/NemoClaw (22,372 stars, last pushed today), licensed Apache-2.0. It adds 20 tokens to every session and 135 once invoked, about $0.0001 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

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.

iflytek/skillhub · 36 tokens

typescript-expert

TypeScript expert for type system, generics, utility types, and strict mode patterns.

RightNow-AI/openfang · 21 tokens

app

SKILL(技能)模块是平台的核心功能之一,用于管理和组织可复用的技能资源。每个技能可以包含描述、内容、标签、文件等丰富的信息,支持公开分享和私有管理。.

jd-opensource/JoySafeter · 0 tokens

openclaw-security-checker

基于《OpenClaw 极简安全实践指南》和《安全验证与攻防演练手册》的全面安全检测工具。对 OpenClaw 实例的配置、权限、隔离、网络、日志进行系统化审查,输出可量化的安全评分和修复建议。.

jd-opensource/JoySafeter · 39 tokens

qveris

Discover, inspect, and call third-party API capabilities via the QVeris MCP server, then generate production code that calls the QVeris REST API for tasks like fetching weather data, stock prices, or public datasets. Use when the user needs to find an external API, integrate a web service, connect to a third-party…

QVerisAI/qveris-agent-toolkit · 80 tokens

qveris-cli

Use QVeris CLI to discover and call third-party API tools. Use when you need to find an external API, integrate a web service, or retrieve live data (prices, weather, news, etc).

QVerisAI/qveris-agent-toolkit · 47 tokens