🎥
AI EngineeringPython

Claude Real Video

by HUANGCHIHHUNGLeo

Claude Real Video is an AI Engineering skill for Claude Code, published by HUANGCHIHHUNGLeo in claude-real-video.

2K stars175 forkson HUANGCHIHHUNGLeo/claude-real-videoAdded 2026/08/18+1% in starsRepository updated 2026/08/18
claudeclaude-codecliffmpegkeyframe-extractionllmmultimodalpythonscene-detectiontranscriptionvideo-analysiswhisper
Install in seconds
Install Claude Real Video
Copy Claude Real Video into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/HUANGCHIHHUNGLeo/claude-real-video/tree/master/skills/claude-real-video-for-agents ~/.claude/skills/claude-real-video-for-agents

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/HUANGCHIHHUNGLeo/claude-real-video.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/claude-real-video-for-agents/SKILL.md in HUANGCHIHHUNGLeo/claude-real-video
Installs to
~/.claude/skills/claude-real-video-for-agents
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering2451 skills

What Claude Real Video does

Claude Real Video lets an AI agent watch videos by extracting scene-aware keyframes, deduplicating frames, and transcribing audio so it can answer questions about video content. Use it when a user shares a video URL or file and wants it analyzed, summarized, or discussed.

Claude Real Video is cataloged under AI Engineering on DirSkills. Claude Real Video comes from a repository tagged claude, claude-code, cli, ffmpeg and keyframe-extraction.

Documentation

README

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

# Linux
sudo apt install ffmpeg

# Windows
winget install Gyan.FFmpeg

Install crv

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Claude Real Video

  • What else does HUANGCHIHHUNGLeo publish alongside Claude Real Video?

    Claude Real Video is one of 3 skills that DirSkills catalogs from HUANGCHIHHUNGLeo/claude-real-video, the repository it ships in. Its siblings there include Claude Real Video and Real Video. Each one is a separate skill with its own page in this directory, installs the same way Claude Real Video does, and is maintained by HUANGCHIHHUNGLeo in that same repository. The rest of the collection is listed on the HUANGCHIHHUNGLeo/claude-real-video page.

  • How does Claude Real Video compare to other AI Engineering skills?

    Claude Real Video ranks #867 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Claude Real Video against them. Open each page to compare what they document and how they install.