report

Convert VSS agent output into a timestamped markdown video analysis report.

Updated May 23, 2026
One-click install
npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill report-yo-steven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/yo-steven/skills-exploration-20260522/tree/main/skills/video-search-and-summarization/report
Command: npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill report-yo-steven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produce readable video analysis reports without manually watching and summarizing every clip, by turning the VSS agent’s timestamped captions into a consistent report format.

Core Features & Use Cases

  • Timestamped caption summaries: Queries the deployed VSS agent with a prompt that requests chronological segments with start–end timestamps.
  • Standardized report output: Formats the agent response into the Video Analysis Report markdown template with filled-in metadata.
  • Deployment-aware workflow: Probes for the VSS base profile on the target host and can hand off to deployment when it is not running.

Quick Start

Ask for a report for a specific sensor or previously mentioned video, for example: "Create an analysis report for warehouse_safety_0001 with timestamped segments."

Frequently Asked Questions about report

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

FAQPage Schema
How do I generate a timestamped video analysis report from VSS agent output?

To generate a timestamped video analysis report, the Skill probes the deployed VSS base agent HTTP /generate endpoint with an input message containing the target sensor or filename, then formats the chronological caption response into a standardized markdown template.

What is the best way to summarize video clips into chronological markdown captions?

Summarizing video clips into chronological markdown captions requires querying a deployed VSS agent for timestamped segments with start and end times, which are then populated into a structured Video Analysis Report markdown template.

Does the VSS base agent need to be running before creating a video analysis report?

The VSS base agent must be running to create a video analysis report, but the Skill is deployment-aware and can automatically hand off to deployment provisioning if it probes the target host and finds the agent is not currently active.

Can I create a video analysis report for a specific sensor or previously mentioned video file?

You can create a video analysis report for a specific sensor or previously mentioned video file by providing the filename or sensor identifier, such as requesting an analysis report for warehouse_safety_0001 with timestamped segments.

What sections are included in the standardized video analysis markdown report?

The standardized video analysis markdown report includes populated Basic Information and Analysis Results sections, containing metadata and chronological timestamped caption summaries derived from the VSS agent output.

Why is my video analysis report not generating timestamped segments correctly?

Video analysis report generation may fail if the deployed VSS base agent is not running on the target host or if the input message lacks the required sensor or filename reference needed to query the HTTP /generate endpoint for timestamped captions.