Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Watch a video for the user. Use when the user shares a video URL (YouTube etc.) or local video file and wants it summarized, analyzed, or discussed — Claude can't ingest video directly, so this skill extracts scene-aware keyframes + transcript first, then reads those.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -48% | 0% |
The user gives you a video (URL or file path) and asks what's in it, to summarize it, to analyze its structure, or to answer questions about it.
pip install "claude-real-video[whisper]" (installs the crv CLI; needs Python 3.10+ and ffmpeg)[whisper] extra is required for speech-to-text — pip never installs extras on its own. The first transcription then downloads a whisper base model (~139 MB).--grid to cut image count ~9x — recommended):bash crv "<url-or-path>" -o crv-out --grid --why "<what the user wants to know>"
For long videos cap the frames: --max-frames 60.
Use one output folder per video (e.g. -o crv-out/<slug>). A folder that already holds an analysis is refused; pass --overwrite to replace it.
crv-out/MANIFEST.txt first — it summarizes the run (frame counts, frames dir) and includes the transcript. Read the transcript from start to finish before writing any analysis — sampling lines is only for locating timestamps; the strongest details are often in the tail. Frames are named in chronological order; transcript timings live in transcript.json when available.crv-out/grids/ (each is a 3×3 sequence of consecutive keyframes, in chronological order). Only read individual crv-out/frames/*.jpg when you need a close-up of one moment.transcript.json) where available.--no-transcribe (much faster).--kb <dir> saves a digest into a knowledge-base folder if the user wants to keep notes.--speakers: label every transcript line with the speaker (SPEAKER_00] ...) — use for interviews, podcasts, meetings. Needs pip install "claude-real-video[speakers]" (45 MB local model, downloads once, no account).Other measured skills in the registry, with their headline benchmark lift.