watch-video

Installation
SKILL.md

Watch Video

Use this skill only when the user explicitly says Watch Video or names watch-video.

This is different from a transcript job. It creates a bundle with:

  • source media from a URL or local video file
  • subtitles/transcript, using local WhisperX/Whisper if captions are unavailable
  • screenshots sampled with ffmpeg
  • watch_context.md, pairing each sampled frame timestamp with nearby transcript text
  • manifest.json, the machine-readable version of the same context

Command

From the installed skill folder:

python3 "$HOME/.claude/skills/watch-video/scripts/watch_video.py" "VIDEO_URL_OR_FILE" --output-dir "DEST_DIR" --rate 1s
Installs
2
GitHub Stars
3
First Seen
Jul 10, 2026
watch-video — mikefilsaime-groove/yt-dlp-superpowers