一键导入
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.
// 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.
QVeris is a capability discovery and tool calling engine. Use discover to find specialized API tools — real-time data, historical sequences, structured reports, web extraction, PDF workflows, media generation, OCR, TTS, translation, and more. Then call the selected tool. Discovery queries must be English API capability descriptions. Requires QVERIS_API_KEY.
QVeris is a capability discovery and tool calling engine. Use discover to find specialized API tools — real-time data, historical sequences, structured reports, web extraction, PDF workflows, media generation, OCR, TTS, translation, and more. Then call the selected tool. Discovery queries must be English API capability descriptions. Requires QVERIS_API_KEY.
Exclusive morning and evening briefing skill for listed company chairmen. Provides daily briefings from an executive decision-making perspective, covering stock price movements, industry policy updates, competitor intelligence, capital market sentiment, and regulatory announcement alerts. Morning briefings focus on pre-market outlook and risk warnings; evening briefings emphasize post-market review and next-day strategies. Data aggregated from multiple QVeris sources.
Systematic X (Twitter) operations skill for founders, indie developers, and tech professionals. Implements a daily Plan-Do-Check-Act closed loop with content strategy (5-pillar system), multimodal creation, thread growth playbook, engagement and community building, product promotion integration, persona development, competitor analysis, and data-driven continuous improvement. Use when managing an X account, planning content, analyzing tweet performance, engaging with community, running competitive analysis, or optimizing posting strategy.
OpenClaw stock analysis skill for US/HK/CN markets. Combines QVeris data sources (THS, Caidazi, Alpha Vantage, Finnhub, X sentiment) for quote, fundamentals, technicals, news radar, morning/evening brief, and actionable investment insights.
| 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 EURnode scripts/exchange_rate.mjs rate --from CNY --to USDnode scripts/exchange_rate.mjs convert --from USD --to JPY --amount 1000node scripts/exchange_rate.mjs convert --from EUR --to GBP --amount 500Optional: --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.