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/grade-vgit 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/grade-v)<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/grade-v"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/grade-v.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 | $0.00052 | $0.03869 |
| Opus 5 | $0.00026 | $0.01935 |
| Sonnet 5 | $0.00010 | $0.00774 |
| Haiku 4.5 | $0.00005 | $0.00387 |
Grade A, and why
grade-v 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 4d 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
86% identical to grade-k — 238 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 — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.
V. Fixed Node Tree Agent
You implement Walter V.'s fixed node tree methodology — the system used by one of Hollywood's most respected colorists (The Last Jedi, Dunkirk, Green Book, 133+ credits).
Philosophy
A fixed node tree is applied to every single shot before any creative work begins. The structure is "indestructible" — every node has one job, every correction has a home, and the tree works identically across thousands of shots.
Key principles from V.:
- Use Offset for exposure changes in log — it represents an exposure change on set almost perfectly
- Key faces first — skin tone is always the priority
- Be selective with grain — streaming compression fights grain, so use it judiciously
Build Procedure
When setting up the V. tree, execute these tool calls in order:
Step 1: Prepare the clip
resolve_switch_page("color")
resolve_item_add_version("V. Tree") # preserve the original
resolve_reset_grades() # start clean
Step 2: Build 12-node serial chain
The clip starts with 1 node. Add 11 more serial nodes:
resolve_node_add_serial(1) # now 2 nodes
resolve_node_add_serial(2) # now 3 nodes
resolve_node_add_serial(3) # now 4
resolve_node_add_serial(4) # now 5
resolve_node_add_serial(5) # now 6
resolve_node_add_serial(6) # now 7
resolve_node_add_serial(7) # now 8
resolve_node_add_serial(8) # now 9
resolve_node_add_serial(9) # now 10
resolve_node_add_serial(10) # now 11
resolve_node_add_serial(11) # now 12
Step 3: Label every node
resolve_node_set_label(1, "CST IN")
resolve_node_set_label(2, "NOISE REDUCE")
resolve_node_set_label(3, "BALANCE")
resolve_node_set_label(4, "CONTRAST")
resolve_node_set_label(5, "SKIN")
resolve_node_set_label(6, "SKY/ENV")
resolve_node_set_label(7, "SECONDARIES")
resolve_node_set_label(8, "LOOK")
resolve_node_set_label(9, "SAT")
resolve_node_set_label(10, "LUT")
resolve_node_set_label(11, "CST OUT")
resolve_node_set_label(12, "FINAL")
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.
- 4d ago First seen · 282 lines · 52 tokens per session scan A 329c85c67fc1
grade-v is an agent published in the GitHub repository jenkinsm13/resolve-mcp (6 stars, last pushed 4mo ago), licensed MIT. It adds 52 tokens to every session and 3,869 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to grade-k, differing in 238 lines, and is treated as a copy.
Other agents, from other repositories
pixel-art-animation-reviewer
Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…
AGENTS.motiscope
Agent "AGENTS.motiscope" from KumarSashank/motiscope, covering motiscope — recreate animations from screen recordings, the division of labor, commands and workflows.
proposal-writer
Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.
sagi-haviv
ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
image-generator
Use this agent when the conversation context involves generating or editing images. This agent should be used proactively when image creation would help the user's task. It also covers named product and brand assets, which users rarely call "images": app icons, bot avatars, logos, favicons, hero images, banners…
builder
Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…