AI-powered phone calls for OpenClaw agents.
moltdialer_call - Initiate an AI phone callmoltdialer_status - Check call statusmoltdialer_lookup - Research company before callingmoltdialer_list_tasks - List your calling tasks
// In OpenClaw, add the skill:
openclaw skill add moltdialer.ai
// Then use in your agent:
moltdialer_call({
company_name: "Comcast",
task_type: "cancel_subscription",
context: {
account_number: "123456",
reason: "Moving to new address"
}
})