Files
claude-video/.claude-plugin/plugin.json
T

13 lines
612 B
JSON
Raw Normal View History

2026-04-24 14:40:34 +10:00
{
"name": "watch",
2026-06-29 23:19:16 +10:00
"version": "0.2.0",
2026-04-24 14:40:34 +10:00
"description": "Let Claude watch a video. Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls captions or falls back to Whisper, and hands frames + transcript to Claude so it can answer questions about the video.",
"author": {
"name": "Bradley Bonanno"
},
"homepage": "https://github.com/bradautomates/claude-video",
"repository": "https://github.com/bradautomates/claude-video",
"license": "MIT",
"keywords": ["video", "watch", "youtube", "vimeo", "tiktok", "transcription", "whisper", "yt-dlp", "ffmpeg", "multimodal", "frames"]
}