voice-call

Initiates and manages voice calls via Twilio, Telpnyx, or Plivo.

1|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Rlier/clawdbot --skill voice-call-rlier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/Rlier/clawdbot/tree/main/skills/voice-call
Command: npx skills add https://github.com/Rlier/clawdbot --skill voice-call-rlier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables automated voice calls, allowing for programmatic communication with phone numbers for various purposes like notifications or interactive voice responses.

Core Features & Use Cases

  • Initiate Calls: Start outbound calls to specified phone numbers with custom messages.
  • Call Status: Check the current status of ongoing or completed calls.
  • Interactive Voice: Potentially used for automated customer service or alerts.

Quick Start

Use the voice_call tool to initiate a call to +15555550123 with the message "Hello from Clawdbot".

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, you use a telephony plugin to initiate calls to specified phone numbers with custom messages. This allows programmatic communication for automated notifications or alerts.

What telephony providers can I use for automated voice calls?

Automated voice calls are supported through integrated telephony providers like Twilio, Telnyx, or Plivo. You must configure the specific credentials and phone numbers for your chosen provider.

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

You can check the status of an ongoing automated voice call by using the call status feature. This allows you to monitor whether a initiated call is ongoing, completed, or in another state.

Can I speak to a user dynamically during an automated voice call?

Yes, you can speak to users dynamically during an automated voice call. The interactive voice capability supports actions like speaking to users mid-call for automated customer service interactions.

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

Yes, configuring specific telephony provider credentials and phone numbers is required before initiating a voice call. Without proper provider setup, the automated call actions cannot execute.

When should I use automated voice calls for notifications?

Use automated voice calls for notifications when you need programmatic communication with phone numbers for alerts or interactive voice responses. It is suited for scenarios requiring direct, automated voice delivery.