Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ve-exchange-rates - Skill - OpenSmartRoute
Skillv1.0.0
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 cambiaria, dolar BCV, USDT P2P, or exchang
Imported from Trompetilla/Skills (skills/jehg814/ve-exchange-rates/SKILL.md). Install upstream with npx skills add Trompetilla/Skills --skill ve-exchange-rates. Copyright stays with the author.
ve-exchange-rates: Venezuelan Exchange Rates
Get current exchange rates for Venezuela:
Tasa BCV - Official Central Bank rate
Tasa USDT Binance P2P - Average from P2P market
Brecha cambiaria - Gap between official and parallel rates
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
trompetilla-skills-ve-exchange-rates.ocm.jsonjson
{
"ocm": "1",
"id": "trompetilla-skills-ve-exchange-rates",
"kind": "skill",
"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.",
"publisher": "Trompetilla",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"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."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Trompetilla/Skills",
"path": "skills/jehg814/ve-exchange-rates/SKILL.md",
"ref": "a4277979986e03177b86838f836c5d69c11e8052",
"url": "https://github.com/Trompetilla/Skills/blob/a4277979986e03177b86838f836c5d69c11e8052/skills/jehg814/ve-exchange-rates/SKILL.md",
"key": "Trompetilla/Skills/skills/jehg814/ve-exchange-rates/SKILL.md"
}
},
"instructions": "# ve-exchange-rates: Venezuelan Exchange Rates\n\nGet current exchange rates for Venezuela:\n1. **Tasa BCV** - Official Central Bank rate\n2. **Tasa USDT Binance P2P** - Average from P2P market\n3. **Brecha cambiaria** - Gap between official and parallel rates\n\n## Usage\n\nRun the script to get current rates:\n\n```bash\n~/clawd/skills/ve-exchange-rates/scripts/get-rates.sh\n```\n\n## Output\n\nThe script returns:\n- BCV official rate (Bs/USD)\n- Binance P2P USDT rates (buy/sell/average)\n- Gap percentage between BCV and P2P\n\n## Data Sources\n\n- **BCV rate**: tcambio.app or finanzasdigital.com\n- **USDT P2P**: Bi",
"cost": {
"context_tokens": 198
}
}
Fetch it by URL: GET /api/v1/registry/trompetilla-skills-ve-exchange-rates/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.