From sundial-org-awesome-openclaw-skills-4
Makes AI-powered outbound phone calls via Bland AI to book restaurants, make appointments, or inquire about services. Provides transcripts, summaries, and optional recordings.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Make AI-powered phone calls on behalf of the user — book restaurants, make appointments, inquire about services, etc.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Make 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