voice-call

Initiate and inspect voice calls via Twilio, Telnyx, Plivo, or mock providers.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Zentin-L/Masterbot --skill voice-call-zentin-l
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/Zentin-L/Masterbot/tree/main/skills/voice-call
Command: npx skills add https://github.com/Zentin-L/Masterbot --skill voice-call-zentin-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable seamless initiation and monitoring of voice calls via multiple telephony providers from Moltbot, reducing manual steps and context switching.

Core Features & Use Cases

  • Multi-provider calling: Twilio, Telnyx, Plivo, or mock for development.
  • Agent-initiated calls: Trigger calls from Moltbot to users or agents and monitor status.
  • Status inspection: Retrieve call status and metadata programmatically.
  • Configuration-driven: Works with plugin configurations at plugins.entries.voice-call.config.

Quick Start

Ask Moltbot to initiate a call to a specific number using the voice_call tool.

Frequently Asked Questions about voice-call

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

FAQPage Schema
How do I initiate a voice call from Moltbot using Twilio or Plivo?▼

To initiate a voice call, you ask Moltbot to trigger a call to a specific number using the voice_call tool. The Skill manages the call across configured providers like Twilio, Telnyx, or Plivo.

What configurations are required to enable voice calls with Telnyx in Moltbot?▼

Voice calls require the voice-call plugin to be enabled with correct provider configurations, including provider, accountSid, authToken, and fromNumber, set at plugins.entries.voice-call.config.

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

Yes, you can test voice call workflows using the mock provider configuration. This fallback allows development and testing without connecting to live Twilio, Telnyx, or Plivo accounts.

How do I inspect the status of an active voice call initiated through the Moltbot plugin?▼

You can programmatically retrieve voice call status and metadata by inspecting the call through the Moltbot voice-call plugin. This allows monitoring of initiated calls across providers.

Does the Moltbot voice-call plugin support managing calls across multiple telephony providers simultaneously?▼

The voice-call plugin supports multi-provider calling for Twilio, Telnyx, and Plivo. It applies provider configurations to initiate, continue, and inspect calls based on the specified provider settings.