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: