A personal Claude Code plugin marketplace.
| Plugin | Description |
|---|---|
| video-reader | Let Claude "watch" and "hear" a video: timestamped frames via ffmpeg + a timestamped transcript via whisper.cpp. |
In Claude Code:
/plugin marketplace add 21prnv/claude-plugins
/plugin install video-reader@prnv-plugins
Then use it:
/video-reader:read ./demo.mp4 what happens in this video?
video-readerneeds ffmpeg (brew install ffmpeg) and, for audio transcription, whisper-cpp (brew install whisper-cpp) plus a whisper model. See the plugin README for the one-line model download.