vss-manage-alerts

vss-manage-alerts is a skill for Claude Code, Codex from NVIDIA-AI-Blueprints/video-search-and-summarization. It costs 54 tokens per session (13,928 once invoked), scanned B, original, no licence file.

A workflow for operating VSS alerts, including live monitoring, alert subscriptions, verification, incident lookup, and camera onboarding.

In plain words
What is it for?
It is for setting up always-on alerting, verifying alerts on demand, querying incidents, subscribing through Alert-Bridge, and connecting cameras.
Why use it?
It brings the steps for detecting and checking incidents together, including sending notifications to Slack.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for setting up always-on alerting, verifying alerts on demand, querying incidents, subscribing through Alert-Bridge, and connecting cameras.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts
Install

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.

Any agent
npx skills add NVIDIA-AI-Blueprints/video-search-and-summarization --skill vss-manage-alerts
Clone the repo
git clone --depth 1 https://github.com/NVIDIA-AI-Blueprints/video-search-and-summarization

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for vss-manage-alerts

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts/github.svg)](https://agentmods.dev/skills/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts)
Your own site
<a href="https://agentmods.dev/skills/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts"><img src="https://agentmods.dev/badge/skills/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vss-manage-alerts

Your own site · 80×15
<a href="https://agentmods.dev/skills/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts"><img src="https://agentmods.dev/badge/skills/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,928 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.13928
Opus 5 $0.00027 $0.06964
Sonnet 5 $0.00011 $0.02786
Haiku 4.5 $0.00005 $0.01393

Measured 7d ago against content hash c2dd50ae29cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

vss-manage-alerts scanned grade B with 2 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 7d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/alert-notify/incident_utils.py, scripts/alert-notify/notifier_base.py, scripts/alert-notify/open_claw_dashboard_notifier.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -sf -X POST "$AB/api/v1/verification/ondemand" -H 'Content-Type: application/json' -d '{

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `curl` and `jq` on the agent host. Docker Compose mode detection may use
skills/operations/vss-manage-alerts/SKILL.md · 637 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

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.

  1. 7d ago Changed · +19 lines c2dd50ae29cb
  2. 9d ago First seen · 618 lines · 54 tokens per session scan B 4a81c2cb33ef

Subscribe to this mod's changes

vss-manage-alerts is a skill published in the GitHub repository NVIDIA-AI-Blueprints/video-search-and-summarization (1,859 stars, last pushed today), with no licence file. It adds 54 tokens to every session and 13,928 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

bubbaloop-physical-ai

Manage physical sensors, cameras, and actuators via the bubbaloop skill runtime. Query real-time sensor data, control node lifecycle, and monitor hardware health.

kornia/bubbaloop · 40 tokens

using-bubbaloop

Use when interacting with a Bubbaloop deployment via its MCP server — guides the discovery → control → automation workflow and prevents the most common mistakes (MCP polling for streaming data, missing Bearer token, ignoring RBAC tier).

kornia/bubbaloop · 53 tokens

cardputer-buddy

Iterate on the Cardputer-Adv MicroPython app bundle (Claude Buddy, Snake, Hello) after the device is already provisioned via m5-onboard. Use when the user wants to add a new app, push a single changed .py without re-flashing, watch device serial logs, or run a one-shot REPL command. Trigger on "add an app", "push to…

anthropics/claude-plugins-official · 109 tokens

google-cloud-filestore-autoscale

Inspects Google Cloud Filestore capacity and utilization, evaluates storage scaling rules, and performs capacity autoscaling (scale UP for low free space or scale DOWN for cost optimization). Use when monitoring Filestore instance headroom, resizing instance shares, configuring automated growth/shrink thresholds…

google/skills · 101 tokens

developer-device-platform-basics

Provides guidance and instructions on managing remote devices on Developer Device Platform (DDP). Use when reserving remote Android devices, establishing connection tunnels, checking session status, or extending/cancelling leases. Don't use for iOS or local device/hardware inquiries.

google/skills · 57 tokens

gke-ai-troubleshooting-tpu-dynamic-slices-monitoring

Monitors, troubleshoots, and manages GKE TPU Dynamic Slices custom resources. Use when checking TPU slice lifecycle states, troubleshooting slice provisioning failures, validating single-slice or multi-slice (JobSet) workload manifests, or safely patching stuck finalizers and disabling the slice controller. Don't use…

google/skills · 107 tokens