🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 987 |
| ⭐ GitHub Stars | 2,798(fork 325) |
| 🗓️ 最近推送 | 2026-08-05 |
| 🌱 项目创建 | 2026-02-25 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 15 |
📝 工具简介
面向NVIDIA产品的Agent Skills,装进Claude Code、Codex等编码agent里跑Physical AI、机器人、仿真、CUDA和RAG工作流。
📖 怎么用
先装工具,跑 `npx skills add nvidia/skills` 把整个技能库拉下来。想单独装这个技能,用 `npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --yes` 跳过确认。默认给当前 agent 用,指定 Claude Code 就加 `--agent claude-code`,Codex 用 `--agent codex`,Cortex 用 `--agent cortex`。装完 README 没写具体初始化,直接让 agent 读技能说明开干就行。
📋 迷你测评
面向NVIDIA产品的Agent Skills,用于Physical AI、机器人、仿真等。亮点是专为NVIDIA生态设计。客观数据点:无。
📄 README 要点
这是NVIDIA官方出的Agent Skills仓库,专门给Claude Code、Codex这类编程智能体用的。说白了就是一堆便携的指令集,教AI智能体怎么正确使用NVIDIA的软件,比如物理AI、机器人工作流、仿真、CUDA X库、RAG和AI蓝图这些。仓库本身是个目录,真正的技能文件放在各自的产品仓库里,每天自动同步过来。技能一直在更新,你可以随时回来看。安装的话用默认的skills CLI流程就行,具体命令在README下方。这工具适合搞NVIDIA生态开发的开发者,想让AI助手更懂NVIDIA的API和工具链,直接拿来用就行。项目是开源的,也欢迎你贡献代码,Roadmap里有后续计划。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除