What problem does it solve? AI agents cannot read video files directly, so reviewing a TikTok, Instagram reel, YouTube clip, or screen recording normally requires manual watching. This Skill converts any video into evenly-spaced frames and a labelled contact sheet that the agent can read as images, plus an optional audio transcript. ## Core Features & Use Cases - Frame extraction and contact sheets: Samples N evenly-spaced frames from any local video or URL and tiles them into a single timestamped contact sheet for at-a-glance review. - Platform link support: Downloads TikTok, Instagram reels, YouTube, and direct mp4 URLs via yt-dlp with a curl fallback, including documented workarounds for platform-specific failures. - Optional transcription: Extracts audio and transcribes it with openai-whisper when narration carries the content. - Use Case: A user pastes an Instagram reel link and asks the agent to analyze it; the Skill downloads the clip, produces a contact sheet and frames, and the agent reads them to summarize and act on the content. ## Quick Start Run the watch.py script on a video file path or pasted video URL with a chosen frame count, then read the printed contact sheet and frame images to analyze the clip.