NVIDIANVIDIAOfficialยท9 Agent Skills Included

DeepStream

GPU video analytics pipelines, calibration, and model deployment

Builds, profiles, and deploys NVIDIA DeepStream video analytics pipelines for detection, tracking, and multi-view 3D monitoring. Imports vision models from HuggingFace or NGC, builds TensorRT engines, and runs camera calibration from videos or RTSP streams. Eliminates manual GStreamer configuration, engine tuning, and microservice wiring so pipelines run correctly on the first attempt.
npx skills add NVIDIA/DeepStream --all -g -y
Available:

Tells the coding agent how to build and install DeepStream 9.1, which release packages to use, how to discover and load the bundled skills, and which official documentation to consult before answering.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install DeepStream skills?โ–ผ

Run `npx skills add NVIDIA/DeepStream --all -g -y` in your terminal to install all skills in this suite globally.

How to build a DeepStream pipeline?โ–ผ

The deepstream-generate-pipeline skill asks a few questions about your input, model, and output, then produces a validated, ready-to-run gst-launch command.

How to import a custom model into DeepStream?โ–ผ

The deepstream-import-vision-model skill downloads an ONNX detection model from HuggingFace or NGC, builds a TensorRT engine, writes the parser and config, and benchmarks it automatically.

How to calibrate cameras from video or RTSP?โ–ผ

The AutoMagicCalib skills launch the calibration microservice and run calibration from MP4 files, live RTSP streams, or the bundled sample dataset through a simple REST API.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. Every skill follows the standard SKILL.md format and loads automatically in Claude Code, Cursor, Codex, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’