← 返回 Skills 市场
brucegutman

Pipeworx colorapi

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-colorapi
功能描述
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
安全使用建议
This skill appears to do what it says (call a color service via HTTP) and requires only curl, but review two points before installing: 1) Gateway vs upstream: the example uses gateway.pipeworx.io instead of thecolorapi.com. Confirm you trust the gateway operator (pipeworx) because your color data will pass through that proxy. 2) Setup hint downloads code: the SKILL.md suggests running 'npx -y mcp-remote@latest ...' which will fetch and run code from npm. If you plan to follow that setup, verify the mcp-remote package and consider pinning a known-good version or self-hosting the gateway. Also ensure your environment has Node/npx, which the skill didn't declare. If the maintainer can (a) explain why the pipeworx gateway is used, (b) document and declare the npx/Node requirement or remove the npx suggestion, and (c) provide a direct API option (or a vetted package/version), the small remaining concerns would be addressed.
功能分析
Type: OpenClaw Skill Name: pipeworx-colorapi Version: 1.0.0 The pipeworx-colorapi skill provides color identification, scheme generation, and format conversion tools. It functions as a wrapper for a remote MCP server hosted at gateway.pipeworx.io, utilizing the standard mcp-remote utility for connectivity. The documentation in SKILL.md is consistent with its stated purpose, and there are no indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (color identification, scheme generation, conversions) align with the documented curl examples to a JSON-RPC gateway. However the skill references 'TheColorAPI' conceptually but the example and homepage use an external gateway (https://gateway.pipeworx.io) rather than thecolorapi.com. That proxying is plausible but not explained and should be justified.
Instruction Scope
SKILL.md instructs only HTTP calls (curl) and describes three narrowly-scoped tools (identify_color, generate_scheme, convert_color). It does not instruct reading local files or unrelated env vars. One additional instruction block (Setup) suggests running an npx command to register an mcp server — this step would execute downloaded code and is not declared elsewhere in the skill, which widens the runtime actions if followed.
Install Mechanism
There is no formal install spec (lowest-risk form). However the provided 'Setup' example tells users to run 'npx -y mcp-remote@latest ...' which would download and execute a package from npm. The skill metadata does not declare Node/npx as required binaries, nor does it declare this installation. That mismatch is a small but meaningful risk (runtime download/execution of remote code).
Credentials
The skill requests no environment variables or credentials. That is proportionate to a read-only color API integration. There are no unexpected secret requests.
Persistence & Privilege
always is false and there are no instructions to modify other skills or global agent settings. The skill does suggest adding an mcpServers entry in agent config for a remote endpoint, which is normal but should be done consciously by the operator.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-colorapi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-colorapi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-colorapi
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx colorapi 是什么?

Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Pipeworx colorapi?

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

Pipeworx colorapi 是免费的吗?

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

Pipeworx colorapi 支持哪些平台?

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

谁开发了 Pipeworx colorapi?

由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论