claude-real-video-for-agents
Installation
SKILL.md
claude-real-video for AI agents
What is crv?
crv (claude-real-video) is a CLI tool that extracts meaningful frames and transcripts from videos so AI agents can "see" and "read" them. It uses scene-change detection (not fixed-interval sampling), sliding-window deduplication, and optional Whisper transcription.
Key advantage: Same 58-second clip at fixed 1fps = 58 frames. crv keeps the 26 that actually differ, and --grid packs them into 3 contact sheets. Fewer tokens, nothing missed.
Installation
Prerequisites
- Python 3.10+
- ffmpeg / ffprobe on PATH
# macOS
brew install ffmpeg