/install color-convert
🎨 Color Toolkit
Author: Lin Hui | GitHub | MIT License | v1.0.0
Every color tool you need. Convert between formats, generate harmonious palettes, check accessibility contrast, and export CSS variables.
✨ Features
- Convert — HEX ↔ RGB ↔ HSL ↔ HSV ↔ CMYK
- Palettes — Complementary, analogous, triadic, split-complementary, shades/tints
- Contrast — WCAG 2.1 contrast ratio and AA/AAA compliance
- Named colors — 148 CSS named colors lookup
- CSS export — Generate CSS custom properties from any palette
- Random — Generate random harmonious palettes
🚀 Usage
Convert #FF5733 to HSL
Generate a complementary palette for #3498DB
Check WCAG contrast ratio between #FFFFFF and #333333
Show me 5 shades of #E74C3C from light to dark
Generate a triadic color scheme and export as CSS variables
⚙️ Technical Details
- Runtime: Python 3.6+
- Dependencies: Zero (stdlib only: math, random, colorsys)
- Formats: HEX, RGB, HSL, HSV, CMYK
- Standards: WCAG 2.1 contrast ratio (AA 4.5:1, AAA 7:1)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install color-convert - After installation, invoke the skill by name or use
/color-convert - Provide required inputs per the skill's parameter spec and get structured output
What is Color Convert?
Convert colors between HEX, RGB, HSL, HSV, CMYK, generate palettes, check WCAG contrast, and export CSS variables using pure Python. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Color Convert?
Run "/install color-convert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Color Convert free?
Yes, Color Convert is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Color Convert support?
Color Convert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Color Convert?
It is built and maintained by darbling (@darbling); the current version is v1.0.0.