A comprehensive toolkit for building, configuring, and managing AI-powered voice agents across multiple telephony providers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install voice-agent-builder
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 voice-agent-builder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Voice Agent Builder is a versatile toolset designed to simplify the deployment of AI-driven voice assistants. It serves as a bridge between powerful LLMs and voice platforms like Vapi, Bland.ai, and Retell. By integrating this into your Openclaw Skills library, you can programmatically manage agent personalities, select high-quality TTS providers like ElevenLabs, and automate complex telephony workflows.
This skill is particularly valuable for developers looking to build low-latency voice applications that can handle natural conversation nuances. It abstracts the complexities of different provider APIs into a unified set of CLI commands, allowing for rapid prototyping and scaling of voice-first automation strategies.
To begin using this skill, ensure you have Python 3.10+ installed and set your environment variables:
export VAPI_API_KEY="your-vapi-api-key"
You can then interact with the agent scripts directly:
# Create an agent
python3 scripts/vapi_agent.py create-agent '{"name":"Agent Name", "voice": {"provider": "11labs"}}'
# Initiate a call
python3 scripts/vapi_agent.py call '{"assistantId":"id", "customer":{"number":"+15551234567"}}'
The system manages data across several key entities to ensure consistent voice performance:
| Component | Details |
|---|---|
| Agent Profile | Contains the system prompt, first message, and voice provider settings. |
| Call Logs | Includes data on duration, cost, recording URLs, and conversation transcripts. |
| Phone Config | Maps specific phone numbers to assistant IDs for inbound call routing. |
| Knowledge Base | Stores uploaded files (PDF/Text) used for RAG during voice sessions. |
Loading
A comprehensive CLI tool for retrieving federal spending data, contracts, grants, and agency information directly from USAspending.gov.

A zero-dependency Python utility for AI agents to upload, manage, and deliver files via the Uploadthing API and CDN.

A comprehensive integration for the Toast POS system allowing AI agents to manage restaurant orders, menus, and staff operations.

A comprehensive Python-based CLI tool to programmatically manage Thinkific courses, students, enrollments, and financial records.

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

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








































