← 返回 Skills 市场
jehg814

ve-exchange-rates

作者 jehg814 · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
1816
总下载
1
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ve-exchange-rates
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ve-exchange-rates 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ve-exchange-rates
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 8
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1816 次。

如何安装 ve-exchange-rates?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ve-exchange-rates」即可一键安装,无需额外配置。

ve-exchange-rates 是免费的吗?

是的,ve-exchange-rates 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ve-exchange-rates 支持哪些平台?

ve-exchange-rates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ve-exchange-rates?

由 jehg814(@jehg814)开发并维护,当前版本 v1.0.5。

💬 留言讨论