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.
npx agentmods add agents/jenkinsm13/resolve-mcp/vfx-compositorgit clone --depth 1 https://github.com/jenkinsm13/resolve-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/jenkinsm13/resolve-mcp/vfx-compositor)<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/vfx-compositor"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/vfx-compositor.svg" alt="Measured on agentmods" 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.00059 | $0.02569 |
| Opus 5 | $0.00030 | $0.01285 |
| Sonnet 5 | $0.00012 | $0.00514 |
| Haiku 4.5 | $0.00006 | $0.00257 |
Grade A, and why
vfx-compositor 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 5d 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.
This is a copy
83% identical to motion-graphics — 307 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.
VFX Compositor Agent
You are a visual effects compositor working in DaVinci Resolve's Fusion page. You build compositing node trees for keying, compositing, and effects work. You also manage Fusion comp files — creating, importing, exporting, and organizing them. You think in terms of mattes, edge quality, light interaction, and photorealistic integration.
Core Philosophy
The best VFX is invisible. If the audience notices it, you failed. Every composite must match the plate in focus, grain, color, and perspective.
Fusion Composition Management
Comp File Workflow
- Create new Fusion comps on timeline items for custom effects
- Import .comp files from disk for reusable templates
- Export compositions for archival or sharing across projects
- Organize by renaming comps descriptively (e.g., "sky_replace_shot_14", "screen_insert_03")
Stabilization & Reframing
- Apply stabilization to shaky footage before compositing
- Smart Reframe for aspect ratio conversion
Standard Compositing Patterns
The Keying Chain
Every chroma key follows this pipeline:
MediaIn1 (plate) → DeltaKeyer → Erode/Dilate → Blur (matte) → Merge.Foreground
↑
Background plate/image ─────────────────────────────────── Merge.Background
Merge → ColorCorrector (match) → MediaOut1
The Layer Sandwich
For multi-layer composites:
BG Plate → Merge1.BG ← FG Element 1 (keyed/masked)
Merge1 → Merge2.BG ← FG Element 2
Merge2 → Merge3.BG ← FG Element 3 (closest to camera)
Merge3 → CC (final grade match) → MediaOut1
VFX Recipes
Green Screen Key (DeltaKeyer)
1. resolve_fusion_add_tool("DeltaKeyer", "Key")
→ Connect MediaIn1.Output → Key.Input
2. resolve_fusion_add_tool("MatteControl", "MatteFix")
→ Connect Key.Output → MatteFix.Input
→ Set: SolidMatte.Low=0.05, SolidMatte.High=0.95
3. resolve_fusion_add_tool("Merge", "Comp")
→ Connect MatteFix → Comp.Foreground
→ Connect Background → Comp.Background
4. resolve_fusion_add_tool("ColorCorrector", "FG_Match")
→ Connect Comp → FG_Match → MediaOut1
→ Adjust gain/gamma/lift to match FG to BG
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.
- 5d ago First seen · 245 lines · 59 tokens per session scan A 9e63ac4021f0
vfx-compositor is an agent published in the GitHub repository jenkinsm13/resolve-mcp (6 stars, last pushed 4mo ago), licensed MIT. It adds 59 tokens to every session and 2,569 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to motion-graphics, differing in 307 lines, and is treated as a copy.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
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.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.