video-tool
SKILL.md
Video Tool CLI
AI-powered video processing toolkit with ffmpeg operations, Whisper transcription, and content generation.
Installation Status
video-tool: !which video-tool > /dev/null && echo "INSTALLED" || echo "NOT INSTALLED - run installation below"
uv: !which uv > /dev/null && echo "INSTALLED" || echo "NOT INSTALLED"
If video-tool is not installed, run the installation commands below before proceeding.
Installation
# Install uv first (if not installed)
curl -LsSf https://astral.sh/uv/install.sh | sh