← 返回 Skills 市场
b-gutman

Pipeworx exchangerate

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-exchangerate
功能描述
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
安全使用建议
This pack appears to provide simple exchange-rate lookups, but note two things before installing: (1) the example calls a Pipeworx gateway (gateway.pipeworx.io) rather than directly contacting open.er-api.com — queries will pass through that third-party proxy, which may log or alter requests/responses; review Pipeworx's privacy/security practices if that matters. (2) The MCP config expects 'npx mcp-remote', but the skill only declares curl as a required binary — if you plan to use the MCP config you'll need node/npm/npx available, which the skill didn't declare. If you prefer avoiding a proxy, consider calling open.er-api.com directly. If you proceed, avoid sending any sensitive data in calls and verify the gateway endpoint is trusted.
功能分析
Type: OpenClaw Skill Name: pipeworx-exchangerate Version: 1.0.0 The pipeworx-exchangerate skill is a standard implementation for fetching currency exchange rates via a remote MCP server (gateway.pipeworx.io). The documentation in SKILL.md and metadata in _meta.json are consistent with the stated purpose, and there are no indicators of malicious execution, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description claim a lightweight exchange-rate lookup from open.er-api.com which matches the skill's scope. However, the runtime example and MCP config show requests going to gateway.pipeworx.io (a proxy/gateway) and an npx-based mcp-remote command, which is not mentioned in required binaries. It's plausible the pack proxies open.er-api.com via Pipeworx, but the mismatch between claimed data source and actual endpoint and the undeclared npx dependency is inconsistent.
Instruction Scope
SKILL.md provides only curl examples that post JSON-RPC to gateway.pipeworx.io and an MCP config that runs 'npx mcp-remote'. The instructions do not ask the agent to read local files or credentials. The main scope issue is that network calls are routed through a third-party gateway (Pipeworx) rather than directly to open.er-api.com, which changes data flow and privacy assumptions.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes direct install risk. No archives or external downloads are instructed by the SKILL.md itself.
Credentials
No environment variables or credentials are requested (good). But the MCP config references 'npx' (and an npm package mcp-remote) while required binaries list only curl. If the agent were to follow the MCP config, it implicitly requires npx/node/npm — an undeclared credential/installation requirement and a proportionality gap.
Persistence & Privilege
always is false and there are no config paths or persistent hooks requested. The skill does not ask to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-exchangerate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-exchangerate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-exchangerate
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx exchangerate 是什么?

Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Pipeworx exchangerate?

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

Pipeworx exchangerate 是免费的吗?

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

Pipeworx exchangerate 支持哪些平台?

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

谁开发了 Pipeworx exchangerate?

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

💬 留言讨论