A technical tool for generating professional color palettes and extracting color schemes from images via the Colormind.io API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install colormind
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install colormind using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Colormind skill is a specialized integration for the Openclaw Skills framework that provides developers and designers with automated color theory capabilities. It connects directly to the Colormind.io API to generate cohesive five-color palettes, either randomly or based on specific user-defined constraints.
This skill is particularly valuable for frontend developers who need to rapidly iterate on UI themes or branding assets. By using deep learning models that refresh daily, the skill ensures that color suggestions remain modern and aesthetically pleasing, while offering the flexibility to lock in existing brand colors during the generation process.
To use this within the Openclaw Skills environment, ensure you have Node.js, Python3, and ImageMagick installed.
# List available AI models
node scripts/list_models.mjs
# Generate a random palette using the UI model
node scripts/generate_palette.mjs --model ui
# Generate a palette with a locked brand color (e.g., Blue)
node scripts/generate_palette.mjs --model default --input "0,122,255" N N N N
The skill organizes color data using a 5-slot array structure.
| Attribute | Format | Description |
|---|---|---|
| Input Slot | RGB string or 'N' | Defines if a color is locked ("255,255,255") or generated (N). |
| Output Format | JSON | Standard output for programmatic integration. |
| Pretty Print | Markdown | Optional hex and RGB table for human readability. |
| Models | String | Choice of 'default' or 'ui' based on the specific AI training set. |
Loading
A high-performance audio processing utility that leverages OpenAI Whisper to convert diverse audio formats into accurate text transcriptions.

A comprehensive integration for loading, analyzing, and tracking Strava fitness activities and athlete performance data.

A comprehensive toolset for programmatic control and voice integration of Anki Vector robots via the wire-pod server.

Tenzing is an autonomous assistant designed to distill complex information, organize workspaces, and facilitate multi-agent collaboration.

A configurable AI skill for generating modular, data-driven global market briefs across equities, crypto, and commodities.

A secure email automation tool for sending messages via Proton Mail Bridge using age-encrypted credentials.








































