| name | currency |
| description | "Get currency exchange rates and convert amounts. Use for: 환율, 달러, 유로, 엔화, 환전, 얼마예요, USD/EUR/JPY/KRW conversion" |
Currency Exchange
Use starnion-currency to check exchange rates and convert between currencies.
No user ID required for this tool (uses public API).
Commands
Get exchange rates
starnion-currency --user-id {user_id} rate --base USD --targets KRW,EUR,JPY
Convert currency
starnion-currency --user-id {user_id} convert --amount 100 --from USD --to KRW
Supported Currencies
USD, EUR, KRW, JPY, GBP, CNY, CHF, CAD, AUD, SGD, HKD, THB, INR
Examples
User: "달러 환율 얼마야?"
starnion-currency --user-id abc123 rate --base USD --targets KRW,EUR,JPY
User: "100달러 원화로 바꾸면 얼마야?"
starnion-currency --user-id abc123 convert --amount 100 --from USD --to KRW