Overview
- Skill Key
- boilerrat/colormind
- Author
- boilerrat
- Source Repo
- openclaw/skills
- Version
- 1.1.1
- Source Path
- skills/boilerrat/colormind
- Latest Commit SHA
- d62ff6fee1e920720bccba0f593bc3f88fa40189
Generate color palettes and get color suggestions via the Colormind.io API (list models, generate palettes with optional locked colors).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 colormind 技能。 若已安装,则直接安装 colormind 技能。
# Colormind (Color Palette Generator)
⚠️ **Privacy & Security Notice:**
- This skill sends color data to an external service (colormind.io)
- The API uses **unencrypted HTTP** (HTTPS has a self-signed certificate)
- When using `image_to_palette.sh`, derived color data from your images is sent externally
- **Do not use with sensitive/private images** unless you accept this data sharing
- Consider running in a sandbox when processing untrusted images (ImageMagick safety)
Colormind exposes a simple API:
- `POST http://colormind.io/api/` → generate a palette (optionally with locked colors)
- `GET http://colormind.io/list/` → list available models
## List models
```bash
node {baseDir}/scripts/list_models.mjs
```
## Generate a random palette
```bash
node {baseDir}/scripts/generate_palette.mjs --model default
node {baseDir}/scripts/generate_palette.mjs --model ui
```
## Generate a palette with locked colors
Provide 5 slots. Use:
- an RGB triple: `"r,g,b"` (locks that slot)
- `N` (free slot)
Examples:
```bash
# 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 N
```
Output:
- always prints JSON
- if `--pretty` is set, also prints a small Markdown block (hex + RGB)
```bash
node {baseDir}/scripts/generate_palette.mjs --model default --pretty
```
## Sample 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.
```bash
# 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 default
```
Notes:
- Colormind may slightly adjust locked colors.
- Models refresh da...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.