Grab Videos and Frames from Youtube and other sites

Download videos and extract frames using yt-dlp and ffmpeg. Use when: - Download YouTube videos/Shorts: yt-dlp <url> - Extract frames from video: ffmpeg -ss <time> -i <video> -vframes 1 <output> - Batch extract frames: multiple videos, random timestamps - Convert video formats, trim clips NOT for: streaming-only sites without yt-dlp support, copyright-protected content.

Install

openclaw skills install @qidu/grab-videos