claude-video: Empowering Claude to Watch and Analyze Any Video Content

This repository profile is provided by osrepos.com, an open source repository discovery platform.

claude-video: Empowering Claude to Watch and Analyze Any Video Content

Summary

The claude-video repository provides a powerful tool, `/watch`, enabling Claude to process and understand video content. It automates the download, frame extraction, and transcription of any video, feeding this rich data to Claude. This allows Claude to answer questions and provide insights grounded in what it has actually seen and heard.

Repository Information

Analyzed by OSRepos on August 27, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Claude, a powerful AI, excels at reading webpages, running scripts, and browsing repositories. However, its native ability to "watch" and comprehend video content is limited. It often relies on titles or incomplete transcripts, missing crucial visual and auditory context.

The claude-video repository introduces /watch, a groundbreaking tool that empowers Claude to truly understand any video. By simply providing a URL or local path, /watch automates the process of downloading, extracting scene-aware frames, and generating a timestamped transcript. This rich, multimodal data is then handed to Claude, allowing it to answer questions and provide insights grounded in what it has actually seen and heard in the video.

For example, you can ask:

/watch https://youtu.be/dQw4w9WgXcQ what happens at the 30 second mark?

Installation

Installing claude-video is straightforward across various platforms and AI agents.

For Claude Code:

/plugin marketplace add bradautomates/claude-video
/plugin install watch@claude-video

For Codex, Cursor, Copilot, Gemini CLI, and other Agent Skills hosts:

npx skills add bradautomates/claude-video -g

The -g flag installs globally for your user, making it available across all projects.

For claude.ai (web interface):

  1. Download the watch.skill file from the latest release.
  2. Go to Claude's Settings, then Capabilities, then Skills.
  3. Click the + button and upload the downloaded watch.skill file.

Ensure "Code execution and file creation" is enabled under Capabilities, as the skill uses external tools like ffmpeg and yt-dlp.

First Run Setup:

On its first execution, /watch will automatically check for ffmpeg and yt-dlp and guide you through their installation if needed, for example, via brew on macOS, or printing commands for Linux/Windows. It also helps set up a Whisper API key for transcription fallback, though native captions cover most public videos for free.

Examples

claude-video opens up a wide range of practical applications for video analysis:

  • Analyze Content: Understand the structure or hooks of a viral video.
    /watch https://youtu.be/<viral-video> what hook did they open with?
    
  • Diagnose Bugs: Get Claude to watch a screen recording and identify issues.
    /watch bug-repro.mov what's going wrong?
    
  • Summarize Videos: Quickly get the key moments and structure of a long video.
    /watch https://youtu.be/<long-thing> summarize this
    
  • Filter Hype: Extract the core information from launch videos.
    /watch https://youtu.be/<launch-video> what's actually new, skip the hype
    
  • Create Notes from Playlists: Turn a series of videos into searchable summaries.
    /watch https://youtu.be/<video> summarize this to a note
    

You can also focus on specific sections for denser analysis and lower token cost:

/watch https://youtu.be/abc --start 2:15 --end 2:45

Why Use It

claude-video transforms Claude into a truly multimodal assistant, capable of understanding video content in a way that was previously impossible.

  • Deep Understanding: Claude doesn't just guess from titles, it "sees" the frames and "hears" the audio, providing answers grounded in the actual content.
  • Efficiency: Get summaries, analyses, and answers from videos much faster than watching them manually, even at accelerated speeds.
  • Versatility: Supports a vast array of video sources, including YouTube, Loom, TikTok, X, Instagram, and local files, thanks to yt-dlp.
  • Cost-Effective: Leverages free native captions whenever available, with Whisper API as an intelligent fallback for videos without captions. The tool also manages frame budgets to optimize token usage.
  • Practical Applications: From content analysis and bug diagnosis to efficient summarization and note-taking, /watch offers tangible benefits for developers, researchers, and content creators.

Links

Related repositories

Similar repositories that may be relevant next.

Ouroboros: A Self-Evolving AI Agent for Autonomous Development

Ouroboros: A Self-Evolving AI Agent for Autonomous Development

August 26, 2026

Ouroboros is an open-source, general-purpose AI agent designed for autonomous development and self-evolution. It maintains identity and memory across tasks and restarts, capable of modifying its own code, architecture, and tools. This agent can coordinate specialist subagents and operate on external projects, offering both desktop and headless CLI interfaces.

AI AgentAutonomous AgentSelf-Evolving AI
LoopX: Long-Horizon Agent Control Plane for Governed AI Workflows

LoopX: Long-Horizon Agent Control Plane for Governed AI Workflows

August 25, 2026

LoopX is an open, provider-neutral, and stateful control plane designed for long-horizon AI agents. It enables durable, governed work across various agent harnesses, including Codex App and Claude Code. LoopX provides essential capabilities for managing complex, long-running tasks, ensuring objectives, gates, and handoffs remain stable and reviewable.

AI AgentsAgent Control PlaneWorkflow Automation
taOS: Self-Hosted AI Agent OS for Your Hardware and Data Sovereignty

taOS: Self-Hosted AI Agent OS for Your Hardware and Data Sovereignty

August 25, 2026

taOS is a self-hosted AI agent operating system designed to keep your AI's memory, chats, agents, and files on your own hardware, prioritizing privacy and data sovereignty. It offers a full web desktop, a multi-framework group chat, and the ability to auto-cluster various consumer hardware like Raspberry Pi, Mac mini, and gaming PCs into a distributed AI compute mesh. This platform empowers users with local-first AI capabilities, offline by default and cloud by choice.

AISelf-HostedAgent Framework
Athena-Public: Your Local-First Agentic PKM for Smarter AI Decisions

Athena-Public: Your Local-First Agentic PKM for Smarter AI Decisions

August 25, 2026

Athena-Public is a powerful local-first agentic Personal Knowledge Management (PKM) system designed to enhance your decision-making. It provides persistent memory, structured reasoning, and governed AI agents that operate across various Large Language Models. This unique approach allows you to own your data and context, while renting the intelligence from any LLM.

AI AgentsLocal-FirstPKM

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️