clawcall-devUse when the user wants an AI agent to place a US phone call, call a business, handle hold or phone menus, confirm/reschedule/cancel/book/follow up/check an...
Install via ClawdBot CLI:
clawdbot install clawcall-dev/clawcall-devGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://clawcall.devAudited Apr 17, 2026 · audit v1.0
Generated Apr 26, 2026
Automate appointment confirmations for clinics or offices. The AI calls patients to verify their upcoming appointment details, reducing no-shows and freeing staff time.
Phone-based order tracking for e-commerce or logistics. The AI calls a business's order status line, navigates menus, and retrieves delivery updates for the user.
Make restaurant or event reservations on behalf of the user. The AI calls the venue, provides details, and confirms availability, handling follow-up questions about party size or timing.
Calling local businesses to confirm hours, holiday closures, or service availability. Useful for users planning visits or deliveries, especially during off-hours.
When phone lines are busy, the AI calls to request a callback or leave a message for the user, bridging the gap when first contact fails.
Charge users per successful call, with tiers based on duration or features (e.g., handoff, priority). Revenue scales with usage.
License the API to businesses (e.g., clinics, delivery services) for integration into their workflows, charging a monthly fee with call volume allowances.
Offer a branded phone agent that companies can resell to their customers, with a share of revenue or a flat per-agent fee.
💬 Integration Tip
Start with a simple 'confirm appointment' call to test the API. Save the API key to a secure store or file immediately after first use for persistence across sessions.
Scored Jul 2, 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 speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Text-to-speech via OpenAI Audio Speech API.