Video Processor

Installation
SKILL.md

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
    # Install via pip
    pip install -U yt-dlp
    
    # Verify installation
    yt-dlp --version
    
Installs
First Seen
Video Processor — bingo-taiwan/claude-code-skills