Cn Color Converter

slug: cn-color-converter name: 颜色格式转换器 version: "1.0.0" description: | Color Converter skill. 自动生成,无人工审查。 metadata: {"openclaw": {"emoji": "🔧"}}

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 Converter" with this command: npx skills add freedompixels/cn-color-converter

slug: cn-color-converter name: 颜色格式转换器 version: "1.0.0" description: | Color Converter skill. 自动生成,无人工审查。 metadata: {"openclaw": {"emoji": "🔧"}}

颜色格式转换器

在不同颜色格式之间转换:HEX、RGB、RGBA、HSL、HSLA、CMYK。

功能

  • HEX → RGB/HSL 转换
  • RGB → HEX/HSL/CMYK 转换
  • HSL → HEX/RGB 转换
  • 颜色预览(输出ASCII预览)

使用方法

# HEX转RGB
python3 cn_color_converter.py "#FF5733"

# RGB转HEX
python3 cn_color_converter.py "rgb(255, 87, 51)"

# HEX转HSL
python3 cn_color_converter.py "#3498db" --hsl

# 颜色预览
python3 cn_color_converter.py "#E74C3C" --preview

# 调色板生成
python3 cn_color_converter.py "#3498db" --palette 5

参数

参数说明默认值
color输入颜色(位置参数)必填
--rgb输出RGB格式False
--hex输出HEX格式False
--hsl输出HSL格式False
--cmyk输出CMYK格式False
--preview显示颜色预览False
--palette生成调色板数量0

示例

# 基本转换
python3 cn_color_converter.py "255, 87, 51"
python3 cn_color_converter.py "hsl(120, 60%, 50%)"

# 生成5色渐变调色板
python3 cn_color_converter.py "#3498db" --palette 5

依赖

  • Python 3.x(内置)

注意事项

  • 支持格式:#RGB、#RRGGBB、rgb(r,g,b)、hsl(h,s%,l%)

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.

General

Founder Signal

Founder Signal turns verified Reddit evidence into a small, reviewable signal package for founders evaluating product demand and positioning across one or mo...

Registry SourceRecently Updated
General

Eyes · 大眼看世界

全球热点事件监控与影响分析,含金融市场/股票行情分析。覆盖战争冲突、地缘摩擦、重大政策、疫情、自然灾害、创新技术、金融市场波动等所有可能影响经济、市场和投资的事件,并按行业、汇率、大宗商品、个股、板块轮动链路分析影响。也用于 Cron 定时推送热点摘要(早8点开盘前瞻/晚8点收盘复盘/整点扫描)。

Registry SourceRecently Updated
General

宠物安抚触发分析技能

Automatically triggers soothing mechanisms (playing relaxing sounds, activating laser toys) when pet anxiety, howling, or prolonged loneliness is detected; a...

Registry SourceRecently Updated
General

Universal Company Operator System

A complete AI executive team for running, analyzing, or building any company, product, startup, creator brand, nonprofit, or initiative. Use this skill whene...

Registry SourceRecently Updated