← 返回 Skills 市场
Cn Color Scheme Generator
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
17
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-color-scheme-generator
功能描述
Generate color schemes from a base color. Support complementary, triadic, analogous schemes. Pure Python standard library, no API key required.
使用说明 (SKILL.md)
Color Scheme Generator
Generate beautiful color palettes from a base color.
Features
- Complementary color scheme (opposite on color wheel)
- Triadic color scheme (3 evenly spaced colors)
- Analogous color scheme (adjacent colors)
- Pure Python, no external dependencies
Color Theory
- Complementary: Colors opposite each other on the color wheel. High contrast, vibrant combinations.
- Triadic: Three colors evenly spaced. Balanced and visually appealing.
- Analogous: Colors next to each other. Harmonious and natural-looking.
Usage
python3 scripts/color_scheme.py --base "#ff5733"
Example Output
{
"base": "#ff5733",
"schemes": {
"complementary": ["#ff5733", "#33d6ff"],
"triadic": ["#ff5733", "#33ff57", "#5733ff"],
"analogous": ["#ff5733", "#ffa033", "#ff3357"]
}
}
Use Cases
- UI/UX design
- Brand color palette creation
- Data visualization color schemes
安全使用建议
This skill appears safe for generating color palettes locally. It should not need credentials or private files; if anything asks for an API key or sensitive access, treat that as inconsistent with the provided artifacts.
能力标签
能力评估
Purpose & Capability
The stated purpose is to generate color schemes from a base color, and the included script performs only color conversion and JSON output.
Instruction Scope
The instructions show a single user-directed command using a supplied hex color and do not ask the agent to override user intent or perform unrelated actions.
Install Mechanism
There is no install step, no external dependency, and the full included code is a small Python standard-library script.
Credentials
The artifacts do not show file access, network access, shell chaining, credential use, or environment-variable requirements. The listed capability signal for sensitive credentials is not supported by the provided code or metadata requirements.
Persistence & Privilege
No persistence, background execution, privileged paths, account access, or long-running behavior is shown.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-color-scheme-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-color-scheme-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Color Scheme Generator.
- Generate complementary, triadic, and analogous color schemes from a base color.
- Pure Python implementation—no external dependencies or API key required.
- Useful for UI/UX design, branding, and data visualization.
元数据
常见问题
Cn Color Scheme Generator 是什么?
Generate color schemes from a base color. Support complementary, triadic, analogous schemes. Pure Python standard library, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 17 次。
如何安装 Cn Color Scheme Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-color-scheme-generator」即可一键安装,无需额外配置。
Cn Color Scheme Generator 是免费的吗?
是的,Cn Color Scheme Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cn Color Scheme Generator 支持哪些平台?
Cn Color Scheme Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cn Color Scheme Generator?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills