← Back to Skills Marketplace
Cn Color Scheme Generator
by
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
17
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-color-scheme-generator
Description
Generate color schemes from a base color. Support complementary, triadic, analogous schemes. Pure Python standard library, no API key required.
README (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
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-color-scheme-generator - After installation, invoke the skill by name or use
/cn-color-scheme-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Cn Color Scheme Generator?
Generate color schemes from a base color. Support complementary, triadic, analogous schemes. Pure Python standard library, no API key required. It is an AI Agent Skill for Claude Code / OpenClaw, with 17 downloads so far.
How do I install Cn Color Scheme Generator?
Run "/install cn-color-scheme-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cn Color Scheme Generator free?
Yes, Cn Color Scheme Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cn Color Scheme Generator support?
Cn Color Scheme Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cn Color Scheme Generator?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.
More Skills