← 返回 Skills 市场
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)
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
安全使用建议
Review before installing. This skill looks locally contained and non-destructive, but do not rely on it for image-based palette extraction; install it only if you want a simple hex-color harmony generator, or wait for the publisher to align the metadata, docs, and implementation.
能力评估
Purpose & Capability
The published SKILL metadata and multilingual skill docs claim PNG/JPEG/GIF dominant-color extraction, but README.md and axiom_color_palette.py describe and implement palette generation from a base hex color.
Instruction Scope
Usage instructions conflict: SKILL.md shows image-file commands and an extract_palette API that do not exist, while the CLI actually accepts a hex color and harmony options.
Install Mechanism
No installer, dependency installation, shell persistence, or package-management behavior is present in the artifact set.
Credentials
Runtime behavior is narrow and local: it uses Python stdlib color math, parses user-supplied color strings, and prints palette data. It does not read images despite the advertised purpose.
Persistence & Privilege
No background execution, credential access, network calls, broad filesystem access, privilege escalation, or persistent state changes were found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install axiom-color-palette - 安装完成后,直接呼叫该 Skill 的名称或使用
/axiom-color-palette触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Initial publish: Color palette extractor. Dominant colors from PNG/JPEG/GIF.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 Axiom Color Palette?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install axiom-color-palette」即可一键安装,无需额外配置。
Axiom Color Palette 是免费的吗?
是的,Axiom Color Palette 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Axiom Color Palette 支持哪些平台?
Axiom Color Palette 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Axiom Color Palette?
由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。
推荐 Skills