// news · agents · industry2026-05-26source: nvidia / nvidia blogs / agent skills

NVIDIA's Agent Skills Framework lands May 19 — machine-readable skill cards with provenance, risk metadata, and capability declarations

NVIDIA released the Agent Skills Framework on May 19, alongside the Google I/O announcements. The framework defines machine-readable skill cards: every agent capability ships with a provenance chain (who built it, what it was trained on, what it was tested against), risk metadata (failure modes, blast radius, recommended supervision level), and capability declarations parseable by other agents. It's the closest thing the field has to a standard interface for agent composition.

Skill cards solve a real problem in production agent deployments. Through 2025, the dominant pattern for sharing agent capabilities was "here's a Python module, here's a README, good luck" — a human-readable interface that agents themselves couldn't parse. When one agent tried to delegate a sub-task to another agent's capability, the orchestrator had to do interpretive work that didn't scale. NVIDIA's skill cards are JSON-with-schema artifacts that an agent can read at runtime: "this skill accepts X, produces Y, has Z failure modes, requires W supervision." That's the agent-to-agent contract the multi-agent ecosystem has been missing.

The provenance and risk metadata fields are what give the framework regulatory teeth. If a skill card declares its training data, its evaluation results, and its known failure modes in a standard format, then compliance teams can audit agent stacks the same way they audit software bills of materials. Combined with the Google Antigravity multi-agent orchestration release on the same day, the agent ecosystem now has both an orchestration runtime and a composable skill format. Expect the EU AI Act's transparency provisions, due in December 2026, to cite skill-card-like artifacts as one acceptable way to meet documentation requirements.

See our analysis →

NVIDIA Blogs — Agent Skills Framework release → · NVIDIA Blog — ServiceNow and NVIDIA on autonomous agents → · Crescendo AI — Latest AI news and breakthroughs →