← Back to Skills Marketplace
1816
Downloads
1
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install ve-exchange-rates
Description
Get Venezuelan exchange rates - BCV official rate, Binance P2P USDT average, and the gap between them. Use when user asks for Venezuelan dollar rates, brecha...
Usage Guidance
This skill appears to do what it says: scrape BCV and query Binance P2P to compute the parallel gap. Before installing: 1) Be aware the script makes outbound HTTP(S) calls to bcv.org.ve, p2p.binance.com, and exchangerate-api.com — ensure outgoing network access is acceptable. 2) The Python code calls the external 'bc' binary for math; verify 'bc' is present and trusted on hosts that will run the skill (the metadata does not declare this dependency). 3) If BCV and the fallback fail, the script falls back to a hardcoded value (420) — this is a placeholder and can produce misleading output; confirm you accept that behavior. 4) The script runs only included code (no remote installs), and it does not read local credentials or files. If you need higher assurance, review the included get_rates.py content yourself or run it in a sandboxed environment first.
Capability Analysis
Type: OpenClaw Skill
Name: ve-exchange-rates
Version: 1.0.5
The skill bundle is a legitimate tool for fetching Venezuelan exchange rates from the Central Bank of Venezuela (BCV) and Binance P2P. The Python script (get_rates.py) uses standard libraries to scrape data and perform calculations, with appropriate regex-based sanitization for inputs passed to the 'bc' utility. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (Venezuelan exchange rates) align with the implemented behavior (scrapes BCV, calls Binance P2P, uses a fallback). One small mismatch: the implementation invokes the external 'bc' program for math, but the skill metadata declares no required binaries.
Instruction Scope
SKILL.md instructs running the included scripts. Runtime actions are limited to HTTP requests to BCV, Binance P2P, and an exchangerate fallback, plus local formatting math via 'bc'. The instructions do not read unrelated files or request unexpected credentials.
Install Mechanism
No install spec or external downloads are used; the skill is instruction+bundled code, so nothing is pulled from third-party URLs at install time.
Credentials
The skill does not request environment variables or credentials. Network access to public endpoints (bcv.org.ve, p2p.binance.com, exchangerate-api.com) is required and consistent with the described purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent-wide privileges. Autonomous invocation is allowed (default) but not combined with other concerning factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ve-exchange-rates - After installation, invoke the skill by name or use
/ve-exchange-rates - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Document default full response format including BCV, Binance P2P, brecha, 100 USD to USDT, and perdida por brecha
v1.0.4
Move rate-fetch logic to Python, keep shell wrapper, preserve BCV validation and Binance comparison
v1.0.3
Use bcv.org.ve as primary BCV source, validate fecha valor, show source used, and update skill docs
v1.1.1
Fix: elimina warnings de bytes nulos en respuesta de Binance API
v1.1.0
Added USD 100 to USDT conversion feature. Shows how many USDT you get for \ BCV and how much is lost due to exchange rate gap.
v1.0.2
Agrega segunda perspectiva de brecha cambiaria (referencia 100% = paralelo) con explicación detallada.
v1.0.1
Usa bcv-api-production como fuente primaria del BCV, con fallback a dolarapi.com. Mejora el filtrado de outliers en P2P.
v1.0.0
Initial release of ve-exchange-rates skill.
- Provides real-time Venezuelan exchange rates: BCV official, Binance P2P USDT, and the gap ("brecha cambiaria") between them.
- Fetches and displays BCV rate, Binance P2P USDT (buy/sell/average), and the percentage gap.
- Retrieves data directly from tcambio.app/finanzasdigital.com and Binance P2P API.
- Script output designed for easy use and real-time rate access.
- Requires jq for JSON parsing.
Metadata
Frequently Asked Questions
What is ve-exchange-rates?
Get Venezuelan exchange rates - BCV official rate, Binance P2P USDT average, and the gap between them. Use when user asks for Venezuelan dollar rates, brecha... It is an AI Agent Skill for Claude Code / OpenClaw, with 1816 downloads so far.
How do I install ve-exchange-rates?
Run "/install ve-exchange-rates" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ve-exchange-rates free?
Yes, ve-exchange-rates is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ve-exchange-rates support?
ve-exchange-rates is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ve-exchange-rates?
It is built and maintained by jehg814 (@jehg814); the current version is v1.0.5.
More Skills