Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/Galbaz1/video-research-mcpWrote 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/doctor)<a href="https://agentmods.dev/commands/galbaz1/video-research-mcp/doctor"><img src="https://agentmods.dev/badge/commands/galbaz1/video-research-mcp/doctor/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/doctor"><img src="https://agentmods.dev/badge/commands/galbaz1/video-research-mcp/doctor.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.00013 | $0.01362 |
| Opus 5 | $0.00006 | $0.00681 |
| Sonnet 5 | $0.00003 | $0.00272 |
| Haiku 4.5 | $0.00001 | $0.00136 |
Grade A, and why
doctor scanned grade A with 0 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 11d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Doctor: $ARGUMENTS
Run a deterministic health check for the video-research plugin and MCP server.
Mode
- Default mode is
quick. - If
$ARGUMENTScontainsfull, run extra checks for agent/manifest drift.
Context Discipline (mandatory)
- Keep
quickmode output compact: target <= 220 tokens. - Never print raw tool payloads, JSON blobs, full file contents, or stack traces.
- Never run broad repository searches. Only inspect exact paths listed below.
- Extract only the required keys from config/env files.
- If you need details, include one short line:
Run /gr:doctor full for deep diagnostics.
Tool discipline (mandatory)
Only use the tools listed in allowed-tools. In particular:
- File reading: use
Read(Claude Code built-in), neverplugin:serena:serena - Read Fileor any other MCP file-reading tool. - File search: use
Glob(Claude Code built-in), never Serena'sfind_fileorlist_dir. - Shell: use
Bash(Claude Code built-in), never Serena'sexecute_shell_command.
1) Discover active config
Use Glob + Read to inspect:
./.mcp.json~/.claude/.mcp.json~/.config/video-research-mcp/.env./.env(optional)
Determine active server config:
- If
./.mcp.jsonhasmcpServers.video-research, treat it as active. - Otherwise use
~/.claude/.mcp.json.
Capture and report:
- Active config path
video-researchcommand + args- Whether an
envblock exists undermcpServers.video-research - Whether shared config file exists and contains:
GEMINI_API_KEYYOUTUBE_API_KEY(optional)WEAVIATE_URL(optional)
If the active .mcp.json contains unresolved placeholders (for example ${WEAVIATE_URL}), flag it as a warning and recommend removing the env block in favor of ~/.config/video-research-mcp/.env.
2) Runtime config check
Call infra_configure() with no arguments to inspect live server settings.
Never pass preset unless it is exactly one of: best, stable, budget.
Do not call infra_configure(preset="").
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.
- 11d ago First seen · 144 lines · 13 tokens per session scan A 1e7d9ea0c4e8
doctor is a command published in the GitHub repository Galbaz1/video-research-mcp (23 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 1,362 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
eg-fix-bug
Fix a bug using the elephant/goldfish workflow — problem doc, goldfish diagnosis check, failing test, fix, review, validate.
safe-decompile
Safely fingerprint and decompile an Android artifact through the sandboxed MCP server.
latent-fix
Quick fix cho file đang mở hoặc file được chỉ định. Tối đa 1-2 patches.
setup-video-vision
Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies.
debug
Diagnose Ansible playbook issues from symptoms.
troubleshoot-user
Cross-product troubleshooting of user connectivity across ZCC, ZDX, ZPA, and ZIA.