voice-call

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting and coordinating voice calls programmatically can be error-prone and time-consuming; this skill provides a consistent interface to initiate and manage calls via crocbot.

Core Features & Use Cases

  • Initiate calls to users or numbers using popular providers (Twilio, Telnyx, Plivo) or a mock driver for development.
  • Manage call flow with actions like initiate_call, continue_call, speak_to_user, end_call, and get_status for real-time status updates.
  • Use cases include customer outreach, reminders, or alerting via voice messages delivered through automated workflows.

Quick Start

Tell crocbot 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 and manage voice calls programmatically using Twilio or Plivo?

To manage voice calls programmatically, you can use this skill to initiate, continue, and end calls via crocbot. It supports providers like Twilio, Telnyx, and Plivo by reading credentials from the plugin's config keys.

Can I test automated voice call workflows without using a live telecom provider?

Yes, you can test automated voice call workflows without a live telecom provider by using the mock driver included for development. This allows you to simulate call flows and check status updates without incurring costs.

What actions are available for managing call flow in an automated voice workflow?

Available actions for managing call flow include initiate_call, continue_call, speak_to_user, end_call, and get_status. These allow you to control the conversation and retrieve real-time updates throughout the call.

Do I need a specific plugin enabled to start voice calls through crocbot?

Yes, you need the voice-call plugin enabled to start voice calls through crocbot. The skill relies on this plugin being active to read configuration keys and provider credentials necessary for execution.

What is the best way to send automated voice alerts and reminders to users?

The best way to send automated voice alerts and reminders is by using this skill to programmatically initiate calls. It provides a consistent interface to deliver voice messages through providers like Twilio or Plivo.

Does the voice-call skill support Telnyx for customer outreach workflows?

Yes, the voice-call skill supports Telnyx for customer outreach workflows. It integrates with Telnyx alongside Twilio and Plivo to initiate calls and deliver automated voice messages.