A comprehensive skill for orchestrating Vapi AI voice assistants, outbound calls, and telephony workflows directly from your agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vapi
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 vapi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust interface for interacting with Vapi, an API-first platform designed for building and deploying high-performance voice AI agents. It allows Openclaw Skills to programmatically control the entire lifecycle of a voice assistant, including its personality, model selection, and voice characteristics. By bridging the gap between coding agents and telephony, this skill empowers developers to build complex voice-driven applications with ease.
Whether you are automating customer support, building concierge services, or managing large-scale outbound call campaigns, this skill offers the flexibility of both a lightweight REST API helper and a full-featured CLI. It ensures that your AI agent has the necessary tools to handle everything from phone number provisioning to real-time webhook configuration, making it an essential component for modern voice-enabled AI architectures.
To get started with this skill within the Openclaw Skills ecosystem, set your API key and preferred mode:
export VAPI_API_KEY='your_api_key_here'
export VAPI_MODE=api
To install the Vapi CLI for interactive workflows:
curl -sSL https://vapi.ai/install.sh | bash
vapi login
For IDE integration via MCP:
vapi mcp setup
This skill interacts with Vapi resources which are organized as follows:
| Entity | Key Attributes | Purpose |
|---|---|---|
| Assistants | Name, Model, Voice ID, Transcriber | Defines the persona and brain of the voice agent. |
| Calls | Call ID, Assistant ID, To/From Numbers | Represents a specific voice interaction session. |
| Phone Numbers | ID, Number, Provider | Telephony assets used to send or receive calls. |
| Tools | Function Name, Parameters | Enables the agent to perform actions during a call. |
| Webhooks | URL, Secret | Enables real-time event notifications from Vapi. |
Loading
A comprehensive skill for Openclaw agents to programmatically control Vapi voice assistants, handle real-time calls, and manage telephony infrastructure.

An AI-powered technical analysis engine for automated chart pattern recognition and market indicator assessment across stocks, options, and crypto.

A sophisticated market catalyst tracker for monitoring earnings, regulatory decisions, and macroeconomic data releases in real-time.

BacktestBot is a quantitative analysis tool designed to simulate trading strategies against historical data with comprehensive performance and risk reporting.

Integrate comprehensive podcast searching and metadata retrieval into your AI workflows.

A real-time web search skill that integrates Felo AI to provide agents with live information, current events, and up-to-date data.








































