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

タグ

  • CLIツール
  • Claudeスキル
  • マルチモーダル
  • 動画解析
  • 文字起こし

概要

「/watch」コマンドでClaudeに動画を視聴させるAgent Skill。yt-dlpで動画を取得し、ffmpegでシーン検知を交えたフレーム抽出、字幕(無い場合はWhisper)で文字起こしを行い、映像と音声の両方をClaudeのコンテキストに取り込む。YouTube等の要約・構成分析・バグ再現映像の診断などに活用でき、トークン予算に応じたフレーム自動選定や重複フレーム除去機能も備える。

README

# /watch **Claudeに任意の動画を視聴する能力を提供します。** Claude Code(推奨 — マーケットプレイス経由で自動更新): ``` /plugin marketplace add bradautomates/claude-video /plugin install watch@claude-video ``` Codex、Cursor、Copilot、Gemini CLI、または50以上の[Agent Skills](https://agentskills.io)対応ホスト: ```bash npx skills add bradautomates/claude-…

查看完整页面