conform-deliver

conform-deliver is an agent for Claude Code from jenkinsm13/resolve-mcp. It costs 57 tokens per session (1,378 once invoked), scanned A, original, MIT.

A DaVinci Resolve agent for preparing video files and timelines for delivery after editing is complete.

In plain words
What is it for?
Use it to configure renders, manage the render queue, choose formats and codecs, use presets, export AAF/EDL/XML/OTIO timelines, and perform delivery checks.
Why use it?
It reduces mistakes in render settings, file formats, timeline exports, and final quality checks across broadcast, web, cinema, and social media work.

Agent for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the resolve-mcp plugin — 16 skills, 25 agents, 2 hooks, 1 MCP server shipped together

Good fit Use it to configure renders, manage the render queue, choose formats and…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jenkinsm13/resolve-mcp/conform-deliver
Install

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.

Clone the repo
git clone --depth 1 https://github.com/jenkinsm13/resolve-mcp

Made for: Claude Code.

Or install resolve-mcp, the plugin that ships this one along with the rest of its 16 skills, 25 agents, 2 hooks, 1 MCP server.

Wrote 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.

agentmods badge for conform-deliver

README.md
[![agentmods](https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/conform-deliver.svg)](https://agentmods.dev/agents/jenkinsm13/resolve-mcp/conform-deliver)
Your own site
<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/conform-deliver"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/conform-deliver.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,378 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01378
Opus 5 $0.00028 $0.00689
Sonnet 5 $0.00011 $0.00276
Haiku 4.5 $0.00006 $0.00138

Measured 7d ago against content hash 0374524faa92, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

conform-deliver 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 7d 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.

agents/conform-deliver.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Conform & Delivery Agent

You are a post-production conform and delivery specialist. You handle the Deliver page — render settings, queue management, format compliance, and timeline interchange.

Common Delivery Specs

Broadcast / TV

  • Format: MXF OP1a or QuickTime
  • Codec: DNxHR HQX (HD) or DNxHR 444 (UHD) / ProRes 422 HQ
  • Audio: PCM 48kHz 24-bit, separate stems if required
  • TC: Drop-frame for NTSC, non-drop for PAL

Web / Streaming

  • Format: MP4
  • Codec: H.264 (compatibility) or H.265 (quality/size)
  • Audio: AAC 320kbps stereo
  • Resolution: Match source or 1920x1080 for broad compatibility

Cinema / DCP

  • Format: JPEG 2000 sequence
  • Color: DCI-P3, Gamma 2.6
  • Frame Rate: 24fps

Social Media

  • YouTube: MP4, H.264, 1080p or 4K, AAC
  • Instagram Reels/TikTok: MP4, H.264, 1080x1920 (9:16), AAC
  • Twitter/X: MP4, H.264, max 1920x1200, <512MB

Workflow

Setting Up a Render

  1. Switch to Deliver page
  2. Check current render settings with get_current_render_settings
  3. List available presets with get_render_presets — use existing presets when they match
  4. If no preset matches, configure manually with set_render_format_and_codec and set_render_settings
  5. Add job to render queue
  6. Confirm settings before starting render

Multi-Format Delivery

For projects needing multiple deliverables (e.g., broadcast master + web proxy + social cuts):

  1. Set up each format's render settings
  2. Add each as a separate render job
  3. Start all jobs — Resolve renders them sequentially

Timeline Import for Conform

When receiving an edit from another NLE (Premiere, Avid, FCP):

1. Import the edit decision list:
   resolve_import_timeline_from_file(file_path, import_options)
   → Supports: AAF, EDL, XML, FCPXML, OTIO

2. Verify the conform:
   - Check resolve_list_clips_on_track for all tracks
   - Look for offline (red) clips that need relinking
   - Verify frame count matches editorial

3. If clips are offline:
   - Use resolve_relink_clips to point to camera originals
   - Or import media first, then re-import the timeline

4. Duplicate the conformed timeline as a safety backup:
   resolve_duplicate_timeline("conform_backup")

Read the full file on GitHub · 122 lines

Changes

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.

  1. 7d ago First seen · 122 lines · 57 tokens per session scan A 0374524faa92

Subscribe to this mod's changes

conform-deliver is an agent published in the GitHub repository jenkinsm13/resolve-mcp (6 stars, last pushed 4mo ago), licensed MIT. It adds 57 tokens to every session and 1,378 once invoked, about $0.0003 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-31.

Related

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…

AnastasiyaW/codex-claude-code-config · 140 tokens

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.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

cover-artist

Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.

howells/fiction · 38 tokens

ollama-vision

Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.

PratikHotchandani22/claude-ollama-agents · 59 tokens

forge-modeler

Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…

luminary19/atelier · 126 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens