Agent skill
color-converter
在HEX、RGB、HSL、HSV和CMYK格式之间转换颜色,支持调色板生成。
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/color-converter
Metadata
Additional technical details for this skill
- short description
- 转换颜色格式
SKILL.md
Color Converter Tool
Description
Convert colors between different formats (HEX, RGB, HSL, HSV, CMYK) and generate color palettes.
Trigger
/colorcommand- User needs color conversion
- User wants to generate palettes
Usage
bash
# Convert HEX to RGB
python scripts/color_converter.py "#FF5733"
# Convert RGB to HEX
python scripts/color_converter.py "rgb(255,87,51)"
# Generate palette
python scripts/color_converter.py "#FF5733" --palette complementary
# List named colors
python scripts/color_converter.py --list
Tags
color, hex, rgb, hsl, palette
Compatibility
- Codex: ✅
- Claude Code: ✅
Didn't find tool you were looking for?