video-tool

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

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
Installs
59
GitHub Stars
16
First Seen
Jan 26, 2026
video-tool — alejandro-ao/video-tool-cli