← 返回 Skills 市场
Pipeworx exchange
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-exchange
功能描述
Currency exchange rates and conversion — current, historical, and all supported pairs via the Frankfurter API
安全使用建议
This skill appears to provide currency conversions, but it is not fully transparent: examples send requests to gateway.pipeworx.io (a third party) rather than calling the Frankfurter API directly, and the MCP snippet would run `npx mcp-remote@latest` (pulling code from npm) even though `npx`/`node` are not listed as requirements. Before installing, consider: 1) do you trust pipeworx.io to receive and possibly log conversion queries/amounts? 2) if you plan to use the MCP client, are you comfortable allowing a runtime npm package download and execution? 3) check the homepage and developer identity, and ask the author to clarify whether requests go directly to Frankfurter or are proxied/cached, and to declare `npx`/`node` if the MCP client is required. If you have sensitive data or need strict privacy, prefer a skill that calls the public Frankfurter endpoints directly or run your own proxy.
功能分析
Type: OpenClaw Skill
Name: pipeworx-exchange
Version: 1.0.0
The skill provides currency exchange functionality by interfacing with the Frankfurter API via a remote MCP gateway (gateway.pipeworx.io). The documentation in SKILL.md describes standard financial tools (convert, get_rate) and uses the legitimate mcp-remote utility for connectivity, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The name/description claim use of the Frankfurter API and ECB reference rates, which fits a currency-exchange skill. However, the examples call https://gateway.pipeworx.io/exchange/mcp (a third-party gateway) rather than frankfurter.app or the public Frankfurter endpoints. The SKILL.md also includes an MCP client config that runs `npx mcp-remote@latest`, but the skill's declared required binaries only list `curl` and do not mention `npx`/`node`. This inconsistency is plausibly benign (the gateway may proxy Frankfurter) but should be disclosed.
Instruction Scope
Runtime instructions are simple (POST JSON-RPC to the pipeworx gateway or use the MCP client). The skill does not ask the agent to read local files or extra environment variables. The notable point: user queries and amounts would be transmitted to the external gateway (pipeworx), which could log or process that data; the SKILL.md does not explain what the gateway does with requests or whether it directly queries Frankfurter.
Install Mechanism
There is no formal install spec (instruction-only), which minimizes local changes. However, the provided MCP client config demonstrates running `npx -y mcp-remote@latest`, which would download and execute an npm package at runtime. That behavior is not declared in requirements and implies dynamic code fetch from the npm registry if used.
Credentials
The skill requests no environment variables, no credentials, and no filesystem paths. For a public currency-rate lookup this is proportionate.
Persistence & Privilege
The skill is not marked always:true and uses the platform defaults (user-invocable, agent may invoke autonomously). It does not request persistent privileged access or to modify other skills. This level of privilege is appropriate for its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-exchange - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-exchange触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx exchange 是什么?
Currency exchange rates and conversion — current, historical, and all supported pairs via the Frankfurter API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Pipeworx exchange?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-exchange」即可一键安装,无需额外配置。
Pipeworx exchange 是免费的吗?
是的,Pipeworx exchange 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx exchange 支持哪些平台?
Pipeworx exchange 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx exchange?
由 Bruce Gutman(@b-gutman)开发并维护,当前版本 v1.0.0。
推荐 Skills