exchange-rate
Installation
SKILL.md
exchange-rate — Currency Exchange Rate Skill
Query real-time and historical exchange rates via the Frankfurter API (ECB data source).
Quick Start
- No API key needed.
- Run
bun scripts/exchange.ts --helpin this skill directory. - Pick the matching command from
references/command-map.md.
Workflow
- Parse user intent — identify source currency, target currency, amount, and date (if any).
- Select the right command:
convert,latest,history, orcurrencies. - Run the script and return the result.
- When the user provides a natural language query like "100 美元换人民币", use the
convertcommand with--amount 100 --from USD --to CNY.
Commands
- Full command mapping:
references/command-map.md