A comprehensive telecommunications bridge for AI agents to handle SMS, voice, verification, and number management via the Vonage API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vonage
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vonage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Vonage skill is a high-performance integration designed to bring full-scale telecommunication capabilities to your AI workflows. As part of the Openclaw Skills ecosystem, this tool allows agents to interact directly with the Vonage platform to send text messages, initiate programmable voice calls, and manage authentication through the Verify API. It is written in pure Python 3.10+ using only the standard library, ensuring zero-dependency deployment and maximum security for developers building automated communication systems.
To utilize this skill within your Openclaw Skills environment, ensure you have Python 3.10+ installed and configure your credentials as environment variables:
export VONAGE_API_KEY="your_api_key_here"
export VONAGE_API_SECRET="your_api_secret_here"
You can then test the connectivity by checking your account balance:
python3 scripts/vonage.py get-balance
The Vonage skill utilizes standard JSON formatting for all outputs to maintain consistency within Openclaw Skills. Below is the data structure for common operations:
| Feature | Output Type | Primary Fields |
|---|---|---|
| SMS | JSON Object | message-id, to, remaining-balance, status |
| Voice Calls | JSON Object | uuid, conversation_uuid, direction, status |
| Verification | JSON Object | request_id, status, error_text |
| Numbers | JSON Array | msisdn, country, type, features |
| Applications | JSON Array | id, name, capabilities, keys |
Loading
An AI-powered voice transcription and archival tool that converts audio files into searchable text for agent workflows.

A high-performance audio transcription and voice note archival tool powered by Deepgram Nova-3 for Openclaw Skills users.

A developer-centric toolkit for building and managing sophisticated Voice AI agents across Vapi, Bland.ai, and Retell platforms.

A comprehensive toolkit for building, configuring, and managing AI-powered voice agents across multiple telephony providers.

A streamlined CLI tool for managing Wave accounting, including invoices, customers, and transactions for small businesses.

A comprehensive automation tool for managing international transfers, multi-currency accounts, and real-time exchange rates via AI agents.








































