π¦ ClawHub
FX Monitor
by @xiehuapeng
Monitor 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...
TERMINAL
clawhub install fx-monitorπ About This Skill
name: fx-monitor description: Monitor 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.
Fx Monitor
Use the bundled portable checker instead of relying on host-specific scripts.
Workflow
1. Run python3 /home/xhp/.openclaw/workspace/skills/fx-monitor/scripts/check_boc_fx.py.
2. Parse the key-value output.
3. Handle results by 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.
Output rules
For alert messages:
γζ±ηεθ¦γ.θ±ιη°ζ±εεΊδ»·δΈθ· ... / ζΈ―εΈη°ζ±δΉ°ε
₯δ»·δΈζΆ¨ ... / ζ₯ε
η°ζ±εεΊδ»·δΈθ· ....If the user asks for a normal status report instead of an alert-only run, include:
Bundled files
/home/xhp/.openclaw/workspace/skills/fx-monitor/scripts/check_boc_fx.py/home/xhp/.openclaw/workspace/skills/fx-monitor/data/boc_fx_history.csvNotes
NO_ALERT; comparison-based alerts begin once at least two snapshots exist.π Tips & Best Practices
NO_ALERT; comparison-based alerts begin once at least two snapshots exist.