voice-call

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline initiating and managing voice calls by integrating Twilio, Telnyx, Plivo, or mock providers directly in OpenClaw, reducing context switching.

Core Features & Use Cases

  • Initiate calls to contacts using provider APIs
  • Check call status and continue or end calls
  • Support multiple providers with a single interface for testing or production
  • Use case: Coordinate a team stand-up or sales outreach with a click-to-call workflow across providers

Quick Start

Ask OpenClaw to start a voice call with a contact using the voice-call plugin.

Frequently Asked Questions about voice-call

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

FAQPage Schema
How do I initiate a voice call using Twilio or Plivo within an automated workflow?

To initiate a voice call, you use the voice-call plugin to trigger the initiate_call action via Twilio, Plivo, or Telnyx APIs. This enables automated click-to-call workflows for customer support or team coordination directly from OpenClaw.

Can I manage ongoing voice calls and check their status programmatically?

Yes, you can manage ongoing voice calls programmatically using actions like continue_call, speak_to_user, end_call, and get_status. These actions allow you to monitor and control live call flows through the voice-call plugin.

Does the voice-call plugin support mock providers for testing automated call workflows?

Yes, the voice-call plugin supports mock providers alongside production providers like Twilio, Telnyx, and Plivo. This allows you to test automated voice communication workflows and call management actions without incurring real telephony costs.

What is needed to set up voice communication across multiple telephony providers?

Setting up voice communication across providers like Twilio or Telnyx requires the voice-call plugin to be enabled and configured with the respective provider credentials. This single interface manages testing and production calls without context switching.

When should I use a mock provider instead of Twilio or Telnyx for voice calls?

You should use a mock provider when testing automated voice call workflows or validating actions like initiate_call and end_call. It simulates the process without requiring actual provider credentials or incurring real telephony charges.

How do I automate team stand-up coordination using voice calls?

You automate team stand-up coordination by configuring the voice-call plugin to execute initiate_call and speak_to_user actions. This creates a click-to-call workflow that contacts team members via integrated providers like Twilio or Plivo.