cn-color-picker

颜色选择与转换工具。支持HEX/RGB/HSL/HSV格式互转、调色板生成、渐变色预览。纯Python标准库,无需API Key。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cn-color-picker" with this command: npx skills add freedompixels/cn-color-picker

cn-color-picker

颜色选择与转换工具。设计师和前端开发者的颜色助手。

功能

  • 格式互转:HEX ↔ RGB ↔ HSL ↔ HSV
  • 调色板生成:基于一个主色生成5色和谐调色板
  • 渐变色预览:生成两色之间的10级渐变
  • 颜色解析:自动识别输入格式并转换

安装要求

  • Python 3.6+
  • 无外部依赖

使用方法

# HEX转RGB
python3 scripts/color_picker.py "hex2rgb #FF5500"

# RGB转HSL
python3 scripts/color_picker.py "rgb2hsl 255,85,0"

# 生成调色板
python3 scripts/color_picker.py "palette #3366FF"

# 渐变色
python3 scripts/color_picker.py "gradient #FF0000 #0000FF"

示例

输入:hex2rgb #FF5500 输出:RGB: (255, 85, 0)

输入:palette #3366FF 输出:5个和谐配色方案的HEX值

分类

设计工具

关键词

颜色, 调色板, HEX, RGB, HSL, HSV, color, palette, gradient

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

时间戳转换器

Unix时间戳与日期互转工具。支持秒/毫秒级时间戳、多时区转换、批量处理、相对时间计算。纯Python标准库,无需API Key。

Registry SourceRecently Updated
340Profile unavailable
Coding

URL解析工具

URL解析工具。分解URL各部分(协议、域名、路径、查询参数),支持参数提取、URL构建、批量解析。纯Python标准库,无需API Key。

Registry SourceRecently Updated
320Profile unavailable
Coding

随机选择器

随机选择器。从列表中随机抽取,支持权重分配、去重模式、抽奖/抽签场景。纯Python标准库,无需API Key。

Registry SourceRecently Updated
310Profile unavailable
Coding

Hex编码解码工具

Hex十六进制编码解码工具。文本与十六进制互转,支持批量处理、颜色码解析,常用于调试和逆向工程。纯Python标准库,无需API Key。

Registry SourceRecently Updated
340Profile unavailable