Agent skill · NVIDIA
vss-manage-alerts
Use for VSS alert workflows — real-time monitoring, Alert-Bridge subscriptions, Slack notifications, incident queries, camera onboarding. Not for non-alert analytics.
What it needs
About 10k tokens when loaded.
What this skill does
Purpose Operate the VSS alert pipeline (mode detection, Alert-Bridge subscriptions, Slack notifications, queries, camera onboarding, verifier-prompt customization). Prerequisites Active VSS deployment reachable on $HOSTIP (see vss-deploy-profile and references/). NGC credentials in $NGCCLIAPIKEY and $NVIDIAAPIKEY for any image pulls. curl, jq, and Docker available on the caller. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow, quick start, or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ and helper scripts live in scripts/ — call them via runscript when the skill points to a script by name. Examples Runnable end-to-end scenarios live under evals/ (each .json manifest); inline curl blocks appear in each workflow below. Replay with nv-base validate <this-skill-dir> --agent-eval. Limitations Requires the matching VSS profile/microservice deployed and reachable. NGC-hosted models/NIMs are subject to rate-limits, GPU-memory needs, and license terms; concurrency and storage limits depend on host hardware and the profile's compose file. Troubleshooting Connection refused → microservice not running: probe /docs or /health, redeploy via vss-deploy-profile. HTTP 401/403 on NGC pulls → missing/expired NGCCLIAPIKEY: docker login nvcr.io and re-export the key. OOM / model load failure → insufficient GPU memory: use a smaller variant or docker compose down to free GPUs. VSS Alert Management The alerts profile runs in one of two modes (chosen at /vss-deploy-profile -p alerts -m {verification,real-time}) — see The Two Modes table below. This skill routes by deployed mode + user intent (monitoring vs subscription CRUD vs Slack webhook). …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills NVIDIA/vss-manage-alerts