← Back to Skills Marketplace
huangjingzhi07

Currency Converter

by huangjingzhi07 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
395
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install currency-converter-zh
Description
货币汇率换算工具(中文版)
README (SKILL.md)

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

货币汇率换算工具。

功能

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

触发关键词

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

支持货币

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

使用示例

  • "100美元等于多少人民币"
  • "汇率 USD to CNY"
  • "50欧元"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install currency-converter-zh
  3. After installation, invoke the skill by name or use /currency-converter-zh
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of currency-converter-zh. - 提供货币汇率查询功能,支持多币种实时汇率。 - 支持多种货币间的金额换算,包括美元、人民币、欧元、日元、英镑和港币。 - 支持中文关键词触发,如“汇率”、“美元”、“换算”等。 - 提供多语言示例用法,方便用户操作。
Metadata
Slug currency-converter-zh
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Currency Converter?

货币汇率换算工具(中文版). It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.

How do I install Currency Converter?

Run "/install currency-converter-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Currency Converter free?

Yes, Currency Converter is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Currency Converter support?

Currency Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Currency Converter?

It is built and maintained by huangjingzhi07 (@huangjingzhi07); the current version is v1.0.0.

💬 Comments