davinci-resolve-mcp: Skill for Claude Code

.agents/skills/resolve-media-pool/SKILL.md

resolve-media-pool is a skill for Claude Code, Codex from samuelgursky/davinci-resolve-mcp. It costs 98 tokens per session (697 once invoked), scanned A, original, MIT.

A guide for importing and organizing video and audio media in DaVinci Resolve, a professional video-editing application. It also covers checking and cataloguing a camera card when Resolve is not open.

In plain words
What is it for?
It helps import, organize, relink, and rename clips; build multicamera timelines; standardize clip details and marks; check frame rates, codecs, timecode, and card gaps; and align picture with sound.
Why use it?
It separates offline card checks from live imports, helping you verify files before bringing them into a project and avoid missing, duplicated, or wrongly linked clips.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is samuelgursky/davinci-resolve-mcp's own configuration. It tells Claude Code and Codex how to work on davinci-resolve-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything davinci-resolve-mcp configures →

About the project

davinci-resolve-mcp is an MCP server that lets AI assistants control DaVinci Resolve Studio through its scripting API, including editing, media organization, rendering, grading, and other project tasks. It is for users who want agents to operate Resolve and inspect media through a local control panel. The catalogue entries support agent workflows for this Resolve integration.

samuelgursky/davinci-resolve-mcp · 2,622 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to samuelgursky/davinci-resolve-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/samuelgursky/davinci-resolve-mcp/main/.agents/skills/resolve-media-pool/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/samuelgursky/davinci-resolve-mcp

Made for: Claude Code, Codex.

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 resolve-media-pool

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuelgursky/davinci-resolve-mcp/resolve-media-pool/github.svg)](https://agentmods.dev/skills/samuelgursky/davinci-resolve-mcp/resolve-media-pool)
Your own site
<a href="https://agentmods.dev/skills/samuelgursky/davinci-resolve-mcp/resolve-media-pool"><img src="https://agentmods.dev/badge/skills/samuelgursky/davinci-resolve-mcp/resolve-media-pool/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.

agentmods 80×15 button for resolve-media-pool

Your own site · 80×15
<a href="https://agentmods.dev/skills/samuelgursky/davinci-resolve-mcp/resolve-media-pool"><img src="https://agentmods.dev/badge/skills/samuelgursky/davinci-resolve-mcp/resolve-media-pool.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 697 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00098 $0.00697
Opus 5 $0.00049 $0.00349
Sonnet 5 $0.00020 $0.00139
Haiku 4.5 $0.00010 $0.00070

Measured 9d ago against content hash 83b7e9b62458, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

resolve-media-pool 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 9d 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/skills/resolve-media-pool/SKILL.md · 48 lines

How it starts

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

Resolve Media Pool / Ingest

Thin router; depth stays in the kernel.

  • Live tool mechanicsdocs/kernels/media-pool-ingest-kernel.md (the media_pool ingest boundary) + docs/guides/multicam-setup-guide.md.
  • Offline media front-endresolve-advanced/README.md → the media tool.

Two servers — verify offline, import live

Job Server Tools
Import / organize / relink in a running Resolve davinci-resolve (Python, live) media_pool (`safe_import_media
Verify / inventory / hash-seal a card with no Resolve open davinci-resolve-advanced (Node) media (needs ffmpeg + ffprobe on PATH)

Offline media actions

  • ingest_verify — hash seal / verify / dupes-by-hash (chain of custody).
  • media_inventory — fps / codec / colorspace / TC + card-gap report.
  • sync — picture↔sound TC alignment + drift / MOS.
  • relink_manifest, rename_plan (refuses camera originals) / reel_normalize, turnover_package, project_hygiene.

Rule of thumb: verify + inventory the card offline before importing, then import and organize live.

Boundaries & safety (AGENTS.md)

  • Non-media files are not imported; the kernel never creates proxies, transcodes, or derivatives of source media.
  • Native multicam clip creation/flattening is not in the public API — the setup helper preps a stacked timeline you convert in Resolve's UI (see the guide).
  • ImportMedia has no destination parameter — clips always land in the current folder, and an unrecognized destination argument is silently ignored. Create the bin, set_current_folder to it, then import. Getting this backwards puts clips wherever the current folder happened to be, which is routinely somewhere an automated step moved it.
  • MediaPoolItem.GetTimeline is 21.0.4+ (issue #131) and is not reachable through this server yet. A media-pool entry that is a timeline cannot be turned back into a timeline object on older builds — check resolve_control check_version_support rather than assuming.
  • Never rename or derive camera originals without explicit approval; rename_plan refuses them by design.

Read the full file on GitHub · 48 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. 9d ago Changed · -1 lines 83b7e9b62458
  2. 12d ago First seen · 49 lines · 98 tokens per session scan A 462f19d4582c

Subscribe to this mod's changes

resolve-media-pool is a skill published in the GitHub repository samuelgursky/davinci-resolve-mcp (2,622 stars, last pushed yesterday), licensed MIT. It adds 98 tokens to every session and 697 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

cyxj-video-cover

A generator for making 16:9 video-cover background scenes without text, letters, numbers, logos, or watermarks.

chenyuxiaojin/xiaochen-skills · 131 tokens

skill

Skill "skill" from Mun1to/vidorq, covering vidorq skill — edición por ia (v1), flujo, uso, 1) transcribir (word-level, local) and 3) renderizar.

Mun1to/vidorq · 0 tokens

davinci-resolve

Comprehensive operational skill specification for Anthropic Claude to automate, script, troubleshoot, and optimize DaVinci Resolve Studio 19, Python Scripting API, Fusion VFX nodes, ACES/DWG color management, and Deliver batch rendering.

alivirgo/Major-AI-Skills · 53 tokens

davinci-resolve-cli

Use this skill when the user wants to script DaVinci Resolve from the command line — list/open/save projects, batch-import media, queue or wait on render jobs, list timelines/clips, or add/delete timeline markers. Trigger on mentions of DaVinci Resolve, "render this timeline", "import this footage", "tag clips", or…

Poechant/davinci-resolve-cli · 100 tokens

video-agent-jianying-editor

A video-editing workflow that combines audio, visual files, and subtitles into a draft project for Jianying, the Chinese version of CapCut. It creates a multi-track timeline that can be opened and finished in Jianying.

chenyuxiaojin/video-agent-skills · 128 tokens

video-agent-voice

A voice-production workflow that turns a video script into spoken audio and subtitle files. It can also create guidance for someone recording the narration themselves and use storyboard notes about emotion.

chenyuxiaojin/video-agent-skills · 150 tokens