skills$openclaw/ve-exchange-rates
jehg8146.5k

by jehg814

ve-exchange-rates – OpenClaw Skill

ve-exchange-rates is an OpenClaw Skills integration for data analytics workflows. 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 cambiaria, dolar BCV, USDT P2P, or exchange rates in Venezuela.

6.5k stars9.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameve-exchange-rates
descriptionGet Venezuelan exchange rates - BCV official rate, Binance P2P USDT average, and the gap between them. Use when user asks for Venezuelan dollar rates, brecha cambiaria, dolar BCV, USDT P2P, or exchange rates in Venezuela. OpenClaw Skills integration.
ownerjehg814
repositoryjehg814/ve-exchange-rates
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @jehg814/ve-exchange-rates
last updatedFeb 7, 2026

Maintainer

jehg814

jehg814

Maintains ve-exchange-rates in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
get-rates.sh
5.0 KB
_meta.json
278 B
SKILL.md
1.0 KB
SKILL.md

name: 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 cambiaria, dolar BCV, USDT P2P, or exchange rates in Venezuela.

ve-exchange-rates: Venezuelan Exchange Rates

Get current exchange rates for Venezuela:

  1. Tasa BCV - Official Central Bank rate
  2. Tasa USDT Binance P2P - Average from P2P market
  3. Brecha cambiaria - Gap between official and parallel rates

Usage

Run the script to get current rates:

~/clawd/skills/ve-exchange-rates/scripts/get-rates.sh

Output

The script returns:

  • BCV official rate (Bs/USD)
  • Binance P2P USDT rates (buy/sell/average)
  • Gap percentage between BCV and P2P

Data Sources

  • BCV rate: tcambio.app or finanzasdigital.com
  • USDT P2P: Binance P2P API (p2p.binance.com)

Notes

  • Rates are fetched in real-time from APIs
  • BCV rate updates daily
  • P2P rates fluctuate constantly based on market
  • Script uses jq for JSON parsing
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install ve-exchange-rates?

Run openclaw add @jehg814/ve-exchange-rates in your terminal. This installs ve-exchange-rates into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jehg814/ve-exchange-rates. Review commits and README documentation before installing.