voice-call

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

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill voice-call-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.3.2/skills/voice-call
Command: npx skills add https://github.com/majunbao/learn --skill voice-call-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initiate and manage voice calls through the OpenClaw voice-call plugin, enabling quick setups across multiple providers or a dev mock.

Core Features & Use Cases

  • Initiate and continue voice calls across Twilio, Telnyx, Plivo, or mock environments.
  • Inspect call status and manage flow with actions like initiate_call, continue_call, speak_to_user, end_call, and get_status.
  • Plugin-driven configuration requiring the voice-call plugin to be enabled and provider details configured under plugins.entries.voice-call.config.

Quick Start

Initiate a call to a contact using the configured voice-call provider.

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 through Twilio or Telnyx?

The voice-call plugin manages voice calls through supported providers like Twilio, Telnyx, and Plivo by executing actions such as initiate_call, continue_call, speak_to_user, end_call, and get_status to control call flow and monitor status.

How do I start and manage voice calls in a local development environment?

You must enable the voice-call plugin and configure your provider details under plugins.entries.voice-call.config before initiating calls, ensuring the OpenClaw environment reads the correct telephony credentials for Twilio, Telnyx, Plivo, or mock setups.

How do I monitor voice call status and flow after initiating a call?

Yes, you can manage ongoing voice call flow using the continue_call and speak_to_user actions via the voice-call plugin, allowing you to interact with the recipient and direct the conversation path after initiation.

What telephony providers can I use for voice calls with OpenClaw?

To end a voice call, use the end_call action provided by the OpenClaw voice-call plugin, which terminates the active connection and stops the call flow across the configured telephony provider.