🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 1.7K |
| ⭐ GitHub Stars | 2,806(fork 326) |
| 🗓️ 最近推送 | 2026-08-05 |
| 🌱 项目创建 | 2026-02-25 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 15 |
📝 工具简介
NVIDIA产品Agent Skills,可安装到Claude Code、Codex等编码agent中,端到端运行Physical AI、机器人、仿真、CUDA和RAG工作流。
📖 怎么用
1) 安装:运行 `npx skills add nvidia/skills` 添加 NVIDIA 技能。2) 配置/初始化:用 `npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --yes` 装指定技能;用 `--agent` 指定环境,如 `npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent claude-code`(或 codex、cortex)。3) 开始用:装好后 agent 会配置视频分析 API,之后就能调用视频分析功能。README未说明具体配置细节。
📋 迷你测评
NVIDIA的Skill,帮你在agent里快速搭视频分析API。亮点是“setup”这个词,说明它管的是环境配置和接口打通。没提支持哪些API协议,但省掉手工配置的麻烦是肯定的。
📄 README 要点
这是NVIDIA官方推出的Agent Skills技能包,专门教AI编程助手(比如Claude Code、Codex这类编码代理)怎么正确调用NVIDIA的视频分析API。简单说,它是一套便携的指令集,让AI代理能最优地使用NVIDIA的物理AI、机器人、仿真、CUDA X库、RAG和AI蓝图等工具。这个仓库是个技能目录,技能本身放在各自的产品仓库里,每天自动同步过来,而且一直在新增内容。安装的话用默认的skills CLI命令就能装。适合开发者想让自己的AI编码代理更懂NVIDIA视频分析能力时使用,项目是开源的,也欢迎社区贡献。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除