/install axiom-color-palette
axiom-color-palette
Version: 0.1.2 Axioma Tools
Extracts the dominant color palette from an image using frequency analysis.
What this skill does
- Frequency-based color extraction
- Configurable palette size (3-16 colors)
- Optional K-means clustering
- Outputs hex codes + RGB tuples
- JSON output for design tools
When to use this skill
- ✅ Generate palette for website redesign
- ✅ Find dominant brand colors in an image
- ✅ Analyze color trends in design portfolios
- ❌ Convert color spaces (use colormath)
- ❌ Render images (use Pillow)
Usage
python3 axiom_color_palette.py logo.png --colors 5
python3 axiom_color_palette.py photo.jpg --json > palette.json
from axiom_color_palette import extract_palette
colors = extract_palette('image.png', n_colors=5)
# [('#FF5733', 42), ('#33FF57', 28), ...]
Validation
| Check | Status |
|---|---|
| Unit tests | 15+ cases |
| Performance | \x3C100ms |
| Security | Pure stdlib, no injection |
| Determinism | Byte-to-byte stable |
| License | Apache-2.0 |
Last updated: 2026-06-14
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install axiom-color-palette - After installation, invoke the skill by name or use
/axiom-color-palette - Provide required inputs per the skill's parameter spec and get structured output
What is Axiom Color Palette?
Color palette extractor — extract dominant colors from an image (PNG/JPEG/GIF). Use when you need a color palette for design or analysis. Pure stdlib, no LLM. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Axiom Color Palette?
Run "/install axiom-color-palette" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Axiom Color Palette free?
Yes, Axiom Color Palette is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Axiom Color Palette support?
Axiom Color Palette is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Axiom Color Palette?
It is built and maintained by Kofna3369 (@kofna3369); the current version is v0.1.2.