video-viewing
Installation
SKILL.md
Video Viewing and Analysis
Download and analyze video files from direct URLs with frame extraction and metadata retrieval.
Quick Start
The simplest way to download a video:
python scripts/download_video.py "https://example.com/video.mp4"
This downloads the video to /mnt/user-data/outputs/ (or current directory if not available).
Options
Custom Output Directory
Use -o or --output to specify a different output directory:
Related skills