vss-manage-alerts

Translate natural-language requests into VSS alert actions for camera monitoring.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill vss-manage-alerts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vss-manage-alerts
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/skills/vss-manage-alerts
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill vss-manage-alerts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fastapi, uvicorn, slack-sdk, httpx, websockets, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill translates natural-language requests into actionable VSS alert workflows, enabling real-time camera monitoring, alert subscriptions, Slack notifications, and incident queries.

Core Features & Use Cases

  • Real-time alert creation, listing, and management for VIOS-enabled cameras.
  • Slack incident notifications and Alert Bridge subscriptions integrated with the VSS agent.
  • Camera onboarding and incident querying across CV and VLM workflows with sensor resolution via VIOS/VST.

Quick Start

Create a realtime alert for a sensor using natural-language prompts, then list active rules or stop a rule as needed.

Frequently Asked Questions about vss-manage-alerts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create real-time VSS alerts for camera monitoring using natural language?

Real-time VSS alerts are created by translating natural-language requests into actionable rules via the Alert Bridge, enabling immediate camera monitoring for PPE, safety, or security incidents. The agent gateway routes prompts to manage these subscriptions.

Can I send Slack notifications for VIOS camera incidents automatically?

Yes, Slack notifications for VIOS camera incidents are supported automatically. The skill integrates Alert Bridge subscriptions with the VSS agent to send real-time incident alerts directly to configured Slack channels.

Does this VSS alert workflow require VIOS to resolve RTSP streams?

Yes, VIOS is required to resolve sensors and RTSP streams. The skill relies on VIOS and VST for camera onboarding and sensor resolution across both CV and real-time workflows before creating alert rules.

What's the best way to manage and stop active VSS alert rules?

Active VSS alert rules are managed by listing current rules and stopping them as needed. The skill translates natural-language prompts into Alert Bridge actions, providing clear user messages and robust error handling during rule management.

Why are my real-time VSS alerts not triggering for onboarded cameras?

Real-time VSS alerts fail when VIOS cannot resolve the sensor or RTSP stream. The agent gateway requires proper camera onboarding via VIOS/VST to successfully route prompts and establish Alert Bridge rules.

Do I need FastAPI and websockets to run VSS alert subscriptions?

Yes, FastAPI and websockets are required dependencies. The skill uses these frameworks alongside uvicorn and slack-sdk to power the agent gateway and maintain real-time Alert Bridge subscriptions.