voice-call

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

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Clawdi-AI/openclaw --skill voice-call-clawdi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/Clawdi-AI/openclaw/tree/main/skills/voice-call
Command: npx skills add https://github.com/Clawdi-AI/openclaw --skill voice-call-clawdi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables automated voice calling capabilities, allowing for programmatic initiation and management of phone calls directly through the OpenClaw assistant.

Core Features & Use Cases

  • Initiate Calls: Start new voice calls to specified phone numbers with custom messages.
  • Manage Calls: Check the status of ongoing calls or end them.
  • Use Case: Automatically call a customer to confirm an appointment, providing a pre-recorded message.

Quick Start

Use the voice-call skill to initiate a call to +15555550123 with the message "Hello from OpenClaw".

Frequently Asked Questions about voice-call

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

FAQPage Schema
How do I automate outbound voice calls with a custom message?

To automate outbound voice calls, this Skill initiates calls to specified phone numbers using integrated telephony plugins and delivers a custom message. It allows programmatic initiation directly through the assistant.

Can I use Twilio or Telnyx for telephony automation?

Yes, telephony automation supports provider plugins like Twilio, Telnyx, or Plivo. You must configure the specific plugin for your chosen provider to enable voice call management.

What is the best way to check the status of an ongoing voice call?

The best way to check the status of an ongoing voice call is using the Skill's built-in management functionality. It queries the active telephony provider to retrieve the current state of the call.

How do I terminate an active telephony call programmatically?

To terminate an active telephony call programmatically, use the Skill's call management functionality to send a termination command to the telephony provider. This ends the ongoing voice call session.

Do I need specific plugin configurations to initiate voice calls?

Yes, you need specific plugin configurations for your chosen telephony provider, such as Twilio or Plivo, before initiating voice calls. The Skill relies on these integrated telephony plugins to function.