voice-call

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start voice calls via the Moltbot voice-call plugin to enable real-time audio communication within Moltbot workflows.

Core Features & Use Cases

  • Initiate and monitor voice calls using the voice-call plugin across Twilio, Telnyx, Plivo, or a mock development mode.
  • Inspect call status, resume conversations, and end calls programmatically with a consistent action interface.
  • Use cases include customer support, sales outreach, and on-call automation integrated with Moltbot workflows.

Quick Start

Place a voice call to a contact 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 start a voice call within Moltbot workflows?

You can monitor voice call status in CRM workflows by using the get_status action to inspect active calls and resume conversations programmatically through the Moltbot voice-call plugin.

Does the voice-call plugin support Twilio and Telnyx for real-time audio communication?

Yes, the voice-call plugin supports real-time audio communication across Twilio, Telnyx, and Plivo, while also offering a mock development mode for testing without live telephony connections.

Can I use voice call management for hands-free customer support automation?

Yes, you can use voice call management for hands-free customer support automation, as the plugin satisfies call lifecycle actions like continue_call and end_call for support desks and field teams.

What is the best way to end a voice call programmatically using Moltbot?

The best way to end a voice call programmatically using Moltbot is to execute the end_call action from the unified action set to terminate the real-time audio communication session.