원클릭으로
organize
Auto-organize the DaVinci Resolve media pool — create bins and sort clips by type, camera, date, or filename patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Auto-organize the DaVinci Resolve media pool — create bins and sort clips by type, camera, date, or filename patterns.
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.
Paste timecoded client feedback or review notes and auto-create color-coded markers on the DaVinci Resolve timeline at each timecode.
| name | organize |
| description | Auto-organize the DaVinci Resolve media pool — create bins and sort clips by type, camera, date, or filename patterns. |
| disable-model-invocation | true |
Scan all clips in the media pool, create bins, and sort clips intelligently.
resolve_list_bins to see current structureresolve_search_clips (use * or empty to get all)resolve_get_clip_info to read metadata (file path, resolution, fps, codec, duration, clip color).mp3/.wav/.aac → Audio bin, .jpg/.png/.tiff → Stills binINT_, A-cam, B-cam, GoPro, DJI, drone → camera bins.r3d, .braw → RAW binresolve_create_bin for each category:
A-Roll / Interviews — long clips with audioB-Roll — high fps, short clips, no dialogueDrone / Aerial — DJI filenames or drone metadataAudio / Music — audio-only filesStills / Graphics — image filesSlow Motion — clips at 60fps+resolve_move_clips into their binsIf the user provides specific instructions (e.g., "organize by camera" or "organize by date"), adapt the bin structure accordingly. The default is by clip type.
User: /organize
→ Scan all clips, create type-based bins, sort everything.
User: /organize by camera
→ Create bins for each camera (A-cam, B-cam, GoPro, Drone, etc.)
User: /organize by date
→ Create bins for each shooting day based on file creation dates.