Colormind (Color Palette Generator)
name: colormind
by boilerrat · published 2026-03-22
$ claw add gh:boilerrat/boilerrat-colormind---
name: colormind
description: Generate color palettes and get color suggestions via the Colormind.io API (list models, generate palettes with optional locked colors).
version: 1.1.1
metadata: {"clawdbot":{"emoji":"🎨","requires":{"bins":["node","python3","convert"],"env":[]}}}
---
# Colormind (Color Palette Generator)
⚠️ **Privacy & Security Notice:**
Colormind exposes a simple API:
List models
node {baseDir}/scripts/list_models.mjsGenerate a random palette
node {baseDir}/scripts/generate_palette.mjs --model default
node {baseDir}/scripts/generate_palette.mjs --model uiGenerate a palette with locked colors
Provide 5 slots. Use:
Examples:
# lock 2 colors, let colormind fill the rest
node {baseDir}/scripts/generate_palette.mjs --model default \
--input "44,43,44" "90,83,82" N N N
# lock a brand color, keep a free gradient
node {baseDir}/scripts/generate_palette.mjs --model ui \
--input "0,122,255" N N N NOutput:
node {baseDir}/scripts/generate_palette.mjs --model default --prettySample an image → get a palette
Requires ImageMagick (`convert`). This samples a small palette from an image, picks the most frequent color as the "base", then generates a Colormind palette from it.
# returns JSON with sampled colors + a generated Colormind palette
bash {baseDir}/scripts/image_to_palette.sh /path/to/image.jpg --model ui
bash {baseDir}/scripts/image_to_palette.sh /path/to/image.jpg --model defaultNotes:
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...