← 返回 Skills 市场
Palette
作者
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
230
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install palette
功能描述
Create and manage color palettes using color theory algorithms. Use when designing UIs or building brand color systems.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install palette - 安装完成后,直接呼叫该 Skill 的名称或使用
/palette触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Palette 是什么?
Create and manage color palettes using color theory algorithms. Use when designing UIs or building brand color systems. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。
如何安装 Palette?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install palette」即可一键安装,无需额外配置。
Palette 是免费的吗?
是的,Palette 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Palette 支持哪些平台?
Palette 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Palette?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。
推荐 Skills