Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) wit...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install exchange-rate或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install exchange-rate⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/exchange-rate/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: exchange-rate description: 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. env: - QVERIS_API_KEY credentials: required: - QVERIS_API_KEY primary_env: QVERIS_API_KEY scope: read-only endpoint: https://qveris.ai/api/v1 network: outbound_hosts: - qveris.ai auto_invoke: true source: https://qveris.ai examples: - "What is the USD to EUR exchange rate?" - "Convert 1000 USD to JPY" - "CNY to USD rate" - "100 EUR to GBP" ---
Real-time currency exchange rate and conversion using QVeris tools.
Exchange Rate provides:
Supported via QVeris: forex and common fiat pairs; optional historical date for rate/conversion when the tool supports it.
QVERIS_API_KEY only.from_currency/to_currency or symbol (e.g. EUR/USD); for conversion add amount.Primary script: scripts/exchange_rate.mjs
- node scripts/exchange_rate.mjs rate --from USD --to EUR - node scripts/exchange_rate.mjs rate --from CNY --to USD
- 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.
QVERIS_API_KEY; no other secrets.安装 Exchange Rate 后,可以对 AI 说这些话来触发它
Help me get started with Exchange Rate
Explains what Exchange Rate does, walks through the setup, and runs a quick demo based on your current project
Use Exchange Rate to real-time forex and cryptocurrency exchange rate lookup and amount ...
Invokes Exchange Rate with the right parameters and returns the result directly in the conversation
What can I do with Exchange Rate in my finance & investment workflow?
Lists the top use cases for Exchange Rate, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/exchange-rate/ 目录(个人级,所有项目可用),或 .claude/skills/exchange-rate/(项目级)。重启 AI 客户端后,用 /exchange-rate 主动调用,或让 AI 根据上下文自动发现并使用。
Exchange Rate 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Exchange Rate 可免费安装使用。请查阅仓库了解许可证信息。
Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) wit...
Exchange Rate 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Exchange Rate
Identifies repetitive steps in your workflow and sets up Exchange Rate to handle them automatically