Command
Pull native-resolution screenshots of specific moments from an already-watched /watch job. Use when the user wants a crisp screenshot, or frames to build follow-up content from. Defaults to the last /watch run.
Claude Code plugin that gives Claude a video input — fully local. /watch downloads, extracts frames, and transcribes with faster-whisper on a self-provisioned portable runtime (no Docker, no system installs). Auto-detects NVIDIA GPUs (NVDEC decode + CUDA whisper), CPU-only fallback. No cloud APIs.
Command
Pull native-resolution screenshots of specific moments from an already-watched /watch job. Use when the user wants a crisp screenshot, or frames to build follow-up content from. Defaults to the last /watch run.
Command
Promote a /watch job's artifacts into the current directory under ./watch-local-output/ /. Uses the last /watch run by default. Local/UNC sources get a source-link.txt instead of a copy unless --include-source is set.
Command
One-time interactive setup for /watch-local. Downloads the portable runtime (yt-dlp, ffmpeg, deno, Python -- no Docker, no admin), detects your NVIDIA GPU (or configures CPU-only mode), picks storage locations, downloads the whisper model, and runs a smoke test.
Command
Watch a video (URL, local path, or SMB/UNC share). Downloads with yt-dlp, extracts frames with ffmpeg, ALWAYS transcribes with faster-whisper locally (NVIDIA GPU when detected, CPU otherwise) and compares against creator captions when present. No cloud keys.