claude-video bradautomates
Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.
- 주요 언어
- Python
- Stars
- 14,852
- Forks
- 1,417
태그
- Claude技能
- 多模态
- CLI工具
- 工具调用
- 本地部署
요약
claude-video 是一个为 Claude AI 赋予视频理解能力的插件工具。它通过 yt-dlp 下载视频或提取字幕,用 ffmpeg 抽取关键帧,并结合 Whisper 语音转录,将帧图像与带时间戳的文字稿一并提供给 Claude,使其能真正「看」视频内容。核心使用场景包括:分析竞品内容与广告创意、从屏幕录像中诊断 Bug、快速提炼长视频要点,以及将播放列表批量转化为结构化笔记。
README
# /watch **Give Claude the ability to watch any video.** Claude Code (recommended — auto-updates via marketplace): ``` /plugin marketplace add bradautomates/claude-video /plugin install watch@claude-video ``` Codex, Cursor, Copilot, Gemini CLI, or any of 50+ [Agent Skills](https://agentskills.io) h…