🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 1.5K |
| ⭐ GitHub Stars | 2,809(fork 328) |
| 🗓️ 最近推送 | 2026-08-06 |
| 🌱 项目创建 | 2026-02-25 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 14 |
📝 工具简介
NVIDIA产品的Agent Skills,安装到Claude Code、Codex等编码agent中,运行Physical AI、机器人、仿真、CUDA和RAG工作流。
📖 怎么用
这是NVIDIA官方的Agent Skills合集,用来教AI代理怎么用NVIDIA的软件。安装很简单,先跑 `npx skills add nvidia/skills` 把整个目录拉下来。想装某个具体技能,比如数值优化,就加参数:`npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --yes`。它支持不同的代理环境,用Claude Code就加 `--agent claude-code`,用Codex就加 `--agent codex`,用Cortex就加 `--agent cortex`。装完就能在对应代理里直接调用了,技能会自己教代理怎么用NVIDIA的工具。
📋 迷你测评
NVIDIA出的Agent Skills,装进编码agent跑Physical AI和仿真工作流。亮点是官方背书,且覆盖CUDA和RAG。适合搞机器人或仿真的人试试。
📄 README 要点
这是 NVIDIA 官方验证过的智能体技能,专门给 Claude Code、Codex 这类编程助手用的。核心是教 AI 怎么正确使用 NVIDIA 的软件,涵盖物理 AI、机器人工作流、仿真、CUDA 库、RAG 这些领域。这个仓库是个技能目录,技能本身维护在各个产品仓库里,每天自动同步过来。安装用默认的 skills CLI 命令就行。适合做 NVIDIA 平台开发、需要 AI 辅助处理视频推理标注或者物理仿真任务的场景。
查看英文原文
NVIDIA Agent Skills Official, NVIDIA verified Agent Skills for Claude Code, Codex, and other coding agents. 📖 Docs: docs.nvidia.com/skills · 📺 Livestream: From Vulnerable to Verified · 📝 Blog: NVIDIA Verified Agent Skills: Capability Governance for AI Agents Skills are portable instruction sets that teach AI agents how to use NVIDIA software optimally: Physical AI and robotics workflows, simulation, CUDA X libraries, RAG and AI Blueprints, and platform tools. This repository is a catalog: skills are maintained in their respective product repos, and mirrored here daily via an automated sync pipeline. Skills are being added continuously, so check back for updates. We are building this infrastructure in the open, and contributions are welcome. See the Roadmap for what is planned next. Quickstart Install NVIDIA skills with the default skills CLI flow: [安装/使用命令见下方] The CLI runs through npx and prompts you to choose a skill and install destination. You do not need to clone this repo or copy skill folders by hand. Requires a current skills CLI (v1.5.16 or newer). Installing via npx skills@latest add nvidia/skills always uses the latest. On older CLIs (v1.5.15 and earlier), skills may install but not appear in Claude Code — see Troubleshooting. The skill is available the next time your agent loads skills and encounters a relevant task. For example, ask your agent to "solve a linear programming problem with cuOpt" and the skill guides it through the cuOpt Python API. In Claude Code, run /reload skills to load newly installed skills in your current session. Install One Skill Without Prompts Use this when you already know the skill name and want to skip prompts. [安装/使用命令见下方] Replace cuopt numerical optimization api with any skill name from the Skill Catalog. Install for a Specific Agent Use agent to target a specific AI coding agent. Initially, we'll support common client targets, expanding the list over time. For the full list of clients supported by t
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除