← 返回 Skills 市场
huangjingzhi07

Currency Converter

作者 huangjingzhi07 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
395
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install currency-converter-zh
功能描述
货币汇率换算工具(中文版)
使用说明 (SKILL.md)

currency-converter-zh - 货币汇率换算

货币汇率换算工具。

功能

  1. 汇率查询 - 查询实时汇率
  2. 货币换算 - 多种货币之间的换算

触发关键词

  • 汇率
  • 换算
  • 美元
  • 人民币
  • 欧元
  • 日元

支持货币

  • USD - 美元
  • CNY - 人民币
  • EUR - 欧元
  • JPY - 日元
  • GBP - 英镑
  • HKD - 港币

使用示例

  • "100美元等于多少人民币"
  • "汇率 USD to CNY"
  • "50欧元"
安全使用建议
This skill is coherent and low-risk: it uses hard-coded exchange rates and does not access credentials, files, or external services. Two practical notes before installing: (1) rates are static in the code and can become outdated — if you need live rates, request that the skill fetch from a trusted API and be cautious about granting API keys; (2) index.js imports 'https' but does not use it, indicating a possible unfinished feature to fetch remote rates (if that is later added, re-evaluate network endpoints and any new environment variables). If you are comfortable with static/reference conversions, this is safe to install. If you require real-time accuracy, ask the author to implement fetching from a reputable exchange-rate API and explain what credentials (if any) are needed and where network requests go.
功能分析
Type: OpenClaw Skill Name: currency-converter-zh Version: 1.0.0 The currency-converter-zh skill is a standard utility for currency conversion using hardcoded exchange rates. The logic in index.js is limited to string parsing and basic arithmetic, with no evidence of data exfiltration, network requests, or malicious instructions in SKILL.md.
能力评估
Purpose & Capability
The skill name/description (Chinese currency converter) aligns with the bundled code: it performs local currency conversions using a built-in EXCHANGE_RATES table. Minor mismatch: SKILL.md lists six currencies but index.js also includes KRW and TWD; also index.js requires 'https' but does not use it (harmless but suggests an unfinished plan to fetch live rates).
Instruction Scope
SKILL.md instructions are limited to conversion and rate-query examples in Chinese. The implementation does not read files, environment variables, or send data to external endpoints. The code performs only parsing and arithmetic on the message text and returns formatted responses.
Install Mechanism
No install spec or external downloads. The skill is instruction-only with a small bundled index.js and package.json — nothing is fetched from remote hosts during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access process.env or other secrets. No disproportionate credential requests are present.
Persistence & Privilege
always is false and the skill does not request elevated/persistent platform privileges or modify other skills. It appears intended for on-demand invocation only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install currency-converter-zh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /currency-converter-zh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of currency-converter-zh. - 提供货币汇率查询功能,支持多币种实时汇率。 - 支持多种货币间的金额换算,包括美元、人民币、欧元、日元、英镑和港币。 - 支持中文关键词触发,如“汇率”、“美元”、“换算”等。 - 提供多语言示例用法,方便用户操作。
元数据
Slug currency-converter-zh
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Currency Converter 是什么?

货币汇率换算工具(中文版). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 395 次。

如何安装 Currency Converter?

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

Currency Converter 是免费的吗?

是的,Currency Converter 完全免费(开源免费),可自由下载、安装和使用。

Currency Converter 支持哪些平台?

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

谁开发了 Currency Converter?

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

💬 留言讨论