实时汇率查询
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. TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks to use the Claude API, Anthropic SDKs, or Managed Agents (/v1/agents, /v1/sessions, /v1/environments). DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
并行代理
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 codekungfu
注册“SegmentFault”热门技能;当需要访问或自动化SegmentFault相关内容时调用。