From pm-live
Converts currencies and fetches live/historical exchange rates using Frankfurter (ECB) and open.er-api.com via curl, with zero API keys needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-live:currency-ratesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Currency conversion is a daily agent chore with a clean keyless answer: Frankfurter serves European Central Bank reference rates (current and historical) over bare HTTPS, and open.er-api.com covers the long tail of currencies Frankfurter doesn't track. This skill knows both, always quotes the rate *and its date*, and never confuses a reference rate with the rate any bank will actually give.
Currency conversion is a daily agent chore with a clean keyless answer: Frankfurter serves European Central Bank reference rates (current and historical) over bare HTTPS, and open.er-api.com covers the long tail of currencies Frankfurter doesn't track. This skill knows both, always quotes the rate and its date, and never confuses a reference rate with the rate any bank will actually give.
Ask for these if not provided:
curl -s "https://api.frankfurter.dev/v1/latest?base=USD&symbols=EUR,INR" · convert directly: ...?amount=500&base=USD&symbols=EUR · historical: https://api.frankfurter.dev/v1/2024-03-15?base=USD&symbols=EUR · a date range for trends: .../v1/2026-01-01..2026-07-01?base=USD&symbols=EUR. ~30 major currencies, updated ~16:00 CET on ECB working days.curl -s "https://open.er-api.com/v6/latest/USD" → 160+ currencies in one response. Use when Frankfurter lacks the currency (many African, Asian, Latin American currencies) or is down. Quote its time_last_update_utc field.[Converted amount] at [rate], ECB/reference rate dated [date].
[If relevant: "expect roughly X–Y after typical consumer spread"] [Historical/trend questions: the series or the two dates compared]
Source: [Frankfurter (ECB) / open.er-api.com] · rerun: [exact curl]
Reference rates for information — not a trading quote; actual bank/card rates include a spread.
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-liveQueries real-time and historical exchange rates via ECB data. Supports currency conversion, rate history, and trend analysis with natural language input.
Analyzes currency markets, spot/forward exchange rates, interest rate parity, carry trades, cross rates, and FX hedging for international portfolios. Useful for queries on EUR/USD, yen carry trade, or currency risk management.
Automates Fixer IO operations via Composio toolkit through Rube MCP. Discovers tools, manages connections, and executes workflows.