voice-call

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

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/spoonbobo/trinity --skill voice-call-spoonbobo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/spoonbobo/trinity/tree/main/app/skills/voice-call
Command: npx skills add https://github.com/spoonbobo/trinity --skill voice-call-spoonbobo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of initiating and managing voice calls, allowing for programmatic communication with external phone numbers.

Core Features & Use Cases

  • Initiate Calls: Start new voice calls to specified numbers with custom messages.
  • Call Management: Track the status of ongoing calls and send messages during a call.
  • Use Case: An automated customer support system could use this Skill to initiate a callback to a user who reported an issue, providing them with an update.

Quick Start

Use the voice_call tool 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 voice calls with Twilio or Telnyx?

You can automate voice calls by configuring the voice-call plugin with provider credentials for Twilio, Telnyx, or Plivo, then using the voice_call tool to initiate calls with custom messages.

Can I check the status of an ongoing voice call?

Yes, you can check the status of ongoing voice calls and continue conversations by sending messages during the call using the voice-call plugin's management functionality.

What do I need to set up before initiating programmatic voice calls?

You need to enable the voice-call plugin and configure it with appropriate provider credentials for your chosen communication platform like Twilio, Telnyx, or Plivo before initiating calls.

Does the voice-call plugin work without a Twilio or Telnyx account?

Yes, the voice-call plugin includes a mock fallback provider, allowing you to test voice call initiation and management workflows without configuring actual provider credentials.

How do I send a custom message during an automated phone call?

You can send custom messages during an automated phone call by using the voice_call tool to initiate the call with your desired message and continuing the conversation through the plugin's call management features.

What is the best way to manage automated customer support callbacks?

Automated customer support callbacks can be managed by using the voice-call plugin to initiate calls to users with update messages and tracking the call status throughout the conversation.