Use with AI Agents
This site ships a Claude Skill so AI coding agents can write DaVinci Resolve scripts against the real API — accurate method names, signatures, return types, settings dictionaries, constants, object navigation, and deprecations — instead of guessing.
What it is
A self-contained folder, davinci-resolve-scripting, generated from these docs. It contains
a SKILL.md index plus references/ files (one per API object and settings page, a
getting-started guide, an object hierarchy map, and a deprecated/moved-method list).
Install
Option A — Plugin (recommended)
Install it as a Claude Code plugin in two commands:
/plugin marketplace add wheheohu/bmd_doc
/plugin install davinci-resolve@bmd-doc-marketplace
The first registers this repository as a plugin marketplace; the second installs the skill.
Run /plugin update to pull new Resolve versions as they ship.
Option B — Copy the skill folder
- Get the skill folder from the repository:
skill/davinci-resolve-scripting/ - Copy it into your Claude skills directory:
cp -R skill/davinci-resolve-scripting ~/.claude/skills/
Either way: ask your agent to write a Resolve script — the skill activates automatically when the request mentions DaVinci Resolve scripting.
Version
Tracks the latest published docs version. See the changelog for what changed.