Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add PracticalSwan/agent-skills --skill deepstream-import-vision-modelgit clone --depth 1 https://github.com/PracticalSwan/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/practicalswan/agent-skills/deepstream-import-vision-model)<a href="https://agentmods.dev/skills/practicalswan/agent-skills/deepstream-import-vision-model"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/deepstream-import-vision-model.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.04390 |
| Opus 5 | $0.00020 | $0.02195 |
| Sonnet 5 | $0.00008 | $0.00878 |
| Haiku 4.5 | $0.00004 | $0.00439 |
Grade A, and why
deepstream-import-vision-model scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
88% identical to deepstream-import-vision-model — 77 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DeepStream Import Vision Model
When this skill is active, read the relevant reference document before starting each phase. Do not rely on memory — reference documents contain exact script paths, bash variable conventions, log filename contracts, and critical parsing rules.
Current scope: Object detection models only. Fail fast on classification, segmentation, or other architectures detected in config.json.
Model choice — always offer two options
Before preflight, browsing, downloads, or file creation, present exactly these two choices. Do not start with only an open-ended model-source prompt. If the user's request already clearly selects a model, confirm the matching choice instead of asking redundantly.
1. Default model (recommended)
Use the validated Hugging Face RT-DETR model:
model_id: PekingU/rtdetr_r50vd
source: huggingface
task: object-detection
precision_preference: fp16
2. Custom object-detection model
Ask for one supported source:
- Hugging Face model ID (
organization/model) or full model URL. - NVIDIA NGC catalog model URL including its version.
Explain that the skill currently rejects classification, segmentation, and other non-detection
architectures after inspecting config.json. Do not invent or silently substitute a model when the
custom source is missing or unsupported.
For a dry run, present the same two choices and simulate discovery, build, benchmark, and report stages without browsing, downloading, launching Docker, writing files, or starting processes.
Pipeline Overview
| Step | Phase | Reference | What it does |
|---|---|---|---|
| 1–3 | Model Acquire | references/model-acquire.md | Browse HF/NGC, detect format, download ONNX or export SafeTensors |
| 4–5 | Engine Build | references/engine-build.md | Build dynamic TRT engine, run trtexec BS=1 and BS=MAX_BS |
| 6–7 | DS Pipeline | references/pipeline-run.md | Custom bbox parser, nvinfer config, single-stream + multi-stream benchmarks |
| 8 | Report | references/report-generation.md | 5 charts, HTML, PDF benchmark report |
What ships with it
55 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitattributes 640 B
- .gitignore 46 B
- agents/openai.yaml 384 B
- BENCHMARK.md 4.9 KB
- CHANGELOG.md 4.5 KB
- evals/evals.json 24 KB
- install.ps1 5.4 KB runs code
- install.sh 6.3 KB runs code
- README.md 4.0 KB
- references/engine-build.md 17 KB
- references/model-acquire.md 25 KB
- references/pipeline-run.md 27 KB
- references/README.md 774 B
- references/report-generation.md 27 KB
- references/windows.md 3.3 KB
- scripts/deepstream/benchmark-ds.sh 3.6 KB runs code
- scripts/deepstream/ds-kitti-dump.sh 4.5 KB runs code
- scripts/deepstream/ds-perf-run.sh 4.8 KB runs code
- scripts/deepstream/ds-single-stream.sh 4.9 KB runs code
- scripts/deepstream/ds-sweep.sh 12 KB runs code
- scripts/deepstream/extract-frame.sh 1.9 KB runs code
- scripts/dsrun.sh 1.4 KB runs code
- scripts/engine/benchmark-trtexec.sh 2.8 KB runs code
- scripts/model/cleanup.sh 2.7 KB runs code
- scripts/model/config-to-labels.py 4.1 KB runs code
- scripts/model/hf-download-config.sh 2.2 KB runs code
- scripts/model/hf-list-files.sh 4.4 KB runs code
- scripts/model/inspect-onnx.py 3.7 KB runs code
- scripts/model/make-static-batch-onnx.py 2.7 KB runs code
- scripts/model/ngc-download.sh 3.8 KB runs code
- scripts/model/ngc-list-files.sh 2.7 KB runs code
- scripts/model/resolve-engine.sh 1.8 KB runs code
- scripts/model/safetensors_to_onnx.py 10 KB runs code
- scripts/model/safetensors-to-onnx.sh 3.6 KB runs code
- scripts/preflight.sh 4.2 KB runs code
- scripts/report/generate-benchmark-charts.py 11 KB runs code
- scripts/report/latex-pdf-wrap.tex 1.6 KB
- scripts/report/md-to-html-pdf.py 7.1 KB runs code
- scripts/report/md-to-pdf.sh 2.2 KB runs code
- scripts/report/mermaid-puppeteer-root.json 86 B
- scripts/report/mermaid-puppeteer.json 42 B
- scripts/report/pandoc-wrap-tables.lua 2.2 KB
- scripts/report/render-mermaid-for-pdf.py 7.4 KB runs code
- scripts/report/report-style.css 1.9 KB
- scripts/requirements.txt 2.6 KB
- setup.sh 3.6 KB runs code
- skill-card.md 4.5 KB
- skill.oms.sig 16 KB
- tests/__init__.py 137 B runs code
- tests/README.md 3.0 KB
- tests/test_evals_contract.py 10 KB runs code
- tests/test_hardened_scripts.py 13 KB runs code
- tests/test_onnx_export_contract.py 8.9 KB runs code
- tests/test_powershell_installer.py 9.2 KB runs code
- tests/test_skill_model_intake.py 2.0 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +66 lines 44920804adc9
- 4d ago Changed cdfafa0e91e5
- 7d ago First seen · 223 lines · 41 tokens per session scan A 69c36087d1f6
deepstream-import-vision-model is a skill published in the GitHub repository PracticalSwan/agent-skills (13 stars, last pushed 2d ago), licensed MIT. It adds 41 tokens to every session and 4,390 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to deepstream-import-vision-model, differing in 77 lines, and is treated as a copy.
Other skills, from other repositories
nemo-curator
GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or…
training-llms-megatron
Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA…
nemo-guardrails
NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.
nemotron-retrieval-recipes
Use when planning, debugging, tuning, evaluating, exporting, or deploying public Nemotron embed/rerank retrieval recipes.
nemotron-nano3
Reference desk for Nemotron 3 Nano / Llama-Nemotron Nano 3 — architecture, training data, recipes, evaluation, quantization, deployment. Use when the user asks facts about the model rather than building a pipeline.
ml-training-recipes
Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training or fine-tuning…