Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.
6.8k
Stars
778
Forks
43
Open issues
1
Contributors
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.
Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.
AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.
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.
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.
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.
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.
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.
not documented in README
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.
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
- 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.
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.
Newsletter
Get analyses like this every Monday
Free weekly digest of the most interesting open-source discoveries.
Languages
Information
- Language
- Python
- License
- MIT
- Last updated
- 1w ago
- Created
- 3mo ago
- Analyzed with
- anthropic/claude-haiku-4-5
Stars over time
Contributors over time
Top 100 contributors only — repos with more will plateau at 100.
Top contributors
Recent releases
Similar repos
digitalsamba/claude-code-video-toolkit
An AI-native video production toolkit that integrates with Claude Code to...
anthropics/claude-agent-sdk-python
This is the official Python SDK for Claude Agent, providing both simple...
op7418/Youtube-clipper-skill
An AI-powered tool for Claude Code that automates YouTube video processing:...
anthropics/claude-for-legal
Claude for Legal is a suite of specialized AI plugins and agents designed for...
| Repository | Stars | Week Δ | Language | Score | Updated |
|---|---|---|---|---|---|
|
|
6.8k | +4k | Python | 8/10 | 1w ago |
|
|
1.7k | — | Python | 8/10 | 4d ago |
|
|
7.6k | — | Python | 8/10 | 7h ago |
|
|
2.1k | — | Python | 7/10 | 6mo ago |
|
|
8.7k | — | Python | 8/10 | 3d ago |
|
|
2.6k | — | HTML | 7/10 | 2w ago |
Similar scope (video frame extraction + Claude integration), 1,583 stars. Likely overlapping use cases; unclear what functional differences exist from README alone.
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.
YouTube-specific clipping tool (2,046 stars). Overlaps on YouTube but appears focused on extraction/segmentation rather than analysis. Different problem.
Domain-specific agent (8,648 stars). Demonstrates Anthropic's ecosystem play; claude-video is a capability tool rather than a vertical solution.
Video cutting/editing skill (2,528 stars, HTML-based). Operational goal differs (edit/cut vs. analyze). Complementary rather than competitive.