Analysis updated 2026-05-18
Apply a named color grade like Golden Hour or Oat Milk to a video clip and preview it before rendering.
Let the AI diagnose footage problems and recommend the best matching color look automatically.
Copy the color grading style of a favorite video creator by analyzing several of their published videos.
| louisedesadeleer/color-correct | 1lystore/awaek | 47cid/wp2shell-lab | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | vibe coder | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires ffmpeg and Python with Pillow and numpy installed before use.
color-correct is a skill for Claude Code that turns the AI into a video colorist. Given a piece of footage, it looks at the actual clip, diagnoses problems like color casts or bad exposure, applies a color grade, and shows a before and after comparison before rendering anything, all built on top of ffmpeg without destroying the original file. It ships with nine named color looks, with names like Golden Hour, Honey, Oat Milk, and Espresso, each one reverse engineered by studying the color choices of specific video creators the author admires. Every session starts by showing a menu, a labeled grid of all nine looks applied to your own footage, since the author believes color choices are better made by seeing them than by reading descriptions. From there, a user can pick a specific named look, ask the AI to recommend one based on what kind of footage it is, or ask it to copy the color style of a particular creator by analyzing several of their published videos and finding the consistent pattern across them rather than being fooled by one unusual scene. Each look also ships as a standard cube format 3D LUT file, a common format for color grading that works directly in editing software like Premiere, DaVinci Resolve, Final Cut, or CapCut, or even plain ffmpeg, so people who do not use an AI agent can still use the looks. The difference is that a LUT alone cannot fix problems like a bad white balance first, while the AI agent handles that correction before applying the chosen look. Installing it means cloning the repository and pointing Claude Code at its skill file. It requires ffmpeg, Python with the Pillow and numpy libraries, and optionally yt-dlp for the mode that copies a creator's style from a video link. This is aimed at video editors and content creators who want quick, tasteful color grading without learning traditional colorist tools.
A Claude Code skill that acts as an AI video colorist, applying nine named color grades to your footage and showing a before and after comparison first.
Mainly Python. The stack also includes Python, ffmpeg, Pillow.
License is not stated in the provided material.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.