← 返回 Skills 市场
alone86136

Open Exchange Rate

作者 Alone86136 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install open-exchange-rate
功能描述
Get real-time exchange rates and currency conversion using free public ExchangeRate-API. No API key required. Use when users ask for current exchange rates,...
安全使用建议
This skill appears to do exactly what it claims: call the public open.er-api.com endpoints and print results. Before installing: (1) be aware the scripts make outbound HTTPS requests to a third-party API (they will reveal the currency symbols/queries you request to that API); (2) ensure your runtime has Python and the 'requests' library available or add that dependency; (3) review outbound-network policies if you restrict agents from reaching external services. No secrets are requested and no suspicious behavior was found.
功能分析
Type: OpenClaw Skill Name: open-exchange-rate Version: 1.0.0 The skill provides currency exchange rate information and conversion functionality using the public ExchangeRate-API (open.er-api.com). The Python scripts (convert.py, get_rates.py, and list_currencies.py) perform standard HTTP GET requests to fetch exchange data and process it as intended without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the included scripts: all three Python scripts call the public ExchangeRate API (open.er-api.com) to list currencies, fetch rates, and convert amounts. There are no unrelated environment variables, binaries, or configuration paths requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python scripts. The scripts only perform HTTPS GET requests to the declared API and print results; they do not read local files, access unrelated environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only with bundled scripts). The Python scripts use the third-party 'requests' library, but no dependency/instruction is provided to ensure 'requests' is available. This is an operational note (may fail if runtime lacks requests) rather than a security risk.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not attempt to access secrets or unrelated services.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. It does not modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install open-exchange-rate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /open-exchange-rate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Real-time exchange rate and currency conversion using free public ExchangeRate-API. No API key required for usage.
元数据
Slug open-exchange-rate
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Open Exchange Rate 是什么?

Get real-time exchange rates and currency conversion using free public ExchangeRate-API. No API key required. Use when users ask for current exchange rates,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Open Exchange Rate?

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

Open Exchange Rate 是免费的吗?

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

Open Exchange Rate 支持哪些平台?

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

谁开发了 Open Exchange Rate?

由 Alone86136(@alone86136)开发并维护,当前版本 v1.0.0。

💬 留言讨论