Install
openclaw skills install chinese-bank-forex-ratesUse when you need the latest bank forex rates from major Chinese banks by bank name and currency names. Supports 招商银行, 中国银行, 中国农业银行, 中国工商银行, 中国建设银行, and 交通银行...
openclaw skills install chinese-bank-forex-ratesUse this skill when you need the latest forex rates for a supported Chinese bank and one or more currencies.
bank: bank name or aliascurrencies: one or more currency names or ISO codesThe script returns JSON with:
bankNameupdateTime in ISO 8601 format when normalization is possiblerates: list of objects with currencyName, buyPrice, and sellPricePrices are standardized to CNY per 100 units of foreign currency, rounded to two decimal places. If the preferred value and configured fallback are both empty, the field is returned as an empty string.
When a bank exposes explicit 现汇 and 现钞 columns, the implementation uses:
buyPrice: prefer 现汇买入价, then 现钞买入价sellPrice: prefer 现汇卖出价, then 现钞卖出价If a bank only publishes one buy and one sell price, the published pair is used directly.
From this skill directory:
node index.js --bank 中国银行 --currencies 美元,EUR