voice-call

A software engineer who codes, writes, and thinks—sometimes simultaneously.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initiate and manage voice calls directly within OpenClaw workflows, enabling real-time audio communication with clients, teammates, and test numbers via programmable providers.

Core Features & Use Cases

  • Start calls across providers (Twilio, Telnyx, Plivo, or mock)
  • Inspect and manage call lifecycle with actions: initiate_call, continue_call, speak_to_user, end_call, get_status
  • Requires the voice-call plugin to be enabled and proper provider configuration under plugins.entries.voice-call.config

Quick Start

Ask the AI to initiate a voice call to a specific number 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 from an automated workflow?

To initiate a voice call, you must enable the voice-call plugin and configure a provider under plugins.entries.voice-call.config. You can then ask the AI to start calls to specific numbers using Twilio, Telnyx, Plivo, or a mock backend.

Can I use Twilio or Telnyx to programmatically manage voice calls?

Yes, you can manage voice calls programmatically using Twilio, Telnyx, or Plivo. The voice-call plugin maps to these providers, allowing you to integrate real-time audio communication directly into your automated workflows.

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

You can check the status of an active voice call or end it using the get_status and end_call actions. The voice-call plugin supports the full call lifecycle, including continue_call and speak_to_user actions.

What providers are supported for automating voice calls?

The voice-call plugin supports Twilio, Telnyx, Plivo, and a mock backend for automating voice calls. This allows you to choose your preferred programmable provider for client outreach or teammate coordination.

Do I need a specific plugin enabled to start voice calls in my workflow?

Yes, you need the voice-call plugin enabled to start voice calls in your workflow. Proper provider configuration must also be set under plugins.entries.voice-call.config for the selected backend to function correctly.

Can I test voice call automation without using a real telecom provider?

Yes, you can test voice call automation using the mock backend provider. This allows you to simulate call lifecycle operations, including initiate_call and speak_to_user actions, without incurring real telecom costs.