在HEX、RGB、HSL、HSV和CMYK格式之间转换颜色,支持调色板生成。
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
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: ✅
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.