实时汇率查询
open-exchange-rate
by alone86136
Get real-time exchange rates and currency conversion using free public ExchangeRate-API. No API key required. Use when users ask for current exchange rates, currency conversion calculations, or need to check currency prices.
安装
claude skill add --url https://github.com/openclaw/skills文档
open-exchange-rate
Overview
A simple skill for getting real-time exchange rate information and performing currency conversion using the public ExchangeRate-API. No API key required for requests.
Features
- Get latest exchange rates: Retrieve up-to-date exchange rates for all currencies
- Currency conversion: Convert an amount from one currency to another
- List all available currencies: Show a complete list of supported currency codes
Usage
Get latest rates for base currency
python3 scripts/get_rates.py --base USD
Convert currency
python3 scripts/convert.py --from USD --to EUR --amount 100
List all available currencies
python3 scripts/list_currencies.py
Resources
scripts/
get_rates.py- Get latest exchange rates with optional base currencyconvert.py- Convert amount between two currencieslist_currencies.py- List all available currency codes and names
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
高光制作器
by bwbernardweston18
>