Skills phone-calls
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/batthis/amber-voice-assistant/packaging/cowork/skills/phone-calls" ~/.claude/skills/openclaw-skills-phone-calls && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/batthis/amber-voice-assistant/packaging/cowork/skills/phone-calls" ~/.openclaw/skills/openclaw-skills-phone-calls && rm -rf "$T"
manifest:
skills/batthis/amber-voice-assistant/packaging/cowork/skills/phone-calls/SKILL.mdsource content
Phone Calls
Amber can make and receive real phone calls via Twilio. This skill covers the core telephony capabilities.
MCP Tools
make_call
Initiate an outbound phone call.
(string, required): Phone number in E.164 format (e.g., +14165551234)to
(string, required): What to accomplish on the callobjective
(string): "conversation" (default) or "message" (one-way delivery)mode
get_call_status
Check the status of an active or recent call.
(string, required): The call ID returned by make_callcallId
end_call
Terminate an active call.
(string, required): The call ID to endcallId
get_call_history
Retrieve recent call logs with transcripts.
(string): "all", "inbound", "outbound", "missed"filter
(number): Number of calls to return (default: 10)limit
Guidelines
- Always confirm the recipient number and call objective with the user before dialing
- If the objective involves payment, deposits, or financial commitments, explicitly ask the user for approval first
- After each call, provide a summary including: who was called, outcome, key information exchanged, and caller sentiment
- For outbound calls, Amber pursues the stated objective autonomously — she's not just reading a script
- Calls have real-world consequences. Treat every call as if you're representing the user professionally