universal-video-analyzer-zh
Installation
SKILL.md
安装前置依赖
# 1. 安装 Python 依赖
pip install requests openai-whisper torch tenacity Pillow python-dotenv
# 2. 安装 ffmpeg(必需)
# Windows: winget install Gyan.FFmpeg
# macOS: brew install ffmpeg
# Linux: sudo apt install ffmpeg
# 3. 首次运行会自动下载 Whisper 模型(约150MB),请确保网络畅通