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 NVIDIA-AI-Blueprints/video-search-and-summarization --skill vss-manage-alertsgit clone --depth 1 https://github.com/NVIDIA-AI-Blueprints/video-search-and-summarizationWrote 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/nvidia-ai-blueprints/video-search-and-summarization/vss-manage-alerts)<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.
<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>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.00054 | $0.13928 |
| Opus 5 | $0.00027 | $0.06964 |
| Sonnet 5 | $0.00011 | $0.02786 |
| Haiku 4.5 | $0.00005 | $0.01393 |
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.
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 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.
What ships with it
28 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.
- evals/alerts_vlm_real_time.json 12 KB
- evals/always_on_operate.json 6.4 KB
- evals/cv_mode_gate.json 6.1 KB
- evals/evals.json 13 KB
- evals/ondemand_verification.json 7.0 KB
- evals/routing_e_gate_negative.json 8.2 KB
- evals/routing_vlm_c_vs_d.json 3.4 KB
- evals/slack_notify_ops.json 5.9 KB
- evals/subscriptions_create_phrasings.json 10 KB
- evals/subscriptions_edge_cases.json 4.2 KB
- evals/subscriptions_lifecycle.json 6.8 KB
- evals/verification_flow.json 7.1 KB
- references/alert-notify.md 21 KB
- references/alert-subscriptions.md 26 KB
- references/always-on.md 8.3 KB
- references/cv-verifier-prompts.md 285 B
- references/deploy-alerts.md 12 KB
- references/integrate-alerts.md 28 KB
- references/on-demand-verification.md 4.5 KB
- references/verification.md 8.9 KB
- scripts/alert-notify/.gitignore 25 B
- scripts/alert-notify/incident_utils.py 2.3 KB runs code
- scripts/alert-notify/notifier_base.py 2.4 KB runs code
- scripts/alert-notify/open_claw_dashboard_notifier.py 11 KB runs code
- scripts/alert-notify/requirements.txt 82 B
- scripts/alert-notify/server.py 16 KB runs code
- scripts/alert-notify/slack_notifier.py 8.2 KB runs code
- skill-card.md 4.3 KB
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.
- 7d ago Changed · +19 lines c2dd50ae29cb
- 9d ago First seen · 618 lines · 54 tokens per session scan B 4a81c2cb33ef
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.
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.
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).
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…
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…
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.
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…