Takes video files from Google Drive, stitches them together with title slides, and spits out a YouTube-ready package with timestamped descriptions. Built for course creators who need to compile lesson videos into a single upload. Everything runs locally through FFmpeg, so your content never hits external processing services. The full pipeline handles download, title card generation, concatenation, and metadata extraction in one go. Biggest gotcha is making sure your source videos have matching codecs and frame rates, otherwise you'll spend time debugging sync issues. Solid for repetitive video assembly work where you want consistent output without manual editing.
npx skills add https://github.com/casper-studios/casper-marketplace --skill video-production