Watch Video banner
jordanrendric jordanrendric

Watch Video

Communication community

Description

--- description: "Watch and analyze a video file or YouTube URL — extracts frames and audio for understanding" argument-hint: "path/to/video.mp4 or YouTube URL [optional prompt or question about the video]" --- # Watch Video Parse the user's input to extract: 1. **Video path** — the file path (required) - YouTube URLs are also supported; pass the URL directly as `path` 2. **Prompt** — any question or instruction about the video (optional) 3. **Flags** — `--fps <number>`, `--resolution <numb

Installation

Installs to ~/.claude/skills/jordanrendric-claude-video-vision-watch-video/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jordanrendric-claude-video-vision-watch-video && curl -fsSL https://raw.githubusercontent.com/jordanrendric/claude-video-vision/HEAD/commands/watch-video.md -o ~/.claude/skills/jordanrendric-claude-video-vision-watch-video/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository