← Back to Skills Marketplace
Open Exchange Rate
by
Alone86136
· GitHub ↗
· v1.0.0
· MIT-0
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install open-exchange-rate
Description
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,...
Usage Guidance
This skill appears to do exactly what it claims: call the public open.er-api.com endpoints and print results. Before installing: (1) be aware the scripts make outbound HTTPS requests to a third-party API (they will reveal the currency symbols/queries you request to that API); (2) ensure your runtime has Python and the 'requests' library available or add that dependency; (3) review outbound-network policies if you restrict agents from reaching external services. No secrets are requested and no suspicious behavior was found.
Capability Analysis
Type: OpenClaw Skill
Name: open-exchange-rate
Version: 1.0.0
The skill provides currency exchange rate information and conversion functionality using the public ExchangeRate-API (open.er-api.com). The Python scripts (convert.py, get_rates.py, and list_currencies.py) perform standard HTTP GET requests to fetch exchange data and process it as intended without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included scripts: all three Python scripts call the public ExchangeRate API (open.er-api.com) to list currencies, fetch rates, and convert amounts. There are no unrelated environment variables, binaries, or configuration paths requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python scripts. The scripts only perform HTTPS GET requests to the declared API and print results; they do not read local files, access unrelated environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only with bundled scripts). The Python scripts use the third-party 'requests' library, but no dependency/instruction is provided to ensure 'requests' is available. This is an operational note (may fail if runtime lacks requests) rather than a security risk.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not attempt to access secrets or unrelated services.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. It does not modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install open-exchange-rate - After installation, invoke the skill by name or use
/open-exchange-rate - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Real-time exchange rate and currency conversion using free public ExchangeRate-API. No API key required for usage.
Metadata
Frequently Asked Questions
What is Open Exchange Rate?
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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Open Exchange Rate?
Run "/install open-exchange-rate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Open Exchange Rate free?
Yes, Open Exchange Rate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Open Exchange Rate support?
Open Exchange Rate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Open Exchange Rate?
It is built and maintained by Alone86136 (@alone86136); the current version is v1.0.0.
More Skills