afrexai-voice-ai-engineDesign, build, and deploy production-grade AI voice agents for calls, covering conversation design, voice UX, telephony integration, and scalable platform-ag...
Install via ClawdBot CLI:
clawdbot install 1kalin/afrexai-voice-ai-engineGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://afrexai-cto.github.io/context-packs/Audited Apr 18, 2026 · audit v1.0
Generated May 8, 2026
A voice AI agent that handles inbound calls for scheduling, rescheduling, and canceling appointments. It integrates with calendar systems to check availability, sends confirmations, and reduces no-shows with reminders.
An agent that places outbound calls to leads from property inquiries, asks qualifying questions about budget and timeline, and books appointments with agents. Uses CRM integration to log interactions and update lead status.
An agent that answers inbound calls about order status, tracking numbers, and delivery estimates. It accesses order databases in real-time to provide accurate updates and can escalate to human agents for complex issues.
An outbound agent that calls customers with upcoming or overdue payments, offers payment plan options, and processes payments via secure IVR. It complies with TCPA regulations and escalates if customer requests human assistance.
A voice agent that handles common IT support calls like password resets, account unlocks, and software troubleshooting. It uses a knowledge base to provide step-by-step guidance and creates tickets in the ITSM system for unresolved issues.
Charge clients based on the number of minutes their AI agent spends on calls. This model is simple to understand and scales with usage, typically priced between $0.10-$0.30 per minute, plus a base platform fee.
Build and deploy custom voice agents for businesses under their own brand. Charge a one-time setup fee ($5k-$20k) and a monthly subscription ($1k-$5k) based on call volume and features, including maintenance and support.
Offer a full-service voice agent solution where the provider handles design, deployment, and optimization, and charges a base retainer plus performance bonuses (e.g., per booked appointment or lead). Aligns incentives with client success.
💬 Integration Tip
Leverage webhooks and REST APIs to connect the voice agent with CRM, calendar, and ticketing systems. Start with a simple integration for one data source, then expand to avoid upfront complexity.
Scored May 8, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Start voice calls via the OpenClaw voice-call plugin.