← 返回 Skills 市场
263
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rainman-exchange-rate
功能描述
汇率换算 — 查询实时汇率、历史汇率、汇率趋势。数据源为欧洲央行 (ECB)。 触发词: 汇率, 换算, exchange rate, convert currency, 多少钱, 美元, 欧元, 日元, 英镑, USD, EUR, JPY, GBP, 或任何 "[金额] [货币A] 转/换/to [货币B]"...
安全使用建议
This skill appears to be what it claims: a CLI client that queries the Frankfurter (ECB) exchange-rate API and does not request secrets. Before installing, note two practical points: (1) SKILL.md assumes you run the script with 'bun' — ensure your agent runtime provides bun or adapt/run via a compatible runtime (the skill metadata does not declare this binary), and (2) the skill makes external HTTPS requests to api.frankfurter.dev, so network access will be used. If you want extra assurance, review the included scripts (they're short and readable) or run them in an isolated environment. Autonomous invocation is allowed by default on the platform — that's expected, not a sign of malice.
功能分析
Type: OpenClaw Skill
Name: rainman-exchange-rate
Version: 1.0.0
The skill provides currency exchange rate functionality using the Frankfurter API (api.frankfurter.dev). The implementation is well-structured with strict input validation for currency codes, dates, and amounts in scripts/lib/validators.ts, and it contains no indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the implementation: the scripts call https://api.frankfurter.dev/v1 and implement convert/latest/history/series/currencies. However, SKILL.md tells the operator to run the CLI with 'bun scripts/exchange.ts', yet the registry metadata's 'required binaries' list is empty — a practical mismatch (runtime dependency not declared) but not evidence of malicious intent.
Instruction Scope
Runtime instructions are scoped to parsing user queries and invoking the included CLI scripts which make HTTPS GET requests to the Frankfurter API. There are no instructions to read arbitrary filesystem paths, environment variables, or to send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only install), which is low risk. Source files are included in the skill bundle (TypeScript scripts) but nothing is downloaded from external URLs or extracted at install time.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does network calls to the advertised API only; it does not request or read secrets.
Persistence & Privilege
The skill is not marked 'always: true' and it uses the platform default for autonomous invocation. It does not attempt to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rainman-exchange-rate - 安装完成后,直接呼叫该 Skill 的名称或使用
/rainman-exchange-rate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
exchange-rate 是什么?
汇率换算 — 查询实时汇率、历史汇率、汇率趋势。数据源为欧洲央行 (ECB)。 触发词: 汇率, 换算, exchange rate, convert currency, 多少钱, 美元, 欧元, 日元, 英镑, USD, EUR, JPY, GBP, 或任何 "[金额] [货币A] 转/换/to [货币B]"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 exchange-rate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rainman-exchange-rate」即可一键安装,无需额外配置。
exchange-rate 是免费的吗?
是的,exchange-rate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
exchange-rate 支持哪些平台?
exchange-rate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 exchange-rate?
由 Rainman(@deusyu)开发并维护,当前版本 v1.0.0。
推荐 Skills