currency-converter
About
This Claude Skill converts between 150+ currencies using real-time and historical exchange rates. It supports batch processing, CSV file conversions, and locale-specific formatting for multi-currency calculations. Use it when your application needs reliable currency conversion with efficient API caching.
Quick Install
Claude Code
Recommended/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/currency-converterCopy and paste this command in Claude Code to install this skill
Documentation
Currency Converter
Convert between currencies with exchange rates and formatting.
Features
- Exchange Rates: Convert between 150+ currencies
- Historical Rates: Date-based conversions
- Batch Conversion: Process multiple amounts
- Currency Formatting: Locale-specific formatting
- CSV Support: Convert currency columns
- Rate Caching: Efficient API usage
CLI Usage
python currency_converter.py --amount 100 --from USD --to EUR
python currency_converter.py --file amounts.csv --from_col usd --to EUR --output converted.csv
Dependencies
- forex-python>=1.8
- pandas>=2.0.0
GitHub Repository
Related Skills
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
hybrid-cloud-networking
MetaThis skill configures secure hybrid cloud networking between on-premises infrastructure and cloud platforms like AWS, Azure, and GCP. Use it when connecting data centers to the cloud, building hybrid architectures, or implementing secure cross-premises connectivity. It supports key capabilities such as VPNs and dedicated connections like AWS Direct Connect for high-performance, reliable setups.
llamaindex
MetaLlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.
polymarket
MetaThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
