diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7d99d9f..2d0c824 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "watch", - "version": "0.1.3", + "version": "0.2.0", "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" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index da4f9e7..5c1f569 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "watch", - "version": "0.1.3", + "version": "0.2.0", "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" diff --git a/skills/watch/SKILL.md b/skills/watch/SKILL.md index 00e3001..cb8b072 100644 --- a/skills/watch/SKILL.md +++ b/skills/watch/SKILL.md @@ -1,6 +1,6 @@ --- name: watch -version: "0.1.3" +version: "0.2.0" description: Watch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video. argument-hint: " [question]" allowed-tools: Bash, Read, AskUserQuestion