{ "name": "watch", "version": "0.3.2", "description": "Give an agent video evidence: timestamped frames and native captions, with optional local WhisperX or Groq/OpenAI transcription.", "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", "whisperx" ], "skills": "./skills/", "interface": { "displayName": "watch", "shortDescription": "Give your agent a video input \u2014 paste a URL or local path and ask about it.", "longDescription": "watch gives an agent timestamped video frames and a transcript from native captions or an optional local WhisperX / cloud Whisper fallback. The agent views the selected frames and answers from the available visual and spoken evidence.", "developerName": "Bradley Bonanno", "category": "Productivity", "capabilities": [ "Interactive", "Read" ], "websiteURL": "https://github.com/bradautomates/claude-video", "defaultPrompt": [ "/watch https://youtu.be/dQw4w9WgXcQ what happens at the 30 second mark?", "/watch ~/Movies/screen-recording.mp4 when does the UI break?", "/watch https://youtu.be/ summarize this" ], "brandColor": "#E11D48" } }