video-analyzer
Installation
SKILL.md
Video Analyzer π₯
A tool to download, transcribe, and analyze videos from any platform using a smart two-tier system (yt-dlp for fast subtitles, local whisper-cpp for robust fallback).
How to Use
When the user asks you to summarize, transcribe, or download a video/audio from a URL, use the bundled python script:
uv run {baseDir}/scripts/analyze_video.py --action <ACTION> --url "<URL>" [--quality <normal|max>] [--lang <en|it|etc>]
Supported Actions:
transcript: Extracts the text with timestamps. Use this when the user asks for a summary or transcript.download-video: Downloads the video as MP4 to the Desktop.download-audio: Downloads the audio as M4A/MP3 to the Desktop.