Install
openclaw skills install phone-calls-blandMake AI-powered phone calls via Bland AI - book restaurants, make appointments, inquire about services. The AI calls on your behalf and reports back with transcripts.
openclaw skills install phone-calls-blandMake AI-powered phone calls on behalf of the user — book restaurants, make appointments, inquire about services, etc.
Why Bland AI?
phone_number + task to make a callAdd to your environment or .env:
BLAND_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxx
Or store in ~/.clawd/secrets.json:
{
"bland_api_key": "sk-xxxxxxxxxxxxxxxxxxxxxxxx"
}
./phone-call.sh "+447123456789" "Call the restaurant and book a table for 2 at 7pm tonight under the name John"
./phone-call.sh "+447123456789" "Ask about their opening hours" --voice maya
./check-call.sh <call_id>
Restaurant Booking:
Call this restaurant and book a table for 4 people on Saturday at 8pm.
The booking should be under the name "Smith". If they ask for a phone
number, give them +447123456789.
Appointment Inquiry:
Call this dental office and ask what appointments are available next
week for a routine checkup. Get at least 3 options if possible.
Service Inquiry:
Call this plumber and ask if they can come out tomorrow to fix a
leaking tap. Get a quote for the callout fee.
Built-in voices:
josh - Male, professionalmaya - Female, friendly (default)florian - Male, European accentderek - Male, casualjune - Female, professionalnat - Male, naturalpaige - Female, upbeatThe AI can detect voicemails and either hang up, leave a message, or ignore.
Set record: true to get a recording URL after the call.
Get notified when calls complete by setting a webhook URL.
For complex flows (IVR menus, multi-step processes), create pathways in the Bland dashboard.
"Invalid phone number"
+44 for UK, +1 for US"Insufficient balance"
"Rate limit exceeded"
phone-call.sh — Make a phone callcheck-call.sh — Check call status/transcriptbland.sh — Low-level API wrapper