Skill

multi-deliver

Install
1
Install the plugin
$
npx claudepluginhub jenkinsm13/resolve-mcp

Want just this skill?

Add to a custom plugin, then install with one command.

Description

Render multiple deliverables from one DaVinci Resolve timeline in a single batch — YouTube, Instagram, broadcast, ProRes master, etc.

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

/multi-deliver — Batch Render Multiple Formats

Queue multiple render jobs from the same timeline and render them all. One command for all your deliverables.

Arguments

The user lists the formats they need, separated by commas, +, or and.

Preset Definitions

Use these presets (same as /deliver skill):

PresetFormatCodecResolution
youtubeMP4H.2641920x1080
youtube 4kMP4H.2653840x2160
instagramMP4H.2641080x1080
instagram reel / reel / tiktokMP4H.2641080x1920
h265 4k / 4kMP4H.2653840x2160
h265 1080 / 1080MP4H.2651920x1080
h264 1080MP4H.2641920x1080
proresQuickTimeProRes 422Timeline res
prores hqQuickTimeProRes 422 HQTimeline res
prores proxyQuickTimeProRes 422 ProxyTimeline res
dnxhdMXFDNxHDTimeline res
broadcastMXFDNxHR1920x1080

Workflow

  1. Parse the user's requested formats into a list of presets
  2. For each preset: a. Use resolve_set_render_format_and_codec to set format and codec b. Use resolve_set_render_settings to set resolution and other settings c. Append a CustomName suffix to differentiate outputs (e.g., TimelineName_youtube, TimelineName_instagram) d. If the user specified an output directory, set TargetDir e. Use resolve_add_render_job to queue the job
  3. After all jobs are queued, use resolve_start_render to begin (renders all queued jobs)
  4. Poll with resolve_get_render_status and resolve_list_render_jobs until all jobs complete
  5. Report final status for each deliverable: format, resolution, file path, success/failure

Example Interactions

User: /multi-deliver youtube + instagram reel + prores hq → Queues 3 render jobs (H.264 1080p, H.264 1080x1920, ProRes HQ), renders all, reports results.

User: /multi-deliver youtube, 4k, prores to /Volumes/Exports/ → Queues 3 jobs to specified directory.

User: /multi-deliver all social → Queues: youtube (1080p), instagram (square), instagram reel (vertical), tiktok (vertical)

User: /multi-deliver broadcast + youtube 4k + prores hq → Queues broadcast MXF, YouTube 4K H.265, and ProRes HQ master.

Stats
Stars0
Forks0
Last CommitFeb 22, 2026
Actions

Similar Skills