video-understanding

Installation
SKILL.md

Video Understanding Skill

Download videos and transcribe their content for analysis.

Prerequisites

  • yt-dlp installed (pip install yt-dlp or brew install yt-dlp)
  • ffmpeg installed (brew install ffmpeg or apt install ffmpeg)
  • Whisper installed (pip install openai-whisper)

Pipeline

1. Download Video

# Download video with yt-dlp
yt-dlp -o "assets/downloads/%(title)s.%(ext)s" "<VIDEO_URL>"
Installs
1
GitHub Stars
1
First Seen
Jun 21, 2026
video-understanding — az9713/whatsapp-claude