Install
openclaw skills install openclaw-phone-receiptTrigger and manage OpenClaw outbound phone receipts via ElevenLabs+Twilio for task completion/failure notifications. Use when user asks to call them after finishing/failing a task, asks to enable/disable fixed command toggles ("phone-receipt=on/off"), asks to test call quality, or asks to persist phone receipt behavior across sessions.
openclaw skills install openclaw-phone-receiptUse this skill to manage phone callback notifications.
phone-receipt=on → enable phone receipt policyphone-receipt=off → disable phone receipt policyState file:
memory/phone-receipt-state.jsonenabled=true.policy.onComplete=falsepolicy.onFailure=truepolicy.onUrgent=truememory/phone-receipt-state.json.scripts/trigger_call.sh.When phone is not required by policy, use message delivery (Telegram text) as default receipt path.
python3 skills/openclaw-phone-receipt/scripts/set_phone_receipt_state.py onpython3 skills/openclaw-phone-receipt/scripts/set_phone_receipt_state.py offbash skills/openclaw-phone-receipt/scripts/trigger_call.shRequires .env.elevenlabs-call with:
ELEVENLABS_AGENT_IDELEVENLABS_OUTBOUND_PHONE_IDTO_NUMBERELEVENLABS_API_KEY can come from shell env or .env.elevenlabs-call.
For full setup (Twilio purchase/verify, ElevenLabs import, key scopes, troubleshooting), read:
references/setup.mdFor ClawHub upload checklist (version/changelog/size requirements), read:
references/publish-clawhub.mdIf call fails, return concise root cause and next action:
convai_read)