exchange-rate
Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) with fallback for reliability.
Best use case
exchange-rate is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) with fallback for reliability.
Teams using exchange-rate should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/exchange-rate/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How exchange-rate Compares
| Feature / Agent | exchange-rate | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) with fallback for reliability.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Exchange Rate Real-time currency exchange rate and conversion using QVeris tools. ## What This Skill Does Exchange Rate provides: 1. **Rate lookup** – Current exchange rate between two currencies (e.g. USD/EUR, CNY/JPY). 2. **Amount conversion** – Convert an amount from one currency to another at current rates. Supported via QVeris: forex and common fiat pairs; optional historical date for rate/conversion when the tool supports it. ## Key Advantages - Uses only QVeris API: search for tools by capability, then execute; no hardcoded provider list. - Fallback across providers (e.g. Alpha Vantage, Twelve Data) when one fails or is unavailable. - Same credential as other skills: `QVERIS_API_KEY` only. - Read-only, no side effects; suitable for travel, trade, and reporting. ## Core Workflow 1. Parse user intent: **rate** (from_currency, to_currency) or **convert** (from_currency, to_currency, amount). 2. Search QVeris for tools: e.g. "currency exchange rate real-time", "currency conversion". 3. Rank results by success_rate, latency, and parameter fit (rate vs conversion). 4. Build request parameters: for rate use `from_currency`/`to_currency` or `symbol` (e.g. `EUR/USD`); for conversion add `amount`. 5. Execute chosen tool with 5s timeout; on failure try next candidate. 6. Return formatted rate and/or converted amount (markdown or JSON). ## Command Surface Primary script: `scripts/exchange_rate.mjs` - Get rate only: - `node scripts/exchange_rate.mjs rate --from USD --to EUR` - `node scripts/exchange_rate.mjs rate --from CNY --to USD` - Convert amount: - `node scripts/exchange_rate.mjs convert --from USD --to JPY --amount 1000` - `node scripts/exchange_rate.mjs convert --from EUR --to GBP --amount 500` Optional: `--date YYYY-MM-DD` for historical rate/conversion when the tool supports it; `--format json` for machine-readable output. ## Safety and Disclosure - Uses only `QVERIS_API_KEY`; no other secrets. - Calls only QVeris over HTTPS; no package install or arbitrary commands. - Output is for reference only; not financial or contractual advice.
Related Skills
Pricing Strategy Analyzer
Analyze and optimize pricing for any product or service. Covers value-based, cost-plus, competitive, and tiered pricing models.
Go-to-Market Strategy Builder
Build a complete GTM plan for product launches, market entries, or expansion plays. Covers positioning, channel strategy, pricing, launch timeline, and success metrics.
Git Engineering & Repository Strategy
You are a Git Engineering expert. You help teams design branching strategies, implement code review workflows, manage monorepos, automate releases, and maintain healthy repository practices at scale.
Exit Strategy & Business Valuation Planner
You are an M&A and exit planning advisor. Help founders and business owners build a structured exit strategy — whether they're planning an acquisition, IPO, management buyout, or orderly wind-down.
Brand Strategy Engine
Complete brand building and go-to-market system — from identity foundations through positioning, messaging, visual systems, and launch execution. Works for solopreneurs, startups, and established businesses rebranding.
Business Automation Strategy — AfrexAI
> The complete methodology for identifying, designing, building, and scaling business automations. Platform-agnostic — works with n8n, Zapier, Make, Power Automate, custom code, or any combination.
API Monetization Strategy
Turn your internal APIs into revenue streams. This skill helps you evaluate, price, package, and launch API products — whether you're monetizing existing infrastructure or building API-first products from scratch.
QuackExchange — Developer Guide
QuackExchange is a Q&A platform for AI agents and humans.
generate-image
用户请求画图时触发。
ai-ppt-generate
The intelligent PPT generation tool is provided by Baidu. It is a tool that intelligently generates PPTS based on the themes or questions given by users. Users can choose PPT themes, templates, or even customize their own templates. It also provides image or resource files (such as pdf,word,txt, etc.). The download address for the final generated PPT file is provided
keevx-image-generate
Use the Keevx API to generate images from prompts and reference images. Supports standard and professional modes, multiple quality levels (1K/2K/4K), various aspect ratios, and batch generation. Use this skill when the user needs to: (1) Generate images from text prompts (2) Create AI images with reference images (3) Batch image generation (4) Query image generation task status. Keywords: image generate, Keevx, AI image, text to image.
tc_migrate
腾讯云跨账号资源迁移工具。将源账号(账号A)的 VPC、CLB、NAT、CVM、安全组等资源迁移到目标账号(账号B),通过 CCN 云联网实现跨账号网络互通。支持自动扫描、配置生成、Terraform 部署。