🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 575 |
| ⭐ GitHub Stars | 2,809(fork 329) |
| 🗓️ 最近推送 | 2026-08-06 |
| 🌱 项目创建 | 2026-02-25 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 13 |
📝 工具简介
NVIDIA产品Agent Skills,安装到Claude Code、Codex等编码agent中,端到端运行Physical AI、机器人、仿真、CUDA和RAG工作流。
📖 怎么用
这是 NVIDIA 官方技能,直接跑 `npx skills add nvidia/skills` 装整个目录。想只装某个技能,用 `npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --yes`。还能指定给哪个 Agent 用,比如 `--agent claude-code`、`--agent codex` 或 `--agent cortex`。装完不用额外配置,README 没写初始化步骤,直接让 Agent 按技能说明操作就行。这技能主要教 Agent 怎么用 NVIDIA 的物理 AI、仿真、CUDA X 库这些工具。
📋 迷你测评
NVIDIA出品的Agent Skills,装进Claude Code等编码agent里跑Physical AI和机器人工作流。亮点是端到端跑通仿真与CUDA任务,适合硬核技术场景。
📄 README 要点
这是NVIDIA官方出品的Agent Skills合集,专门给Claude Code、Codex这类编程智能体用。它本质上是可移植的指令集,教AI智能体如何正确使用NVIDIA的软件生态,包括物理AI和机器人工作流、仿真、CUDA X库、RAG和AI蓝图以及平台工具。仓库本身是个目录,各个技能维护在各自的产品仓库里,每天通过自动化同步管道镜像到这里,持续更新。安装走标准的skills CLI流程,很简单。适合做机器人开发、物理仿真、GPU加速计算和AI应用搭建的开发者,让AI助手能按NVIDIA官方推荐的方式来调用这些底层能力,避免用错API或配置不当。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除