← 返回 Skills 市场
ckchzh

Colorpick

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
384
总下载
0
收藏
2
当前安装
9
版本数
在 OpenClaw 中安装
/install colorpick
功能描述
Color picker and converter. Use when you need colorpick.
使用说明 (SKILL.md)

ColorPick

Color picker and converter. Convert between hex, RGB, HSL color formats, generate color palettes, find complementary colors, and preview colors in terminal.

Quick Start

Run colorpick help for available commands and usage examples.

Features

  • Fast and lightweight — pure bash with embedded Python
  • No external dependencies required in ~/.colorpick/
  • Works on Linux and macOS

Usage

colorpick help

💬 Feedback: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

  • Run colorpick help for all commands

  • Run colorpick help for all commands

Configuration

Set COLORPICK_DIR to change data directory. Default: ~/.local/share/colorpick/

安全使用建议
This skill appears to be a local color utility and is internally consistent with that purpose. Before installing, note: (1) it stores usage/history (timestamps and whatever input you provide) under ~/.local/share/colorpick by default and can export those logs — if you enter sensitive text it will be saved locally; (2) the scripts call python3 but the metadata doesn't list python3 as a required binary, so ensure python3 is available in your environment; (3) SKILL.md mentions COLORPICK_DIR to change the data directory but the script uses DATA_DIR and doesn't appear to honor COLORPICK_DIR in the shown code — if you need the data in a different location, inspect or modify the script to respect your chosen env var; (4) there are no network calls or extra credentials requested. If local logging is acceptable and python3 is present, the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: colorpick Version: 2.0.0 The ColorPick skill bundle is a legitimate utility for color conversion, palette generation, and WCAG contrast checking. It uses Bash scripts (scripts/color.sh and scripts/script.sh) to wrap Python-based color logic and manage a local history of operations in ~/.local/share/colorpick/. The code contains no network calls, data exfiltration logic, or obfuscation, and the instructions in SKILL.md are strictly aligned with the tool's stated purpose.
能力评估
Purpose & Capability
Name/description (color picker & converter) align with the included scripts: bash wrapper plus embedded Python perform conversions, palettes, harmonies, contrast checks, and preview features. There are no requests for unrelated services or credentials.
Instruction Scope
SKILL.md and the scripts point to expected local operations. The scripts create and read logs under a user data directory and implement search/export functions that read those logs. These behaviors are consistent with a UX history feature, but they do collect and persist whatever inputs the user provides (timestamps + input strings). Also the SKILL.md suggests an env var COLORPICK_DIR to change the data directory, but the provided script defines DATA_DIR from HOME and does not (in the shown lines) read COLORPICK_DIR—this doc/runtime mismatch may affect where data is stored.
Install Mechanism
There is no install spec (instruction-only). The skill is delivered as scripts included in the package; nothing is downloaded from external URLs or written to unexpected system locations during install.
Credentials
The registry metadata declares no required env vars or credentials, which is appropriate. However, the runtime scripts assume python3 is available (embedded Python helper in scripts/color.sh) even though no required binaries are declared. Also SKILL.md mentions COLORPICK_DIR to override the data directory but the script uses DATA_DIR="$HOME/.local/share/colorpick" and does not appear to honor COLORPICK_DIR in the visible code — this is an inconsistency to be aware of.
Persistence & Privilege
always is false and the skill is user-invocable. The skill writes to a per-user data directory (~/.local/share/colorpick) and maintains history.log and multiple .log files. This is expected for a tool that saves recent entries, but it does persist user inputs locally and provides export/search features, so consider privacy of entered data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install colorpick
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /colorpick 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.7
old template -> domain-specific v2.0.0
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
Quality upgrade
v1.0.4
Quality upgrade: custom functionality
v1.0.3
Standards compliance: unique content, no template text
v1.0.2
Quality fix: cleaner docs, removed flags
v1.0.1
Quality update: docs, examples, standards compliance
v1.0.0
Initial release
元数据
Slug colorpick
版本 2.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 9
常见问题

Colorpick 是什么?

Color picker and converter. Use when you need colorpick. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 384 次。

如何安装 Colorpick?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install colorpick」即可一键安装,无需额外配置。

Colorpick 是免费的吗?

是的,Colorpick 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Colorpick 支持哪些平台?

Colorpick 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Colorpick?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论