Video Processor Instructions This skill provides comprehensive video processing utilities including YouTube video download, audio extraction, format conversion, and audio transcription using yt-dlp, FFmpeg, and OpenAI's Whisper model. Prerequisites Required tools (must be installed in your environment): - yt-dlp : Video downloader for YouTube and thousands of other sites - FFmpeg : Multimedia framework for video/audio processing - OpenAI Whisper : Speech-to-text transcription model Python packages (included in script via PEP 723): - click (CLI framework) - ffmpeg-python (Python wrapper for FF…