What problem does it solve? When you need a visual fact about a recorded video clip—what objects appear, what actions occur, whether PPE is worn, when something happened—and no prior summary, database record, or tool output can answer it, this Skill routes the question to a vision-language model that actually looks at the video frames. ## Core Features & Use Cases - Fresh VLM inference on clips: Sends questions to the VSS agent's video_understanding tool via the /generate endpoint for per-clip visual Q&A. - Deployment and sensor prerequisites: Probes the VSS agent health endpoint and verifies the sensor exists on VST before any query, with guided upload when the video is missing. - Clean answer extraction: Strips <agent-think> blocks from the agent response so only the final answer text reaches the user. - Use Case: An operator asks "Is the worker in warehouse_safety_0001 wearing PPE?" The Skill confirms the sensor exists on VST, posts the question to the VSS agent, and returns the VLM's verdict in plain text. ## Quick Start Ask the agent a visual question about a named clip, for example: "Use the vss-ask-video skill to check whether the worker in warehouse_safety_0001 is wearing a helmet."