一键导入
import-notes
Paste timecoded client feedback or review notes and auto-create color-coded markers on the DaVinci Resolve timeline at each timecode.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Paste timecoded client feedback or review notes and auto-create color-coded markers on the DaVinci Resolve timeline at each timecode.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bump the package version in pyproject.toml and publish to PyPI. Handles version increment, git tag, build, and upload in one step.
Project conventions and patterns for resolve-mcp development. Explains tool registration, error handling, module organization, and naming rules.
AI-powered color grading assistant. Exports the current frame in sRGB, visually analyzes it, and makes CDL adjustments directly on the Color page nodes. Works regardless of project color space (HDR, P3, ACES, etc.) because the frame is converted to sRGB for analysis — the color space LLMs are trained on.
Match the color grade of the current DaVinci Resolve timeline frame to a reference image. Exports both in sRGB, visually compares them, and adjusts CDL nodes to match the reference look.
Archive a DaVinci Resolve project — export the .drp project file, media list, timeline markers, render queue status, and editorial notes as a complete archive package.
Render multiple deliverables from one DaVinci Resolve timeline in a single batch — YouTube, Instagram, broadcast, ProRes master, etc.
| name | import-notes |
| description | Paste timecoded client feedback or review notes and auto-create color-coded markers on the DaVinci Resolve timeline at each timecode. |
| disable-model-invocation | true |
Paste client feedback, director's notes, or review comments with timecodes and automatically create markers on the current timeline.
The user pastes their notes directly after the command. The notes can be in any common format — the skill parses them flexibly.
Parse these timecode formats (be flexible, editors use all of them):
| Format | Example |
|---|---|
| HH:MM:SS:FF | 01:02:15:03 — fix this transition |
| HH:MM:SS | 01:02:15 needs color correction |
| MM:SS | 2:15 - cut is too abrupt |
| Seconds | 135s — bad audio here |
| Frame.io style | [01:02:15] comment text |
| Numbered list | 1. 01:02:15 — note text |
Automatically assign marker colors based on note content keywords:
| Keywords | Color | Meaning |
|---|---|---|
| fix, wrong, bad, error, mistake, reshoot, redo | Red | Problem |
| change, adjust, tweak, revise, update, move | Yellow | Needs attention |
| vfx, graphics, title, lower third, effect, cg | Purple | VFX/GFX needed |
| audio, sound, music, mix, levels, dialogue | Cyan | Audio note |
| love, great, perfect, approved, keep, good | Green | Approved |
| (no keyword match) | Blue | General note |
resolve_get_timeline_info to get fps and timeline nameresolve_add_marker_at with:
frame: calculated frame numbercolor: auto-detected colorname: first ~40 chars of note text (truncated for marker name field)note: full note textduration: 1 frameUser:
/import-notes
01:02:15 — fix this transition, too abrupt
01:05:30 — love this shot, keep it
01:08:00 — need VFX cleanup on the background
01:12:45 — audio levels drop here
01:15:00 — general note: consider a different song
→ Parses 5 notes, creates Red/Green/Purple/Cyan/Blue markers respectively.
User:
/import-notes
[00:30] cut feels slow
[01:15] great energy here
[02:00] needs a lower third
→ Parses MM:SS format, creates 3 markers.