在HEX、RGB、HSL、HSV和CMYK格式之间转换颜色,支持调色板生成。
Scanned 2/12/2026
Install to Claude Code
npx -y skills add AIDotNet/MoYuCode --skill color-converter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Color Converter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidotnet-color-converter)More formats (shields.io, HTML) on the badges page.
---
name: color-converter
description: 在HEX、RGB、HSL、HSV和CMYK格式之间转换颜色,支持调色板生成。
metadata:
short-description: 转换颜色格式
source:
repository: https://github.com/vaab/colour
license: BSD-3-Clause
---
# Color Converter Tool
## Description
Convert colors between different formats (HEX, RGB, HSL, HSV, CMYK) and generate color palettes.
## Trigger
- `/color` command
- 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: ✅
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!