‹ 返回总目录
视频生成 最近更新08-05

vss-deploy-video-embedding

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量1.7K
⭐ GitHub Stars2,806(fork 326)
🗓️ 最近推送2026-08-05
🌱 项目创建2026-02-25
💻 语言 / LicensePython · Apache-2.0
🐛 开放Issue15

📝 工具简介

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`,加 `--yes` 跳过确认。默认装给当前 agent,想指定 Claude Code 就加 `--agent claude-code`,Codex 用 `--agent codex`,Cortex 用 `--agent cortex`。装完 README 没写额外配置,直接在你对应的编码 agent 里调用这个 skill 就行,它会自动按 NVIDIA 官方流程处理视频嵌入部署。

📋 迷你测评

NVIDIA的Agent Skill,负责把视频转成向量嵌入并部署。亮点是“deploy”一步到位,不用自己写推理服务。简介没给向量维度或模型名,适合做视频检索的团队拿来即用。

📄 README 要点

这也是NVIDIA官方验证过的Agent Skills之一,专门教AI代理怎么部署视频嵌入(video embedding)功能。它和上面那个仓库是同一个体系,都是便携指令集,目的是让AI代理(Claude Code、Codex等)能正确使用NVIDIA的软件能力。核心就是让AI代理学会如何把视频内容转换成向量嵌入,方便做检索、相似度匹配等下游任务。安装方式一样,用默认的skills CLI命令就能装。这个技能特别适合做视频理解、内容推荐、视频搜索这类应用的开发者,让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)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考