claude-real-video-for-agents

Featured

Install and use crv (claude-real-video) — a tool that lets any AI agent watch videos by extracting scene-aware keyframes, deduplicating them, and transcribing audio. Use when the user shares a video URL or file and wants it analyzed, summarized, or discussed.

AI & Automation 1,875 stars 152 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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 ```bash # macOS brew install ffmpeg # Linux sudo apt install ffmpeg # Windows winget install Gyan.FFmpeg ``` ### Install crv ```bash # Recommended: with audio transcription support pip install "claude-real-video[whisper]" # Core only (frames + dedup) pip install claude-real-video ``` The `[whisper]` extra never installs itself — without it there is **no speech-to-text** (videos that ship their own subtitles still get a transcript). ### Verify installation ```bash crv --help ffmpeg -version ``` ### Install as agent skill Run the bundled installer to symlink this skill into all detected agent platforms: ```bash bash install-skill.sh ``` Or manually copy to your agent's skill directory: ```bash # Claude Code cp -r skills/claude-real-video-for-agents ~/.claude/skills/ # Codex cp -r skills/claude-real-video-for-agents ~/.codex/skills/ # OpenCode cp -r skills/claude-real-video-for-agents...

Details

Author
HUANGCHIHHUNGLeo
Repository
HUANGCHIHHUNGLeo/claude-real-video
Created
4 weeks ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category