Hermes Agent, the self-improving open-source agent from Nous Research, just got a significant capability boost: NVIDIA's official Agent Skills catalog is now integrated directly into the Hermes Skills Hub. That means your Hermes agent can now browse, install, and execute skills that teach it how to work with NVIDIA's entire platform stack , from GPU-accelerated data libraries to physical AI simulation , without writing a single line of glue code.

Skills as Procedural Memory

To understand why this matters, it helps to know what a "skill" actually is in Hermes. Hermes is built around a closed learning loop: when the agent solves a task, it writes a reusable Markdown skill file and stores the outcome in persistent memory. Think of skills as procedural memory , the agent doesn't just remember what happened, it remembers how to do the thing again.

Skills are on-demand knowledge documents that teach Hermes how to handle specific tasks, from generating ASCII art to managing GitHub PRs. Critically, they're token-efficient: the agent loads a compact list of available skills at session start (~3k tokens), then only pulls the full content of a skill when it actually needs it. You don't pay for skills you don't use.

What NVIDIA Brought to the Table

NVIDIA agent skills are portable instruction sets that teach AI agents how to use NVIDIA CUDA-X libraries, AI Blueprints, and platform tools correctly. The catalog now available in the Hermes Skills Hub covers a wide swath of the NVIDIA ecosystem:

  • Inference and serving workflows, such as Dynamo and NeMo Platform skills, plus distributed model training with NeMo, Megatron-Core, DALI, and Nemotron skills.
Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves