Agent skills are modular, reusable instruction sets that give agents the ability to perform specialized tasks using defined tools, workflows, and APIs. These tasks range from data retrieval and route optimization to code generation and more.
An autonomous agent can reason, plan, and respond—but it needs skills to act reliably in specialized AI domains. Agent skills define exactly how an agent should approach a specific task: which tools to use, what steps to follow, and what constraints to respect.
Agent skills are typically packaged as structured text files. The agentskills.io open specification defines the SKILL.md format—a portable, human-readable file that includes:
Skills may be paired with supporting documentation, such as a Skills Card, that details the owner, known risks, limitations, and any available review or verification details.
When a user or orchestration system assigns a task, the agent matches it to an available skill and follows the defined workflow. Skills are self-contained and portable, so the same file can work across AI coding assistants, multi-agent frameworks, and enterprise platforms. This eliminates duplicate development and simplifies maintenance.
Skills are then distributed through registries and catalogs—such as GitHub NVIDIA/skills, Skills.sh, ClawHub, and Hugging Face—where teams can discover, install, version, and audit them. This manages agent capabilities with the same rigor applied to software libraries. Finally, evaluating skills against benchmark tasks helps confirm they improve agent behavior for a desired task.
Jensen Huang explains how agents are built with a model as the brain, a harness as the body, tools and skills for action, and a runtime as the workshop that brings it all together.
Verified skills from NVIDIA ship with a detached signature so consumers can confirm authorship and integrity before install.
Enterprise-scale AI deployments require auditability, repeatability, and governance. Agent skills provide a structured, documented way to extend agent capabilities—with clear information about what each capability does, where it originated, and whether it meets organizational standards, making it easier to deploy agents responsibly at scale.
Figure 1. How an agent skill becomes NVIDIA-verified
Quick Links
Agent skills are used across business workflows and industries wherever AI agents need to perform repeatable, specialized work.
To scale agent deployments across more use cases, specialized skills allow each agent to be precisely fitted for its domain—without growing its core instruction set or creating maintenance complexity.
Quick Links
NVIDIA publishes a catalog of verified agent skills for NVIDIA CUDA-X™ libraries, AI blueprints, and platform tools—designed to give developers trusted, ready-to-use capabilities for extending agents with NVIDIA-accelerated computing. NVIDIA-verified skills are scanned for security risks before publication, cryptographically signed for authenticity, and paired with skill cards that document ownership, dependencies, and validation status.
| Agentic Technique or Domain | What It Does | Available Technologies |
|---|---|---|
| Agent Specialization and Optimization | Agent skills to use NVIDIA NeMo open libraries for synthetic data generation and data curation, evaluation, customization, and safety. | NeMo Platform, NeMo Evaluator, NeMo Data Designer |
| Voice Enablement | Agent skills for building voice-enabled agentic workflows, including real-time transcription, multilingual translation, and text-to-speech synthesis. These skills allow agents to listen, understand, translate, and speak, turning voice into a first-class input and output layer for agentic pipelines. | Nemotron Speech Skills |
| Information Retrieval | Agent skills for developers building and improving retrieval workflows for enterprise agents, including creating searchable indexes, retrieving relevant context, and fine-tuning embedding and reranking models for more accurate, grounded responses. |
NVIDIA NeMo Retriever Skills |
| Agent Intelligence for Enterprises | Agent skill for developers building enterprise agents that can reason over company knowledge and connect to approved tools and data sources without rebuilding workflows from scratch. | NVIDIA AI-Q Blueprint Skill |
| Decision Optimization | Agent skills for translating complex vehicle routing, scheduling, and numerical optimization problems into structured mathematical parameters and formulations, delivering accelerated decision intelligence. | NVIDIA cuOpt Skills |
| Video AI Agents | For video intelligence and automated visual inspection, agent skills help teams generate synthetic training data; fine-tune vision models; and build and operate video AI agents that search, summarize, and analyze live or recorded video. | NVIDIA Metropolis VSS skills NVIDIA Physical AI Data Factory NVIDIA TAO Vision Model Fine-Tuning NVIDIA DeepStream |
| Robotic Simulation and Workflow Orchestration | Agent skills for building and scaling robotic simulation workflows—from reconstructing virtual environments and controlling robots to simulating physics and sensors, generating synthetic training data, orchestrating workloads, and validating results before deployment. |
All NVIDIA Isaac Sim™ Skills PAI Video Augmentation Defect Image Generation Setting up Infrastructure for Synthetic Data Generation Sensor Simulation and Video Rendering Isaac Mobility Skills Orchestrate Robotics Workflow at Scale With Osmo Neural Reconstruction |
| AI Safety and Guardrails | Agent skills for adding safety controls to AI applications and agent workflows, helping developers create guardrails, convert plain-language safety requirements into custom policies, evaluate prompts and responses, and enforce policy before content is processed, returned, or routed downstream. | NVIDIA Custom Policy Generator Skill NVIDIA NeMo Guardrails Skills |
An AI model is the reasoning engine—it processes inputs and generates outputs. An AI tool is a specific callable function, such as a web search or database query, that extends what a model can act on.
An agent skill is a higher-level instruction set that teaches the agent how to accomplish a goal by coordinating one or more tools in a defined sequence, along with workflow logic, access requirements, and governance metadata. Think of the model as the engine, tools as individual levers it can pull, and skills as the structured playbook for reliably completing a job.
An AI model is the reasoning engine that processes inputs and generates outputs. Agent skills are the instructions that direct what a model should do in a given context. Think of the model as the reasoning engine and the skill as the structured domain expertise—both are needed for reliable, specialized task execution.
Most AI agent tools support skills by pointing the agent to a local or remote SKILL.md file, or by installing a skill from a registry with a single command (for example: claude mcp add github.com/nvidia/skills/cuopt).
Once installed, the agent reads the skill description and automatically invokes it when the task matches the skill's trigger criteria. No additional configuration is typically required.
Yes. Skills built to open specifications like agentskills.io are designed to be portable across AI coding assistants, multi-agent frameworks, and enterprise platforms. The same skill file is designed to work consistently in different environments without modification.
A verified skill has been reviewed for security risks, cryptographically signed by its publisher, and paired with a Skills Card that documents ownership, dependencies, limitations, and validation status. Verification lets developers confirm that a skill is authentic, unmodified since publication, and safe to run in their environment before installing it.
A skill card is a machine-readable document paired with a published agent skill that summarizes its trust and governance metadata: who built it, what it does, what tools and APIs it accesses, known limitations, license, and whether it has passed security scanning or quality evaluation. Skill cards help developers and enterprise teams audit, approve, and track skills.
See the NVIDIA Skills Card schema published openly at github.com/NVIDIA/Trustworthy-AI.
Developers can use open source, NVIDIA-verified agent skills.
From open models to agent skills for the development workflow, NVIDIA Agent Toolkit helps enterprises customize and control their applications.
Learn about domain-specific tools and skills for the agentic life sciences era.