一键导入
send-message
Leave a message for the operator — saved to call log and delivered via the operator's preferred messaging channel
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Leave a message for the operator — saved to call log and delivered via the operator's preferred messaging channel
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | send-message |
| version | 1.0.0 |
| description | Leave a message for the operator — saved to call log and delivered via the operator's preferred messaging channel |
| metadata | {"amber":{"capabilities":["act"],"confirmation_required":true,"confirmation_prompt":"Would you like me to leave that message?","timeout_ms":5000,"permissions":{"local_binaries":[],"telegram":true,"openclaw_action":true,"network":false},"function_schema":{"name":"send_message","description":"Leave a message for the operator. The message will be saved to the call log and sent to the operator via their messaging channel. IMPORTANT: Always confirm with the caller before calling this function — ask 'Would you like me to leave that message?' and only proceed after they confirm.","parameters":{"type":"object","properties":{"message":{"type":"string","description":"The caller's message to leave for the operator","maxLength":1000},"caller_name":{"type":"string","description":"The caller's name if they provided it","maxLength":100},"callback_number":{"type":"string","description":"A callback number if the caller provided one","maxLength":30},"urgency":{"type":"string","enum":["normal","urgent"],"description":"Whether the caller indicated this is urgent"},"confirmed":{"type":"boolean","description":"Must be true — only set after the caller has explicitly confirmed their message and given permission to send it. The router will reject this call if confirmed is not true."}},"required":["message","confirmed"]}}}} |
Allows callers to leave a message for the operator. This skill implements the "leave a message" pattern that is standard in phone-based assistants.
params.confirmed === true before invoking; LLM prompt guidance is an additional layer, not the sole enforcement)delivery_failedReal phone assistant runtime with Twilio/OpenAI Realtime calling, inbound screening, confirmed outbound calls, local call logs/transcripts, optional local CRM/contact memory, calendar booking, contacts lookup, MCP tools, and a loopback-only dashboard.
Local contact memory and interaction log for operator-reviewed phone follow-up
Screen incoming phone calls with an AI receptionist. Amber answers calls, identifies the caller, determines the purpose, takes a message, and delivers a structured summary. Use when the user wants to set up call screening, check screened call results, or customize screening behavior.
Contact memory and interaction log. Remembers callers across calls, stores personal context, and logs every conversation. Use when looking up a contact, adding notes about someone, or reviewing interaction history.
Query and manage the operator's calendar — check availability and create new entries
Give Hermes Agent real phone capabilities through Amber's Twilio/OpenAI voice bridge and MCP tools.