Skip to content
Skill

Voice Call

by kaivyy

AI Summary

Voice Call enables developers to integrate telephony capabilities (Twilio, Telnyx, Plivo) into AI agents for automated outbound calling and voice interactions. It's useful for teams building conversational IVR systems, notification platforms, and autonomous customer service agents.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Voice Call" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/voice-call && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/voice-call/SKILL.md "https://raw.githubusercontent.com/kaivyy/kabot/main/kabot/skills/voice-call/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Next-Gen Autonomous AI Engineer. Ditch the stateless chatbots. Kabot brings Stateful Hybrid Memory, zero-hallucination workflows, and persistent multi-agent orchestration to your local machine. 🦊🚀🛡️

Voice Call

Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock).

CLI

`bash kabot voicecall call --to "+15555550123" --message "Hello from Kabot" kabot voicecall status --call-id <id> `

Tool

Use voice_call for agent-initiated calls. Actions: • initiate_call (message, to?, mode?) • continue_call (callId, message) • speak_to_user (callId, message) • end_call (callId) • get_status (callId) Notes: • Requires the voice-call plugin to be enabled. • Plugin config lives under plugins.entries.voice-call.config. • Twilio config: provider: "twilio" + twilio.accountSid/authToken + fromNumber. • Telnyx config: provider: "telnyx" + telnyx.apiKey/connectionId + fromNumber. • Plivo config: provider: "plivo" + plivo.authId/authToken + fromNumber. • Dev fallback: provider: "mock" (no network).

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
8 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars8
Forks2
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code