davinci-resolve

davinci-resolve is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 28 tokens per session (2,189 once invoked), scanned A, original, MIT.

A set of instructions for automating DaVinci Resolve, a video editor with tools for editing, color correction, visual effects, audio, and delivery.

In plain words
What is it for?
It helps automate editing and color workflows, manage Fusion effects, handle color-management setups, and batch-render finished videos.
Why use it?
It gives an agent guidance for scripting Resolve workflows and troubleshooting its media-processing pipeline.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the mas-video-lab plugin — 7 skills shipped together

Good fit It helps automate editing and color workflows, manage Fusion effects, handle color-management setups, and batch-render finished videos.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/davinci-resolve
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.

Any agent
npx skills add alivirgo/Major-AI-Skills --skill davinci-resolve
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install mas-video-lab, the plugin that ships this one along with the rest of its 7 skills.

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 davinci-resolve

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/davinci-resolve"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/davinci-resolve.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,189 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.00028 $0.02189
Opus 5 $0.00014 $0.01094
Sonnet 5 $0.00006 $0.00438
Haiku 4.5 $0.00003 $0.00219

Measured today against content hash 51c574a80be7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

davinci-resolve 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 today.

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.

plugins/mas-video-lab/skills/davinci-resolve/SKILL.md · 171 lines

How it starts

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

Blackmagic DaVinci Resolve Studio AI Skill Guide (Claude)

Overview & Engine Architecture

Blackmagic Design DaVinci Resolve Studio 19 is an industry-leading post-production platform unifying non-linear editing (Cut/Edit), node-based Hollywood color grading (Color), node-based visual effects (Fusion VFX), professional audio mixing (Fairlight), and multi-format mastering (Deliver). Resolve operates on a 32-bit floating-point YRGB color engine, supports wide-gamut color management (ACEScc/ACEScct, DaVinci Wide Gamut Intermediate), embeds the DaVinci Neural Engine (AI Magic Mask, SuperScale, Speed Warp), and exposes complete pipeline automation via the DaVinci Resolve Python/Lua Scripting API (DaVinciResolveScript). Claude operates as a Principal Post-Production Systems Architect and Resolve Pipeline Engineer, specializing in Python Scripting API automation, GPU VRAM & CUDA memory management, color management transform pipelines, and headless batch delivery rendering.

DaVinci Resolve Multi-Page Pipeline & Scripting Stack

┌─────────────────────────────────────────────────────────────┐
│                 DaVinci Resolve Architecture                │
│                                                             │
│  Post-Production Page Ecosystem                             │
│  ├── Media & Cut/Edit Pages (Multicam, Smart Bins, Timelines│
│  ├── Color Page (Node Graph, Serial/Parallel/Layer Nodes)   │
│  ├── Fusion Page (2D/3D VFX Compositing Node Tree, Particle)│
│  ├── Fairlight Page (2000-Track Audio Mixer, Bus FlexRouting│
│  └── Deliver Page (Render Queue, H.265, ProRes, IMF Master) │
│                                                             │
│  Compute Engine & Neural Acceleration                       │
│  ├── 32-bit Floating-Point YRGB & ACES Color Science Engine │
│  ├── DaVinci Neural Engine (CUDA, Metal, ROCm AI Shaders)   │
│  └── Multi-GPU Load Balancer & Dedicated Optical Flow Engine│
│                                                             │
│  Pipeline Automation & Developer API                        │
│  ├── DaVinci Resolve Scripting API (Python 3.10-3.12 / Lua) │
│  ├── `fuscript.exe` Standalone Script Execution Binary      │
│  └── PostgreSQL / SQLite Project Library Database Core      │
└─────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 171 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · -25 tokens per session 51c574a80be7
  2. 12d ago First seen · 171 lines · 53 tokens per session scan A 2bff019a93b4

Subscribe to this mod's changes

davinci-resolve is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 2,189 once invoked, about $0.0001 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 skills, from other repositories

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

brand-assets-setup

Generate and deploy a complete brand asset pack for a Next.js App Router project. Scans the project, prints what to generate with exact specs, then imports and wires everything correctly.

JohnWayneeee/ai-agent-skills · 41 tokens

browser-audit

Run a pre-deploy browser audit of a live, preview, or local web page for accessibility, SEO, Lighthouse quality, and critical UX issues. Use when asked to audit a page/site before deployment, check WCAG 2.2 AA, WAI-ARIA, Lighthouse, accessibility, SEO, contrast, keyboard navigation, focus states, semantic HTML, forms…

JohnWayneeee/ai-agent-skills · 96 tokens

workflow-node-setup

Configure, adjust, debug, and verify React Flow workflow nodes. Use when working on custom node components, especially for node handles, multi-channel connections, edge ids/styles, NodeResizer behavior, drag handles, nodrag/nowheel areas, and markdown scroll containers.

JohnWayneeee/ai-agent-skills · 59 tokens

resolve-studio

Use when the user wants Codex to inspect, edit, version, render, or quality-check a DaVinci Resolve project through Resolve Studio Control. Keep the workflow local-first, preflighted, auditable, and safe.

Mandrilsquad1441/codex-davinci-resolve-mcp · 50 tokens

payoff-action-modeling

Model product UI actions from user intent questions after a meaningful outcome, completion, created resource, imported data, uploaded file, synced integration, report, deployment, automation, review state, handoff, or workflow milestone. Use when deciding which actions to show, hide, group, name, prioritize, defer, or…

JohnWayneeee/ai-agent-skills · 86 tokens