What problem does it solve? Operating an NVIDIA VSS alerts deployment requires knowing which mode is live (CV verification vs VLM real-time), which endpoint serves which intent, and how to safely create, list, stop, and query alert rules without mixing up incidents and subscriptions. This Skill routes every alert-related request to the correct workflow and API. ## Core Features & Use Cases - Mode-aware routing: Detects the deployed alerts mode (CV verification or VLM real-time) and routes requests to the correct workflow, refusing unsupported operations with a redeploy hint. - Alert subscription management: Creates, lists, and stops persistent Alert Bridge realtime rules with sensor resolution via VIOS/VST and a mandatory confirmation gate before deletion. - Slack notifications and incident queries: Starts and manages the alert-notify webhook server for Slack delivery, and answers "what happened" questions through the VSS Agent /generate endpoint. - Use Case: A user says "Watch warehouse_sample for anyone without a safety vest" — the Skill resolves the sensor to its RTSP stream, derives a ppe_vest_violation tag, and POSTs a canonical rule to Alert Bridge, returning the rule UUID. ## Quick Start Ask the assistant to set up a realtime alert on a named camera for a specific detection condition, such as monitoring warehouse_sample for PPE violations.