安全扫描
OpenClaw
安全
high confidence该技能的代码、运行时指令与需求均与本地色彩转换与调色板生成工具保持一致,且不请求无关凭据、网络端点或高权限持久化。
评估建议
This 技能 应用ears to be a strAIghtforward, self-contAIned Python color 工具kit. If you plan to use it, 运行 it in an 环境 with Python 3.6+; review the included script if you have strict policies (it contAIns no network or file-write behavior). As with any third-party code, prefer 运行ning in a sandboxed 环境 if you don't trust the source and 验证 the license and source URL before 部署ing broadly.详细分析 ▾
✓ 用途与能力
名称/描述、SKILL.md 及所含 Python 脚本均实现颜色转换、调色板生成、WCAG 对比度检测与 CSS 导出;未请求任何(无环境变量、无二进制文件)与此目的无关的内容。
✓ 指令范围
技能.md describes local usage examples and the script's 命令行工具. The instructions do not ask the 代理 to read unrelated 系统 files, 查询 external 服务s, or exfiltrate data; the script only 解析s 输入 colors and prints 结果s.
✓ 安装机制
No 安装 spec provided; the 技能 is instruction-only with one included Python script. The script declares no third-party dependencies and uses only stdlib 模块s (math, random, colorsys, re, arg解析).
✓ 凭证需求
The 技能 requires no 环境 variables, 凭证s, or config paths. The Python script doesn't 访问 环境 variables or 凭证s, so 请求ed 访问 is minimal and proportional.
✓ 持久化与权限
always:false (default) and autonomous invocation allowed (平台 default). The 技能 does not 请求 persistent 系统 changes or modify other 技能s' configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install color-convert
镜像加速npx clawhub@latest install color-convert --registry https://cn.longxiaskill.com镜像同步中
技能文档
🎨 Color Toolkit 作者:林辉 | GitHub | MIT License | v1.0.0 一站式色彩工具箱。格式互转、生成和谐配色、检测无障碍对比度、导出 CSS 变量。
✨ 功能 Convert — HEX ↔ RGB ↔ HSL ↔ HSV ↔ CMYK Palettes — 互补色、邻近色、三角色、分裂互补色、明/暗阶 Contrast — WCAG 2.1 对比度及 AA/AAA 合规 Named colors — 148 种 CSS 具名色速查 CSS export — 任意配色一键生成 CSS 自定义属性 Random — 随机生成和谐配色
🚀 用法 Convert #FF5733 to HSL Generate a complementary palette for #3498DB Check WCAG contrast ratio between #FFFFFF and #333333 Show me 5 shades of #E74C3C from light to dark Generate a triadic color scheme and export as CSS variables
⚙️ 技术细节 Runtime: Python 3.6+ Dependencies: 零依赖(仅用 stdlib:math、random、colorsys) Formats: HEX、RGB、HSL、HSV、CMYK Standards: WCAG 2.1 对比度(AA 4.5:1,AAA 7:1)