TL;DR

NVIDIA vừa đưa catalog skills chính thức vào Hermes Skills Hub - framework AI agent open-source của Nous Research đang là agent được dùng nhiều nhất thế giới theo OpenRouter. Catalog gồm 110 verified skills trên 24 sản phẩm, bao phủ toàn bộ stack CUDA từ deep learning, quantum computing đến video analytics. Đây là một trong chỉ hai nơi NVIDIA chọn để phân phối official skills - nơi còn lại là Claude Code plugin marketplace.

[Chính thức] NVIDIA đưa 110 Agent Skills vào Hermes Skills Hub
Hermes Agent chính thức có NVIDIA Skills trong Skills Hub

Hermes Agent là gì?

Hermes là open-source AI agent framework do Nous Research phát triển, ra mắt tháng 2/2026. Điểm khác biệt cốt lõi: Hermes có khả năng tự viết và refinement skills từ kinh nghiệm - mỗi khi giải quyết bài toán phức tạp, agent tự lưu lại skill để không phải học lại từ đầu.

Chỉ trong chưa đến 3 tháng sau khi ra mắt, Hermes đạt hơn 140,000 GitHub stars và trở thành agent được dùng nhiều nhất thế giới theo dữ liệu OpenRouter. Framework chạy được với Qwen 3 27B/35B qua llama.cpp, LM Studio, Ollama - tối ưu cho NVIDIA RTX PCs, RTX PRO workstations, và DGX Spark (128GB unified memory, 1 petaflop AI performance).

NVIDIA chính thức đưa skills vào Hermes

Đây không phải community integration thông thường. NVIDIA tự build catalog skills của họ và chọn Hermes là một trong hai nơi publish - cùng với Claude Code plugin marketplace. Điều đó có nghĩa là agent của bạn giờ có thể học cách dùng platform NVIDIA đúng cách, từ chính đội ngũ NVIDIA viết ra documentation đó.

Skills được mirror hàng ngày từ các product repo chính thức của NVIDIA qua automated sync pipeline - không phải community submissions, không phải tài liệu cũ. Mỗi cập nhật từ upstream (NeMo, TensorRT-LLM, v.v.) sẽ tự động sync về catalog trong vòng 24 giờ.

10 loại skill bạn có thể cài ngay

NVIDIA Agent Skills Catalog - 110 skills trên 24 sản phẩm
NVIDIA Agent Skills Catalog: 110 verified skills trên 24 sản phẩm
  • CUDA-X libraries: cuDF (GPU dataframes), cuOpt (vehicle routing & optimization), AI-Q
  • Omniverse workflows: USD scene format, RTX SDK, scene loading pipeline
  • NeMo training & inference: full LLM training workflow, inference optimization
  • PhysicsNeMo simulations: physics-based AI simulation
  • CUDA-Q quantum programming: quantum circuit design & simulation
  • TensorRT-LLM optimization: inference engine tuning cho production
  • Megatron distributed training: multi-GPU, multi-node training setup
  • DeepStream video analytics: real-time video AI pipeline
  • Nemotron Voice Agent: voice-enabled agent integration
  • Model Optimizer: quantization, sparsity, distillation workflow

Cơ chế xác thực và bảo mật

Mỗi official NVIDIA skill đi kèm một bộ ba file bắt buộc: SKILL.md (instruction), skill-card.md (governance metadata), và skill.oms.sig (chữ ký số). Trước khi được publish, mỗi skill phải qua SkillSpector - công cụ automated scanning của NVIDIA kiểm tra cả conventional risks (vulnerable dependencies, suspicious scripts) lẫn agent-specific threats (prompt injection, hidden instructions, tool poisoning), theo chuẩn OWASP LLM và MITRE ATLAS.

Skills dùng chuẩn mở agentskills.io, nghĩa là cùng một SKILL.md của NVIDIA hoạt động được trên Hermes, Claude Code, Cursor, và Codex - không bị lock-in vào một platform.

Cách cài đặt

Có hai cách cài NVIDIA skills vào Hermes:

# Cách 1: Dùng Skills Hub trong Hermes
/skills browse

# Cách 2: Cài trực tiếp qua CLI
hermes skills install official/nvidia/[skill-name]

# Cách 3: Dùng npx (tương thích Claude Code, Cursor)
npx skills add nvidia/skills

Toàn bộ catalog xem tại via github.com/NVIDIA/skills hoặc via build.nvidia.com/skills.

Ai nên dùng ngay?

Nếu bạn đang làm việc với NVIDIA platform - dù là training model, optimize inference, xử lý video, hay chạy simulation - NVIDIA official skills cho phép Hermes agent hỗ trợ đúng workflow của bạn thay vì đoán mò từ documentation chung. Cụ thể:

  • ML engineers: NeMo + Megatron skill để tự động hóa training pipeline
  • Inference engineers: TensorRT-LLM + Model Optimizer cho quantization workflow
  • Video AI teams: DeepStream skill cho real-time analytics pipeline
  • Researchers: CUDA-Q cho quantum experiments, PhysicsNeMo cho simulation
  • Data engineers: cuDF + cuOpt cho GPU-accelerated data processing

Kết

Việc NVIDIA chọn Hermes (cùng Claude Code) làm kênh phân phối official skills là tín hiệu rõ ràng: đây không còn là cuộc chơi của riêng các big lab, mà là hệ sinh thái agent skills đang hình thành theo chuẩn mở. 110 skills trên 24 sản phẩm, mirror hàng ngày, ký số và quét bảo mật - đủ để dùng ngay trong production workflow. via NVIDIA/skills trên GitHub.