voice-call

Initiate and manage voice calls via Twilio, Telnyx, Plivo, or mock providers.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/wuv-dreamguide/openclaw --skill voice-call-wuv-dreamguide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/wuv-dreamguide/openclaw/tree/main/skills/voice-call
Command: npx skills add https://github.com/wuv-dreamguide/openclaw --skill voice-call-wuv-dreamguide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initiates and manages voice calls across multiple providers directly from OpenClaw, removing the need for custom integrations.

Core Features & Use Cases

  • Initiate a call to a user or number with a chosen provider (Twilio, Telnyx, Plivo, or mock) and monitor status.
  • Continue, speak to, or end an ongoing call using a simple set of actions, enabling conversational bot experiences.
  • Ensure proper plugin configuration and provider credentials (twilio, telnyx, plivo) or fallback to mock for development.

Quick Start

Ask OpenClaw to initiate a call by providing a target number and an optional message.

Frequently Asked Questions about voice-call

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a voice call from OpenClaw using Twilio, Telnyx, or Plivo?

To start a voice call, ask OpenClaw to initiate the call by providing a target phone number and an optional message. The voice-call plugin routes the request through your configured provider, such as Twilio, Telnyx, or Plivo, to connect the call.

Can I build a conversational bot that speaks to ongoing voice calls?

Yes, you can manage ongoing voice calls by using actions to continue, speak to, or end the call. This allows you to build conversational bot experiences directly within the OpenClaw environment.

Do I need provider credentials to test voice calls, or is there a mock fallback?

You do not need live provider credentials to test voice calls. The voice-call plugin supports a mock fallback for development, allowing you to test call initiation and management without active Twilio, Telnyx, or Plivo credentials.

What configuration is required to enable the OpenClaw voice-call plugin?

The voice-call plugin requires specific configuration under plugins.entries.voice-call.config. You must ensure the plugin is enabled and provide the necessary credentials for your chosen provider, or configure the mock fallback.

How do I check the status of an active voice call?

You can check the status of an active voice call by using the status checking action provided by the voice-call plugin. This allows you to monitor ongoing calls across Twilio, Telnyx, Plivo, or mock providers.

Can I switch between different voice call providers like Telnyx and Plivo?

Yes, the voice-call plugin supports initiating and managing calls across multiple providers including Twilio, Telnyx, and Plivo. You can configure your preferred provider in the plugin configuration settings.