Currency Converter

v1.0.0

货币汇率换算工具(中文版)

1· 382·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for huangjingzhi07/currency-converter-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Currency Converter" (huangjingzhi07/currency-converter-zh) from ClawHub.
Skill page: https://clawhub.ai/huangjingzhi07/currency-converter-zh
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install huangjingzhi07/currency-converter-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install currency-converter-zh
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97barxr32xj0gq9ed9bwbk13h82eyrz
382downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

货币汇率换算工具。

功能

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

触发关键词

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

支持货币

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

使用示例

  • "100美元等于多少人民币"
  • "汇率 USD to CNY"
  • "50欧元"

Comments

Loading comments...