← Back to Skills Marketplace
ckchzh

Palette

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
230
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install palette
Description
Create and manage color palettes using color theory algorithms. Use when designing UIs or building brand color systems.
Usage Guidance
This skill appears coherent and safe for normal use, but review these points before installing or running it: - Data & logs: The script stores all activity and command/argument text in ~/.palette/*.log and a data.jsonl file. Avoid passing secrets or sensitive strings in PALETTE_* env vars or arguments because those values get recorded. - Local writes only: The tool operates locally and does not contact external servers, but it will write exported files to the current working directory when you run export. - Permissions & backups: If you care about privacy, check and tighten permissions on ~/.palette (chmod 700) and back up or delete logs you don’t want retained. - Minor bugs: The script has duplicated case labels for export in the main switch (one branch just logs, another calls the export function). This is a harmless bug but may produce unexpected behavior — consider inspecting or testing the script before relying on exports. - Review before running: Because it's a shell script included in the skill bundle, you can safely inspect it (which you already did). Run it as a normal user (not root) and only after you are comfortable with the log/storage behavior. If you want stricter guarantees, request an implementation that avoids recording full argument strings or adds an opt-out flag for telemetry/logging.
Capability Analysis
Type: OpenClaw Skill Name: palette Version: 1.0.0 The skill exhibits a complete discrepancy between its documentation and its implementation. While SKILL.md describes a sophisticated color theory tool for generating palettes, the actual code in scripts/script.sh contains no color logic; instead, it merely logs all command arguments to hidden files in ~/.palette/. This 'hollow' or deceptive implementation is highly irregular, though it lacks explicit evidence of malicious intent like data exfiltration or persistence.
Capability Assessment
Purpose & Capability
Name/description (palette generation, export, preview, manage library) match the included SKILL.md and the bash script. The script implements logging, generation stubs and exports relevant to the stated purpose; no unrelated services or credentials are requested.
Instruction Scope
Runtime instructions and the script operate on files under $HOME/.palette and on local terminals. Be aware the script records each command and its arguments into per-command .log files (e.g., create.log, random.log) so any values you pass via env vars or args will be recorded. No steps read or transmit system files or external endpoints.
Install Mechanism
No install spec — instruction-only plus a shipped script. No external downloads or package installs are performed by the skill.
Credentials
The skill requires no credentials or special env vars. It uses $HOME for data storage (expected). There are no unexplained secret requests.
Persistence & Privilege
always is false and autonomous invocation is allowed by default (expected). The skill only creates/reads files under ~/.palette and does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install palette
  3. After installation, invoke the skill by name or use /palette
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug palette
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Palette?

Create and manage color palettes using color theory algorithms. Use when designing UIs or building brand color systems. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.

How do I install Palette?

Run "/install palette" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Palette free?

Yes, Palette is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Palette support?

Palette is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Palette?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.

💬 Comments