odaiouattara0022-del

Davinci Resolve Skill — AI skill for Claude Code

AI community

Agent Skill: teach AI coding agents (Claude Code, Codex, Gemini CLI.

How to install Davinci Resolve Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open odaiouattara0022-del/davinci-resolve-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Davinci Resolve Skill does

Agent Skill: teach AI coding agents (Claude Code, Codex, Gemini CLI...) to edit video in DaVinci Resolve via its native Python scripting API

Alternatives in AI

  • CLI 代理 API — English 中文 一个为 CLI 提供 OpenAI/Gemini/Claude/Codex 兼容 API 接口的代理服务器 19k ★
  • Generative Media Skills — Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI) 3k ★
  • Skills Manage — Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms 2.2k ★

README

DaVinci Resolve Skill

[![tests](https://github.com/odaiouattara0022-del/davinci-resolve-skill/actions/workflows/tests.yml/badge.svg)](https://github.com/odaiouattara0022-del/davinci-resolve-skill/actions/workflows/tests.yml)

An [Agent Skill](https://agentskills.io) that teaches AI coding agents (Claude Code, Codex, Copilot CLI, Gemini CLI…) how to **edit video in DaVinci Resolve**: build timelines, cut clips, auto-remove silences, generate subtitles, color grade, add Text+ titles, and manage the render queue — all through the official Python scripting API that ships with Resolve.

*[Version française ci-dessous 🇫🇷](#-version-française)*

What it can do

  • 🎬 Editing — import media, create timelines, precise frame-accurate cuts, markers, compound clips
  • ✂️ Auto jump-cuts — bundled script removes silences from interviews/podcasts via ffmpeg analysis
  • 📝 Subtitles — auto-captions from audio, SRT export
  • 🎨 Color grading — CDL look recipes, LUTs, grade copying, versions, PowerGrade stills
  • Titles & Fusion — Text+ titles, transform animations, reusable .comp templates
  • 📤 Rendering — format/codec setup, render queue management, progress monitoring

Requirements

  • DaVinci Resolve 18+ (free or Studio), running, with scripting enabled: Preferences → System → General → External scripting using: Local
  • Python 3.6+
  • ffmpeg on PATH (only for the silence auto-cut script)

Install

**Claude Code** (plugin marketplace not needed — skills folder works everywhere):

# macOS / Linux
git clone https://github.com/odaiouattara0022-del/davinci-resolve-skill ~/.claude/skills/davinci-resolve

# Windows (PowerShell)
git clone https://github.com/odaiouattara0022-del/davinci-resolve-skill "$env:USERPROFILE\.claude\skills\davinci-resolve"

**Other agents** (Codex, Copilot CLI, Gemini CLI): clone into `~/.agents/skills/davinci-resolve` or your runtime's skills directory.

**With the [skills CLI](https://skills.sh):**