bradautomates

bradautomates/claude-video

Python MIT AI & ML Single maintainer risk

Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.

6.8k stars
778 forks
recent
GitHub +4k / week
Tracked from 2.2k stars · Jun 18 → 6.8k today (3×)

6.8k

Stars

778

Forks

43

Open issues

1

Contributors

v0.2.0 01 Jul 2026

AI Analysis

A Claude plugin that enables Claude to analyze video content by downloading, extracting frames, transcribing audio, and processing the results through Claude's vision capabilities. It serves developers and content analysts who need Claude to understand video context for debugging, summarization, and content analysis—not suitable for users needing real-time video processing or those without Claude API access.

AI & ML Developer Tool Discovery value: 7/10
Documentation 9/10
Activity 9/10
Community 8/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 8/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

claude-plugin video-analysis multimodal-ai developer-tool vision-api
Actively maintained Well documented MIT licensed Niche/specialized use case Popular Beginner friendly Production ready
Deep Analysis · Based on README and public signals
3d ago

Claude video frame extraction and analysis tool for AI-assisted content review

claude-video enables Claude to analyze video content by downloading, frame-extracting, transcribing, and passing visual + audio context to Claude's API. Built as a plugin/skill for Claude Code, Cursor, and 50+ agent skill platforms. Targets content creators, developers debugging screen recordings, and anyone needing video summarization without manual playback. Gained ~1,364 stars in 7 days (as of early July 2026), suggesting rapid early adoption among Claude ecosystem users.

Origin

Created April 2026 as a Claude plugin to solve a specific gap: Claude could read webpages and code but not consume video. Part of a broader wave of Claude plugins and agent skills enabling multimodal AI workflows. Sits alongside similar efforts like digitalsamba's claude-code-video-toolkit and Anthropic's own agent frameworks.

Growth

Explosive initial adoption (1,364 stars in first week, ~200 stars/day), consistent daily commits through late June 2026, and featured distribution via Claude Code marketplace and Agent Skills platform. Growth appears driven by (1) Claude's popularity, (2) practical value for common tasks (bug diagnosis, content analysis), and (3) simple install via managed marketplaces. Trajectory suggests viral adoption among Claude ecosystem early adopters rather than organic discovery.

In production

adoption not verified by documented case studies or publicly named users; however, rapid star growth, high fork count, and distribution through official Claude Code marketplace imply real adoption among Claude plugin users. Likely used by software developers (for screen recording analysis), content creators, and researchers, but scale and retention data not publicly available.

Code analysis
Architecture

Based on README: orchestrates yt-dlp (video download/caption extraction), ffmpeg (frame extraction), and Whisper API (audio transcription), then feeds frames + transcript to Claude via Read capability. Appears to use adaptive frame budgeting (keyframe-based at 'efficient', scene-change detection at 'balanced', uniform sampling with fallback). Frame deduplication via 16x16 grayscale thumbnails. Supports ~500+ video sources via yt-dlp. No source code access; architecture inferred from CLI behavior and configuration options described in README.

Tests

not documented in README

Maintenance

Last push 2026-07-01 (6 days before evaluation date), indicating active maintenance. README shows recent updates to frame budgeting logic and dedup strategy. 591 forks and 4,075 stars suggest community interest. Issue/PR activity not visible from metadata alone. Consistent recent commits and detailed changelog in README suggest active development, not abandoned or lightly maintained.

Honest verdict

ADOPT IF: you use Claude (Code, Cursor, claude.ai, or compatible agents) and regularly need to analyze videos, screen recordings, or podcast content without manual playback; video cost is acceptable (frames are token-expensive; focus on short clips or use frame budgeting). AVOID IF: you need support for niche video codecs or DRM-protected content, require offline operation, or need production-grade error handling (README suggests it's early-stage). MONITOR IF: you consider it essential for workflows—watch for breaking changes in Whisper API pricing or ffmpeg/yt-dlp dependencies; also monitor whether Claude's native video capabilities mature and make this tool obsolete.

Independent dimensions

Mainstream potential

4/10

Technical importance

6/10

Adoption evidence

5/10

Risks
  • Dependency on external tools (yt-dlp, ffmpeg, Whisper API) creates supply-chain fragility; any breaks in those projects or Whisper pricing changes could impact cost/functionality.
  • Token cost for frames can quickly exceed context budgets on long videos; effective use requires discipline with frame budgeting and time windows, limiting accessibility for power users.
  • Adoption tied to Claude ecosystem; if users migrate to other LLMs (Gemini, Grok, etc.), this tool's value diminishes unless ported (not yet clear if it's LLM-agnostic).
  • Very recent project (April 2026); no public data on long-term retention, bug reports, or production incidents; early adoption may not reflect durability.
  • No visible test suite or error handling documentation; robustness on edge cases (corrupted videos, missing captions, regional codec issues) unknown.
Prediction

Likely remains a popular niche tool for Claude users through 2026–2027, especially as Claude adoption grows. Risk of commoditization if Anthropic integrates native video handling into Claude or if competing LLM platforms launch equivalent tools. May plateau when it reaches saturation among core Claude user base (developers, content creators) unless expanded to other LLMs.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Python
94.9%
Shell
5.1%

Information

Language
Python
License
MIT
Last updated
1w ago
Created
3mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

digitalsamba

digitalsamba/claude-code-video-toolkit

An AI-native video production toolkit that integrates with Claude Code to...

1.7k Python AI & ML
anthropics

anthropics/claude-agent-sdk-python

This is the official Python SDK for Claude Agent, providing both simple...

7.6k Python AI & ML
op7418

op7418/Youtube-clipper-skill

An AI-powered tool for Claude Code that automates YouTube video processing:...

2.1k Python Media
anthropics

anthropics/claude-for-legal

Claude for Legal is a suite of specialized AI plugins and agents designed for...

8.7k Python Productivity
Agentchengfeng

Agentchengfeng/chengfeng-videocut-skills

A specialized video editing skill package for Claude Code and Codex designed...

2.6k HTML Media
vs. alternatives
digitalsamba/claude-code-video-toolkit

Similar scope (video frame extraction + Claude integration), 1,583 stars. Likely overlapping use cases; unclear what functional differences exist from README alone.

anthropics/claude-agent-sdk-python

Broader agent framework (7,549 stars); claude-video is a narrower, single-purpose tool built on top of similar SDK principles. Different target: specific capability vs. general agent building.

op7418/Youtube-clipper-skill

YouTube-specific clipping tool (2,046 stars). Overlaps on YouTube but appears focused on extraction/segmentation rather than analysis. Different problem.

anthropics/claude-for-legal

Domain-specific agent (8,648 stars). Demonstrates Anthropic's ecosystem play; claude-video is a capability tool rather than a vertical solution.

Agentchengfeng/chengfeng-videocut-skills

Video cutting/editing skill (2,528 stars, HTML-based). Operational goal differs (edit/cut vs. analyze). Complementary rather than competitive.