voice-call

Automate outbound calls and manage conversations through the Otto voice-call plugin.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill voice-call-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/voice-call
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill voice-call-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initiates and manages voice calls through the Otto voice-call plugin using providers like Twilio, Telnyx, Plivo, or mock, enabling quick setup and reliable telephony interactions.

Core Features & Use Cases

  • Start outbound calls, continue conversations, speak messages, end calls, and check status through a single plugin.
  • Switch between real providers and a mock fallback for testing, with configuration under plugins.entries.voice-call.config.

Quick Start

Dial a number and start an outbound call 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 automate outbound voice calls through a telephony provider?

You can automate outbound voice calls by using the voice-call plugin to dial numbers and manage conversations across supported telephony providers. The Skill handles initiating the call, speaking messages, and ending the connection.

Does the voice-call plugin support Twilio, Telnyx, and Plivo?

Yes, the voice-call plugin supports telephony providers including Twilio, Telnyx, and Plivo. It also includes a mock provider fallback for testing and development scenarios.

What configuration is required to start an outbound call?

To start an outbound call, you must enable the voice-call plugin and configure it under plugins.entries.voice-call.config with your chosen provider, credentials, and a from-number.

Can I check the real-time status of an ongoing voice call?

Yes, you can retrieve the real-time status of ongoing voice calls. The Skill manages ongoing conversations and retrieves call status for scenarios like support lines and automated alerts.

How can I test voice call automation without using a live telephony provider?

You can test voice call automation by switching the plugin configuration to use the mock provider fallback. This allows you to simulate outbound dialing and conversations without live credentials.

Why does my voice call fail to initiate even after configuring the provider?

Voice call initiation fails if the plugin is not properly enabled or configured. Ensure plugins.entries.voice-call.config includes the provider, credentials, and from-number to resolve the issue.