Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @jehg814 Updated 2/26/2026

Ve Exchange Rates OpenClaw Skill - ClawHub

Do you want your AI agent to automate Ve Exchange Rates workflows? This free skill from ClawHub helps with ai & llms tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install ve-exchange-rates

Full SKILL.md

Open original
namedescription
ve-exchange-ratesGet 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

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/jehg814/ve-exchange-rates

Related skills

If this matches your use case, these are close alternatives in the same category.