← All skills
Tencent SkillHub · Data Analysis

Exchange Rate

Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) wit...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) wit...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/exchange_rate.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Exchange Rate

Real-time currency exchange rate and conversion using QVeris tools.

What This Skill Does

Exchange Rate provides: Rate lookup – Current exchange rate between two currencies (e.g. USD/EUR, CNY/JPY). 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

Parse user intent: rate (from_currency, to_currency) or convert (from_currency, to_currency, amount). Search QVeris for tools: e.g. "currency exchange rate real-time", "currency conversion". Rank results by success_rate, latency, and parameter fit (rate vs conversion). Build request parameters: for rate use from_currency/to_currency or symbol (e.g. EUR/USD); for conversion add amount. Execute chosen tool with 5s timeout; on failure try next candidate. 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.

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/exchange_rate.mjs Scripts