Install
openclaw skills install fx-monitorMonitor Bank of China FX rates and manage reusable GBP/HKD/JPY alert workflows. Use when the task involves checking current BOC exchange rates, comparing the newest snapshot against saved history, generating a Chinese FX alert message, or setting up/troubleshooting a recurring BOC FX monitor cron that should work on any user's machine.
openclaw skills install fx-monitorUse the bundled portable checker instead of relying on host-specific scripts.
python3 /home/xhp/.openclaw/workspace/skills/fx-monitor/scripts/check_boc_fx.py.STATUS:
ALERT: send one concise Chinese alert message.NO_ALERT: return NO_REPLY unless the user explicitly asked for a status report.ERROR: report a short Chinese failure message with MESSAGE.For alert messages:
【汇率告警】.英镑现汇卖出价下跌 ... / 港币现汇买入价上涨 ... / 日元现汇卖出价下跌 ....If the user asks for a normal status report instead of an alert-only run, include:
/home/xhp/.openclaw/workspace/skills/fx-monitor/scripts/check_boc_fx.py/home/xhp/.openclaw/workspace/skills/fx-monitor/data/boc_fx_history.csvNO_ALERT; comparison-based alerts begin once at least two snapshots exist.