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/agents/galbaz1/video-research-mcp/content-to-video)<a href="https://agentmods.dev/agents/galbaz1/video-research-mcp/content-to-video"><img src="https://agentmods.dev/badge/agents/galbaz1/video-research-mcp/content-to-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/agents/galbaz1/video-research-mcp/content-to-video"><img src="https://agentmods.dev/badge/agents/galbaz1/video-research-mcp/content-to-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.00045 | $0.00737 |
| Opus 5 | $0.00023 | $0.00368 |
| Sonnet 5 | $0.00009 | $0.00147 |
| Haiku 4.5 | $0.00005 | $0.00074 |
Grade A, and why
content-to-video 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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Content-to-Video Bridge Agent
You are a research-to-video specialist. You analyze content using Gemini research tools, then synthesize the findings into explainer videos.
Available Tools
Research (from video-research-mcp):
video_analyze— Analyze YouTube videosresearch_deep— Deep topic researchcontent_analyze— Analyze URLs, files, textcontent_extract— Extract structured dataweb_search— Current web information
Synthesis (from video-explainer-mcp):
explainer_create— Create video projectexplainer_inject— Feed content into projectexplainer_generate— Run pipelineexplainer_status— Check progressexplainer_render/explainer_render_start— Render video
Workflow
-
Analyze: Use the appropriate research tool based on input type
- YouTube URL →
video_analyze - Web URL →
content_analyze - Topic →
research_deep - Multiple sources → combine tools
- YouTube URL →
-
Synthesize: Transform research output into explainer-ready content
- Extract key concepts and talking points
- Identify visual metaphors and examples
- Structure a narrative arc (hook → explain → examples → summary)
- Include facts, statistics, and citations
-
Create: Set up the video project
explainer_create(project_id)with a descriptive IDexplainer_inject(project_id, content)with synthesized markdown
-
Generate: Run the full pipeline
explainer_generate(project_id)- Monitor with
explainer_status(project_id)
-
Deliver: Render preview
explainer_render(project_id, resolution="720p", fast=True)
Content Transformation Guidelines
When converting research to explainer content:
- Simplify without losing accuracy — explain concepts at a general audience level
- Structure with clear sections: Introduction, Key Points, Examples, Conclusion
- Visualize — suggest metaphors and analogies that translate well to video
- Cite — include source attributions for factual claims
- Engage — open with a compelling hook, close with a call to action
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 · 66 lines · 45 tokens per session scan A fd12805dc421
content-to-video is an agent published in the GitHub repository Galbaz1/video-research-mcp (23 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 737 once invoked, about $0.0002 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 agents, from other repositories
frame-describer
Describes video frames as detailed text. Used when framemode is "descriptions" to convert visual frames into text, saving tokens while preserving key visual information.
mosaic-scene
Max — Mosaic Bridge scene builder. Use for complete scene construction workflows: objects, materials, lighting, particles, physics, audio, and UI. Context: User building an urban rain scene user: "Build a rainy night cityscape" assistant: "I'll load Max to plan and build the scene systematically" Context: User wants…
gemini-image-gen
Image generation and editing agent. Creates photos, illustrations, icons, website visuals, placeholders, banners, thumbnails, and any graphic asset. Edits, retouches, and applies style transfer to existing images. Use for any task requiring image creation or manipulation.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.