voice-call

Initiate and manage real-time voice calls through Moltbot's voice-call plugin.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yogi-076/Vajrascan.on --skill voice-call-yogi-076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/Yogi-076/Vajrascan.on/tree/main/moltbot/skills/voice-call
Command: npx skills add https://github.com/Yogi-076/Vajrascan.on --skill voice-call-yogi-076

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates initiation and management of real-time voice calls via Moltbot's voice-call plugin.

Core Features & Use Cases

  • Initiate and manage calls using Twilio, Telnyx, Plivo, or a mock provider via the voice-call plugin.
  • Track call status and perform in-call actions (continue_call, speak_to_user, end_call) from Moltbot.
  • Use Case: Support teams can verify a caller's identity by placing an automated verification call and recording the outcome in the conversation.

Quick Start

Tell Moltbot to initiate a voice call to a contact using the configured provider.

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 through Twilio or Telnyx using a bot?

You can automate voice calls by using the voice-call plugin to initiate and manage real-time communications through Twilio, Telnyx, Plivo, or mock providers. The plugin supports actions like initiate_call and end_call directly from the bot.

What in-call actions can I manage during an automated voice call?

During an automated voice call, you can manage in-call actions including continue_call, speak_to_user, end_call, and get_status. These actions allow you to track call status and interact with the recipient in real-time.

Do I need the voice-call plugin enabled to initiate automated calls?

Yes, you need the voice-call plugin enabled to initiate automated calls. The skill reads its configuration from plugins.entries.voice-call.config to determine the provider and manage call workflows.

Can I use a mock provider to test voice call automation without real telephony costs?

Yes, the voice-call plugin supports a mock provider alongside Twilio, Telnyx, and Plivo. You can use the mock provider to test call initiation and management workflows without incurring real telephony charges.

How does automated voice calling work for customer support verification?

For customer support, automated voice calling works by placing an verification call to a contact and tracking the outcome. Support teams can use the plugin to automate identity verification and record results in the conversation.

What is the best way to track the status of an automated voice call?

The best way to track the status of an automated voice call is to use the get_status action provided by the voice-call plugin. This allows you to monitor real-time call progress and outcomes within your workflow.