currency-conversion
Convert an amount from one currency to another using a static rates table. Use for quick orientation only; not for live FX.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Convert an amount from one currency to another using a static rates table. Use for quick orientation only; not for live FX.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add an activity, meal, transit segment, or note to a specific day of the itinerary. Mutating; framework will pop a confirm modal before adding.
Manage the trip's packing list: add items, mark packed, suggest items for given conditions. The Packing page exposes the list; the agent can see and edit it via the registered packing actions.
Edit long-term user preferences: home airport, preferred currency, default trip duration, etc. Persisted across trips. Mutating; framework fires the confirm modal before any change.
Surface flight options as a picker the user chooses from. Mounts an inline UI in the chat (renderAndWait) and pauses until the user picks one or skips. Used during the Itinerary page; a flights specialist agent also exists at /agents.
Surface hotel options as a picker the user chooses from. Mounts an inline UI in the chat (renderAndWait) and pauses until the user picks one or skips. Used during the Itinerary and Trip Detail pages.
Look up cities the app knows about and pull their catalog data. The catalog is small and curated; if a destination is missing, fall back to the web-search skill rather than inventing.
| name | currency-conversion |
| version | 1.0.0 |
| description | Convert an amount from one currency to another using a static rates table. Use for quick orientation only; not for live FX. |
| triggers | ["convert currency","how much is","exchange rate","in USD","in EUR","is that in"] |
| tools | ["convert_currency"] |
| mutating | false |
Call convert_currency when the user wants a quick currency conversion.
Typical phrasings:
The static rates are demo-grade. Do NOT use this for financial decisions or for "should I exchange now" advice — recommend the user check a real FX source for those.
USD, EUR, GBP, JPY, etc.convert_currency({ amount, from, to }). The tool returns
{ amount, from, to, rate, result }.Examples: