Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Galbaz1/video-research-mcpnpx agentmods add commands/galbaz1/video-research-mcp/videoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/galbaz1/video-research-mcp/video)<a href="https://agentmods.dev/commands/galbaz1/video-research-mcp/video"><img src="https://agentmods.dev/badge/commands/galbaz1/video-research-mcp/video/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/galbaz1/video-research-mcp/video"><img src="https://agentmods.dev/badge/commands/galbaz1/video-research-mcp/video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00014 | $0.02184 |
| Opus 5 | $0.00007 | $0.01092 |
| Sonnet 5 | $0.00003 | $0.00437 |
| Haiku 4.5 | $0.00001 | $0.00218 |
Grade B, and why
video scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
a. Determine the memory directory: find the `.claude/` project memory path for the current working directory. Use `Glob` on `~/.claude/projects/*/memory/` to find the active project memory path if needed. Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
subprocess.run(['ffmpeg', '-y', '-ss', ffmpeg_ts, '-i', video_path, '-frames:v', '1', '-q:v', '2', out], capture_output=True) How it starts
The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Video Analysis: $ARGUMENTS
Analyze the provided video source with progressive memory saving and automatic visualization.
Phase 1: Analyze
-
Determine the input type from "$ARGUMENTS":
- If it starts with
http://orhttps://: usevideo_analyzewithurlparameter - If it's a directory path (ends with
/or is a known directory): usevideo_batch_analyzewithdirectoryparameter - Otherwise (file path): use
video_analyzewithfile_pathparameter
- If it starts with
-
For single video analysis, use this instruction (append the screenshot marker block for local files only):
Base instruction (always):
instruction="Provide a comprehensive analysis including title, summary, key points, timestamps of important moments, main topics, and overall sentiment."Screenshot markers (append when input is a local file, NOT a YouTube URL):
Also place inline screenshot markers at visually important moments using this format: [SCREENSHOT:MM:SS:brief description of what is shown on screen] Rules: - Place 8-15 markers spread across the video - Capture: screen shares, diagrams, slides, demos, key visual moments - Skip: webcam-only talking heads, transitions, blank screens - Description should explain what is visible (e.g., "architecture diagram showing data flow") -
For batch (directory) analysis, use instruction="Provide a comprehensive analysis of this video."
Phase 1.5: Download to Memory (YouTube only)
If the source is a YouTube URL, persist a local copy for reuse.
- Compute
video_idfrom the URL and set target path:<memory-dir>/gr/media/videos/<video_id>.mp4 - If the target file is missing, download with:
yt-dlp --no-playlist -q -f "mp4[height<=720]/mp4/best[ext=mp4]" \ -o "<memory-dir>/gr/media/videos/<video_id>.mp4" \ "https://youtube.com/watch?v=<video_id>" - Update
<memory-dir>/gr/media/videos/.manifest.jsonwith title, source_url, size_mb, downloaded_at. - If download fails or
yt-dlpis unavailable, continue analysis without local media.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 219 lines · 14 tokens per session scan B 8339e08737c6
video is a command published in the GitHub repository Galbaz1/video-research-mcp (23 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 2,184 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
watch-video
Watch and analyze a video file or YouTube URL — extracts frames and audio for understanding.
eg-brainstorm
Generate divergent concept ideas for a raw thought using parallel goldfish, web research, and structured synthesis.
mosaic-agent-scene
Launch Max — Mosaic Bridge scene builder (geometry, materials, particles, physics, audio, UI).
setup-video-vision
Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies.
eg-fix-bug
Fix a bug using the elephant/goldfish workflow — problem doc, goldfish diagnosis check, failing test, fix, review, validate.
dock-chat
Dock the full conversation to Telegram — drive Claude from your phone.