# Currency Conversion

> |

- **Type:** Skill
- **Install:** `agentstack add skill-hec-ovi-agentickit-currency-conversion`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hec-ovi](https://agentstack.voostack.com/s/hec-ovi)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [hec-ovi](https://github.com/hec-ovi)
- **Source:** https://github.com/hec-ovi/agentickit/tree/main/examples/travel/.pilot/skills/currency-conversion

## Install

```sh
agentstack add skill-hec-ovi-agentickit-currency-conversion
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# When to use

Call `convert_currency` when the user wants a quick currency conversion.
Typical phrasings:

- "how much is 200 EUR in USD"
- "is 1500 JPY about 10 USD"
- "convert my budget to euros"

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.

# How to use

1. Identify the amount, source currency, target currency. ISO 4217
   codes: `USD`, `EUR`, `GBP`, `JPY`, etc.
2. Call `convert_currency({ amount, from, to })`. The tool returns
   `{ amount, from, to, rate, result }`.
3. Reply in one sentence with the rounded result and the rate.

# Output narration

Examples:
- "200 EUR is about 215 USD (rate ~1.075)."
- "1500 JPY is about 10 USD (rate ~0.0067)."

# Anti-patterns

- Do NOT recommend exchanging or hedging based on the static rate.
- Do NOT default to USD unless the user's preferences indicate it; check
  the registered preferences state first.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [hec-ovi](https://github.com/hec-ovi)
- **Source:** [hec-ovi/agentickit](https://github.com/hec-ovi/agentickit)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hec-ovi-agentickit-currency-conversion
- Seller: https://agentstack.voostack.com/s/hec-ovi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
