Skip to content
BeClaude

claude-real-video

New
850GitHub TrendingGeneralby HUANGCHIHHUNGLeo

Let Claude (or any LLM) actually watch a video — scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

Summary

This skill enables Claude to process and analyze video content by extracting scene-aware, deduplicated frames along with transcripts from a URL or local file.

  • It runs locally and is MIT licensed, making it ideal for developers who need to integrate video understanding into their workflows without relying on external APIs.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/claude-real-video.md

3
Invoke in Claude Code
/claude-real-video

Use Cases

Extract key frames and transcripts from a lecture video to generate study notes or summaries.
Analyze a product demo video to identify key features and create documentation.
Process a recorded meeting to generate a timeline of discussed topics with visual context.
Extract scenes from a tutorial video to create step-by-step guides with screenshots.
Deduplicate frames from a surveillance video to reduce storage while preserving important events.
Generate alt text or descriptions for video content to improve accessibility.

Usage Examples

1

/claude-real-video https://example.com/lecture.mp4 --extract-frames --transcript

2

Analyze the video at /path/to/demo.mp4 and summarize the key scenes with timestamps.

3

Extract unique frames and transcript from this YouTube URL: https://youtu.be/abc123

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claude-real-video?

This skill enables Claude to process and analyze video content by extracting scene-aware, deduplicated frames along with transcripts from a URL or local file. It runs locally and is MIT licensed, making it ideal for developers who need to integrate video understanding into their workflows without relying on external APIs.

How to install claude-real-video?

To install claude-real-video: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claude-real-video.md. Finally, /claude-real-video in Claude Code.

What is claude-real-video best for?

claude-real-video is a other categorized under General. Created by HUANGCHIHHUNGLeo.

What can I use claude-real-video for?

claude-real-video is useful for: Extract key frames and transcripts from a lecture video to generate study notes or summaries.; Analyze a product demo video to identify key features and create documentation.; Process a recorded meeting to generate a timeline of discussed topics with visual context.; Extract scenes from a tutorial video to create step-by-step guides with screenshots.; Deduplicate frames from a surveillance video to reduce storage while preserving important events.; Generate alt text or descriptions for video content to improve accessibility..