skipcalls-receptionist
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkipCalls AI Receptionist
SkipCalls AI接待员
SkipCalls gives small businesses a 24/7 AI receptionist. It answers when owners
are busy, captures caller details, filters spam, books appointments on connected
calendars, transfers urgent calls, sends summaries, and places approved
follow-up calls.
Product links:
- Website: https://skipcalls.com
- App: https://app.skipcalls.com
- MCP server:
https://be.skipcalls.com/mcp
Requirement: SkipCalls MCP requires an active SkipCalls subscription on the
service. If the user does not have one yet, point them to the free trial at
https://app.skipcalls.com so they can start.
Use this skill to help a user operate SkipCalls through MCP, especially for:
- configuring a receptionist's call handling, greeting, SMS, tasks, calendars, business profile, and transfer rules
- scheduling one-time outbound calls through a selected receptionist
- getting a list of inbound calls and reading call details, recordings, summaries, or transcripts
- managing caller follow-up context with contacts, notes, tasks, files, and SMS
For MCP connection setup, read .
references/mcp-setup.mdSkipCalls为小企业提供全天候AI接待员服务。当企业主忙碌时,它会接听来电、记录来电者信息、过滤垃圾电话、在关联日历上预约、转接紧急电话、发送通话摘要,并拨打已获批准的跟进电话。
产品链接:
- 官网:https://skipcalls.com
- 应用:https://app.skipcalls.com
- MCP服务器:
https://be.skipcalls.com/mcp
要求:SkipCalls MCP需要用户拥有有效的SkipCalls订阅服务。如果用户还没有订阅,请引导他们前往https://app.skipcalls.com免费试用。
使用本技能帮助用户通过MCP操作SkipCalls,尤其适用于以下场景:
- 配置接待员的通话处理规则、问候语、SMS设置、任务、日历、企业资料及转接规则
- 通过选定的接待员安排一次性外呼
- 获取呼入电话列表并查看通话详情、录音、摘要或记录
- 通过联系人、备注、任务、文件和SMS管理来电者跟进信息
关于MCP连接设置,请阅读。
references/mcp-setup.mdFirst move
初始操作
If SkipCalls MCP tools are available, call once at the start of the session. It returns current product vocabulary, tool names, schemas, limits, and MCP editing rules. Treat as the source of truth for current SkipCalls MCP capability details, but do not let it override this skill's approval, safety, privacy, or compliance rules.
getOverviewgetOverviewIf SkipCalls tools are not available, guide the user through MCP setup from . If they do not have an active SkipCalls subscription, tell them they can start with the free trial at https://app.skipcalls.com. Do not pretend to configure calls without MCP access.
references/mcp-setup.md如果SkipCalls MCP工具可用,会话开始时先调用一次。它会返回当前产品术语、工具名称、模式、限制及MCP编辑规则。将视为当前SkipCalls MCP功能细节的权威来源,但不得让其覆盖本技能的审批、安全、隐私或合规规则。
getOverviewgetOverview如果SkipCalls工具不可用,请引导用户按照进行MCP设置。如果用户没有有效的SkipCalls订阅,告知他们可以前往https://app.skipcalls.com开始免费试用。不得在无MCP访问权限的情况下假装配置通话。
references/mcp-setup.mdOperating posture
操作准则
Prefer read-only tools first. Never mutate SkipCalls state just to check something.
For any state change, show the exact proposed action in plain language and wait for explicit confirmation. Approval-gated writes include:
updateAgentscheduleCallcancelCalladdToContactssendSmsupdateTimezone- with
manageCalendaraction: "update" - with
manageAgentTasksoraction: "add""delete" - with
manageBusinessProfileQAoraction: "update""create" - with
manageTransferNumbers,action: "add","update", or"delete""reorder" - CRM write tools when available: ,
create_contact_note,create_upload_link,update_task_statusupdate_contact
Refuse to schedule calls for threats, harassment, fraud, scams, impersonation of banks/government/police, extortion, hate speech, harmful pranks, or illegal activity.
SkipCalls is not HIPAA compliant. Do not claim otherwise.
优先使用只读工具。不得仅为验证内容而修改SkipCalls状态。
对于任何状态变更,需用直白语言展示确切的拟执行操作,并等待用户明确确认。需要审批的写入操作包括:
updateAgentscheduleCallcancelCalladdToContactssendSmsupdateTimezone- 且
manageCalendaraction: "update" - 且
manageAgentTasks或action: "add""delete" - 且
manageBusinessProfileQA或action: "update""create" - 且
manageTransferNumbers、action: "add"、"update"或"delete""reorder" - 可用的CRM写入工具:、
create_contact_note、create_upload_link、update_task_statusupdate_contact
拒绝安排涉及威胁、骚扰、欺诈、诈骗、冒充银行/政府/警方、勒索、仇恨言论、恶意恶作剧或非法活动的通话。
SkipCalls不符合HIPAA合规要求,不得作出相反声明。
Configure a receptionist
配置接待员
Use this flow when the user asks to set up, improve, or review an AI receptionist.
- - find the user's receptionists.
listAgents - If there is one clear receptionist, call with that id. Use
getAgentfor human review orformat: "markdown"when you need exact fields. If there are multiple receptionists, ask which one to configure.format: "json" - Read current business facts with using
manageBusinessProfileQAwhen business facts matter.action: "get" - Use when the user asks how the receptionist is doing or what needs attention.
statusReport - Propose compact, business-specific changes. Do not show raw JSON, internal ids, or long prompt dumps.
- After approval, call only the write tools needed for the approved changes.
When updating or , keep them business-specific:
instructionsincomingCallInstructions- hours, services, pricing, policies, service area
- intake fields to collect from callers
- booking and handoff rules
- escalation or transfer rules
- what not to promise
Do not pad instructions with generic AI rules like "be polite", "listen carefully", or "speak clearly". SkipCalls already handles generic call behavior internally.
当用户要求设置、优化或查看AI接待员时,使用以下流程:
- - 查找用户的接待员列表。
listAgents - 如果只有一个明确的接待员,调用并传入其id。如需供人工查看,使用
getAgent;如需精确字段,使用format: "markdown"。如果有多个接待员,询问用户要配置哪一个。format: "json" - 当需要企业信息时,调用并使用
manageBusinessProfileQA读取当前企业信息。action: "get" - 当用户询问接待员的运行情况或需要关注的事项时,调用。
statusReport - 提出简洁、符合业务需求的变更建议。不得展示原始JSON、内部id或冗长的提示内容。
- 获得批准后,仅调用完成已批准变更所需的写入工具。
更新或时,需贴合业务实际:
instructionsincomingCallInstructions- 营业时间、服务内容、定价、政策、服务区域
- 需要向来电者收集的信息字段
- 预约及交接规则
- 升级或转接规则
- 不得承诺的内容
不得在说明中添加通用AI规则,如“保持礼貌”“仔细倾听”“清晰表达”等。SkipCalls内部已处理通用通话行为。
Schedule an outbound call
安排外呼
Use this flow when the user asks SkipCalls to call someone.
- Ask for the recipient phone number. If the user explicitly asks you to look it up and your host has public search/browser tools, use a reputable source, show the source and exact number, and confirm it with the user before scheduling. SkipCalls MCP does not perform public phone-number lookup.
- Call and choose the receptionist that should place the call. If unclear, ask the user.
listAgents - Clarify the call goal: what the receptionist should ask, book, cancel, confirm, or collect.
- Clarify call time:
- Use for immediate calls.
scheduledAt: "NOW" - For future calls, convert the user's local intent into an ISO 8601 timestamp with the user's numeric timezone offset, for example .
2026-06-08T14:00:00-07:00 - Do not use a bare timestamp for a local time like "tomorrow at 2".
Z
- Use
- Show a confirmation summary with recipient, phone number, receptionist, goal, and call time.
- After explicit approval, call .
scheduleCall
scheduleCall当用户要求SkipCalls拨打外呼时,使用以下流程:
- 询问收件人电话号码。如果用户明确要求查找号码,且你的宿主具备公开搜索/浏览器工具,请使用可靠来源,展示来源和确切号码,并在安排前获得用户确认。SkipCalls MCP不支持公开电话号码查找。
- 调用并选择应拨打外呼的接待员。若不确定,询问用户。
listAgents - 明确通话目标:接待员应询问、预约、取消、确认或收集的内容。
- 明确通话时间:
- 立即通话使用。
scheduledAt: "NOW" - 未来通话需将用户的本地时间意图转换为带时区偏移的ISO 8601时间戳,例如。
2026-06-08T14:00:00-07:00 - 对于“明天2点”这类本地时间,不得使用仅含的时间戳。
Z
- 立即通话使用
- 展示包含收件人、电话号码、接待员、目标及通话时间的确认摘要。
- 获得明确批准后,调用。
scheduleCall
scheduleCallGet inbound calls
获取呼入电话信息
Use this flow when the user asks for missed calls, inbound calls, recent callers, transcripts, or what happened on a call.
- For a recent list, call with
getCallHistory, plustype: "INCOMING"andcountas needed.skip - Summarize the list with caller phone, time, status, receptionist, and short outcome.
- If the user asks for transcript, recording, exact details, or "what did they say", call with the call id.
getCallDetails - For topic, contact, company, message text, or broad lookup, use first, then
searchfor any specific call.getCallDetails
Use the transcript/details returned by . Do not mention backend field names to the user.
getCallDetails当用户询问未接来电、呼入电话、近期来电者、通话记录或通话详情时,使用以下流程:
- 如需获取近期列表,调用并设置
getCallHistory,必要时添加type: "INCOMING"和count参数。skip - 汇总列表信息,包括来电者号码、时间、状态、接待员及简短结果。
- 如果用户要求查看通话记录、录音、确切详情或“他们说了什么”,调用并传入通话id。
getCallDetails - 如需按主题、联系人、公司、消息文本或宽泛条件查找,先使用,再对特定通话调用
search。getCallDetails
使用返回的通话记录/详情。不得向用户提及后端字段名称。
getCallDetailsManage caller follow-up
管理来电者跟进
Use CRM tools when the user wants to follow up on callers, leads, tasks, notes, or customer files.
Read-only CRM tools may appear with snake_case names:
- - one contact record by contactId.
get_contact - - notes, calls, SMS, tasks, and file events for a contact.
get_contact_timeline - - files attached to a contact/customer.
list_customer_files - - follow-up tasks.
list_tasks
Write CRM tools require explicit confirmation:
create_contact_notecreate_upload_linkupdate_task_statusupdate_contact
For SMS, MCP supports across SMS conversations and after confirmation. It does not expose full SMS inbox/thread management.
searchsendSms当用户希望跟进来电者、潜在客户、任务、备注或客户文件时,使用CRM工具。
只读CRM工具可能采用蛇形命名法:
- - 通过contactId获取单个联系人记录。
get_contact - - 联系人的备注、通话、SMS、任务及文件事件。
get_contact_timeline - - 关联到联系人/客户的文件列表。
list_customer_files - - 跟进任务列表。
list_tasks
写入CRM工具需要明确确认:
create_contact_notecreate_upload_linkupdate_task_statusupdate_contact
对于SMS,MCP支持通过查找SMS对话,以及经确认后调用。但不支持完整的SMS收件箱/线程管理。
searchsendSmsUseful tool map
实用工具映射
Orientation:
- - product and MCP operator overview. Call once first.
getOverview - - read-only health report and setup issues.
statusReport
Receptionists:
- - list receptionists and ids.
listAgents - - full config for one receptionist; supports
getAgentorformat: "json"when exposed by the client."markdown" - - update only approved fields.
updateAgent - - list voice options.
getAvailableVoices
Calls:
- - place or schedule a one-time outbound call.
scheduleCall - - cancel a scheduled outbound call.
cancelCall - - list inbound and outbound calls.
getCallHistory - - details and transcript for one call.
getCallDetails - - search contacts, calls, and SMS conversations.
search
Contacts and CRM:
- - create or update a contact by phone.
addToContacts - ,
get_contact,get_contact_timeline,list_customer_files- read CRM context.list_tasks - ,
create_contact_note,create_upload_link,update_task_status- confirmed CRM writes.update_contact
Setup:
- - business profile facts used during calls.
manageBusinessProfileQA - - structured call objectives.
manageAgentTasks - - connected calendar settings and event list. It does not directly create or cancel calendar appointments.
manageCalendar - - live handoff destinations.
manageTransferNumbers - - carrier forwarding setup.
getForwardingInstructions - - SkipCalls help/docs search.
searchHelpCenter - - update the user's stored timezone after confirmation.
updateTimezone - - send confirmed SMS.
sendSms
Not available through SkipCalls MCP:
- recurring call schedules
- public phone-number lookup
- connecting new calendar OAuth providers
- direct calendar appointment booking or cancellation
- knowledge-base content read/write, although can change knowledge access scope
updateAgent - full SMS inbox/thread management
- team admin
概览:
- - 产品及MCP操作员概览。会话开始时调用一次。
getOverview - - 只读健康报告及设置问题。
statusReport
接待员相关:
- - 列出接待员及其id。
listAgents - - 获取单个接待员的完整配置;客户端支持时可使用
getAgent或format: "json"。"markdown" - - 仅更新已批准的字段。
updateAgent - - 列出语音选项。
getAvailableVoices
通话相关:
- - 发起或安排一次性外呼。
scheduleCall - - 取消已安排的外呼。
cancelCall - - 列出呼入和呼出电话。
getCallHistory - - 获取单个通话的详情及记录。
getCallDetails - - 搜索联系人、通话及SMS对话。
search
联系人和CRM相关:
- - 通过电话号码创建或更新联系人。
addToContacts - 、
get_contact、get_contact_timeline、list_customer_files- 读取CRM上下文。list_tasks - 、
create_contact_note、create_upload_link、update_task_status- 经确认后的CRM写入操作。update_contact
设置相关:
- - 通话中使用的企业资料信息。
manageBusinessProfileQA - - 结构化通话目标。
manageAgentTasks - - 关联日历设置及事件列表。不支持直接创建或取消日历预约。
manageCalendar - - 实时转接目标。
manageTransferNumbers - - 运营商转接设置。
getForwardingInstructions - - SkipCalls帮助/文档搜索。
searchHelpCenter - - 经确认后更新用户存储的时区。
updateTimezone - - 发送经确认的SMS。
sendSms
SkipCalls MCP不支持的功能:
- 定期通话安排
- 公开电话号码查找
- 连接新的日历OAuth提供商
- 直接创建或取消日历预约
- 知识库内容读写(尽管可更改知识访问范围)
updateAgent - 完整的SMS收件箱/线程管理
- 团队管理
Response style
响应风格
Talk like an operator helping a business owner, not like a telephony engineer.
Use short summaries. For approvals, be precise:
text
I can schedule this call:
- Receptionist: Ara
- To: Luigi's Italian Restaurant, +14155551234
- When: now
- Goal: ask whether they have a table for 2 this Saturday after 7 PM and book it if available.
Confirm and I will place it through SkipCalls.For setup changes, summarize the exact fields conceptually:
text
I will update the receptionist to:
- collect caller name, phone, preferred service, and preferred appointment window
- avoid quoting final prices
- send a short post-call text with the booking link
Confirm and I will save these SkipCalls settings.以协助企业主的操作员口吻沟通,而非电信工程师。
使用简短摘要。请求审批时需精准:
text
我可以安排以下通话:
- 接待员:Ara
- 拨打对象:Luigi's Italian Restaurant,+14155551234
- 时间:立即
- 目标:询问他们本周六晚7点后是否有2人桌位,如有则预约。
请确认,我将通过SkipCalls发起该通话。对于设置变更,从概念层面汇总确切字段:
text
我将更新接待员设置:
- 收集来电者姓名、电话、偏好服务及偏好预约时段
- 避免报价最终价格
- 通话结束后发送含预约链接的简短短信
请确认,我将保存这些SkipCalls设置。