🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

agent-call

by @kieferhuan

AI-powered outbound calling service. Use when user expresses intent to make phone calls (e.g., "help me call xxx to book a table", "call customer about promo...

Versionv1.0.8
πŸ’‘ Examples

See examples/ directory for complete use cases:

  • examples/appointment-reminder.sh - Automated appointment reminders
  • examples/emergency-broadcast.sh - Broadcast emergency alerts
  • examples/ivr-menu.sh - Interactive voice menu
  • examples/voicemail-transcription.sh - Voicemail to email
  • examples/two-factor-auth.sh - Voice-based 2FA
  • βš™οΈ Configuration

    1. Twilio Account: Sign up at twilio.com 2. Twilio Phone Number: Purchase a number with Voice capabilities 3. Twilio Credentials: Account SID and Auth Token

    πŸ“‹ Tips & Best Practices

    Call Not Connecting

    # Check number formatting (must be E.164)
    ./scripts/validate-number.sh "+15551234567"

    Test connectivity

    ./scripts/make-call.sh --to "$TWILIO_PHONE_NUMBER" --message "Test call"

    Webhook Not Receiving Calls

    # Test webhook
    curl -X POST https://your-server.com/voice \
      -d "Called=+15551234567" \
      -d "From=+15559876543"

    Check Twilio debugger

    ./scripts/check-logs.sh --recent 10

    Audio Quality Issues

    # Use different voice engine
    ./scripts/make-call.sh --to "+15551234567" --message "Test" --voice "Google.en-US-Neural2-A"

    Adjust speech rate

    ./scripts/make-call.sh --to "+15551234567" --message "Test" --rate "90%"

    View on ClawHub
    TERMINAL
    clawhub install agent-call

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’