voice-call

Initiate and manage voice calls via the OpenClaw voice-call plugin.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start voice calls through the OpenClaw voice-call plugin, unifying calling workflows and reducing manual steps.

Core Features & Use Cases

  • Initiate calls to a provided number using configured providers (Twilio, Telnyx, Plivo, or a mock fallback).
  • Inspect call status and manage ongoing conversations directly from OpenClaw.
  • Ensure plugin configuration is read from plugins.entries.voice-call.config and supports secure credentials.

Quick Start

Ask OpenClaw to initiate a call to +15555550123 and monitor its progress.

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

You can start a programmable voice call by asking OpenClaw to initiate a call to a specific number. The voice-call plugin routes the request through your configured provider, such as Twilio, Telnyx, or Plivo, using credentials stored in the plugin config.

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

You can check voice call status by using the plugin's inspect feature within OpenClaw. This allows you to monitor ongoing conversations and manage active calls directly, providing real-time updates on the call's current state and progress.

Do I need to configure provider credentials before initiating a call?

Yes, you must configure provider-specific credentials and a fromNumber before initiating a call. These settings are read from plugins.entries.voice-call.config, ensuring the voice-call plugin can securely authenticate with your chosen provider like Twilio or Plivo.

Can I test voice call workflows without a live telephony provider?

Yes, you can test voice call workflows using the mock provider fallback. This allows you to simulate programmable calling and inspect call status within OpenClaw without needing live credentials or incurring costs on networks like Twilio or Telnyx.

What is the best way to unify calling workflows across multiple providers?

The best way to unify calling workflows is using the OpenClaw voice-call plugin to abstract provider differences. It manages calls across Twilio, Telnyx, and Plivo through a single interface, reducing manual steps and centralizing call status inspection.