voice-call

Initiate, monitor, and end voice calls via Twilio, Telnyx, Plivo, or mock provider.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-plus --skill voice-call-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/aayushsoam/clawbot-plus/tree/main/skills/voice-call
Command: npx skills add https://github.com/aayushsoam/clawbot-plus --skill voice-call-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Voice-call operations on a PC often require manual setup or separate tools to initiate, monitor, and end calls. This skill integrates with the ClawBot-Plus platform to control voice calls directly from the agent, simplifying telephony tasks.

Core Features & Use Cases

  • Initiate calls to Twilio, Telnyx, Plivo, or mock provider with a single command.
  • Monitor and inspect call status in real-time to respond to events.
  • End calls and continue conversations using built-in actions.
  • Plugin configuration is managed through the config path plugins.entries.voice-call.config, with a dev fallback to a mock provider.

Quick Start

Install clawbot-plus, enable the voice-call plugin, and run clawbot-plus voicecall to start a call.

Frequently Asked Questions about voice-call

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

FAQPage Schema
How do I initiate voice calls through Twilio, Telnyx, or Plivo from an agent?

You can initiate voice calls through Twilio, Telnyx, or Plivo by using the ClawBot-Plus voice-call plugin. It requires enabling the plugin and reading configuration from the plugins.entries.voice-call.config path to start calls with a single command.

Can I monitor real-time telephony status and end calls programmatically?

Yes, you can monitor real-time telephony status and end calls programmatically. The voice-call skill enables you to inspect call status in real-time to respond to events and terminate calls using built-in actions.

Do I need a specific telephony provider account to test voice-call automation?

You do not need a specific telephony provider account to test voice-call automation. The plugin provides a dev fallback to a mock provider, allowing you to test initiating, monitoring, and ending calls without connecting to Twilio, Telnyx, or Plivo.

What is the best way to manage voice-call configuration for ClawBot-Plus?

The best way to manage voice-call configuration for ClawBot-Plus is through the config path plugins.entries.voice-call.config. This centralized configuration controls provider settings and plugin behavior for your telephony tasks.

Does the voice-call skill work without the ClawBot-Plus plugin enabled?

No, the voice-call skill does not work without the ClawBot-Plus plugin enabled. It requires the voice-call plugin to be actively enabled in your environment to handle real-time telephony operations like initiating and ending calls.