video-watch
Installation
SKILL.md
Video Watch
Prepare video artifacts that GitHub Copilot can inspect: captions, frame contact sheets, a frame index, a manifest, and a prompt packet.
This skill is inspired by bradautomates/claude-video, but it targets GitHub Copilot workflows. Do not assume Claude Code Read parallelism. Generate files first, then inspect only the artifacts needed for the user's question.
When to Use
- The user asks to watch, inspect, summarize, compare, or diagnose a video.
- The input is a video URL supported by
yt-dlp, or a local.mp4,.mov,.mkv, or.webmfile. - The task depends on both what is said and what appears on screen, such as bug reproductions, product demos, launch videos, tutorials, webinars, ads, or screen recordings.
Not the Best Fit
- Do not bypass DRM, paywalls, authentication, or site terms.
- Do not request or store cookies, bearer tokens, signed URLs, or private media credentials.
- If an official API or existing transcript answers the task without video processing, prefer that lighter path.