Sync: add productivity workflow notes

This commit is contained in:
2026-04-27 15:29:47 +08:00
parent 83c6e24e7c
commit 4422c0eac8
39 changed files with 1396 additions and 757 deletions

View File

@@ -1,51 +1,51 @@
---
title: "Multi-Channel AI Customer Service Platform"
type: source
tags: []
date: 2026-04-25
---
## Source File
- [[Agent/usecases/multi-channel-customer-service.md]]
## Summary用中文描述
- 核心主题:AI 驱动的多渠道客服统一收件箱,专为小型企业设计,整合 WhatsApp Business、Instagram DMs、Gmail 和 Google Reviews 至单一平台。
- 问题域:小型企业在多个渠道管理客户消息时面临响应延迟、人工成本高、7×24覆盖困难等问题。
- 方法/机制AI 自动回复处理常见问题FAQ/预约/咨询复杂问题转人工Intent Classification 识别消息类型,语言自动检测并匹配客户语言回复,支持 Test Mode 演示而不影响真实客户。
- 结论/价值:餐厅实测将响应时间从 4 小时缩短至 2 分钟80% 的咨询自动处理
## Key Claims用中文描述
- 小型企业需在 WhatsApp、Instagram DMs、邮件、Google Reviews 多个渠道应对客户7×24 即时响应成本高昂。
- AI 统一收件箱将所有渠道整合至一处AI 自动回复处理 FAQ、预约请求和常见咨询
- Intent Classification 将消息分类为 FAQ → 从知识库回复、Appointment → 确认预约、Complaint → 标记人工审核、Review → 感谢并回应。
- Test Mode 使代理商可在不影响真实客户的情况下演示系统。
- 餐厅案例:响应时间从 4+ 小时降至 2 分钟以内80% 咨询自动处理。
## Key Quotes
> "Small businesses juggle WhatsApp, Instagram DMs, emails, and Google Reviews across multiple apps. Customers expect instant responses 24/7, but hiring staff for round-the-clock coverage is expensive." — 问题背景
> "One restaurant reduced response time from 4+ hours to under 2 minutes, handling 80% of inquiries automatically." — 实际效果数据
## Key Concepts
- [[Unified-Inbox]]将多个客服渠道WhatsApp/Instagram/Email/Review整合至单一 AI 驱动的收件箱
- [[Intent-Classification]]AI 自动识别客户消息意图FAQ/Appointment/Complaint/Review并匹配对应处理策略
- [[Human-Handoff]]复杂问题或投诉自动转交人工客服AI 仅处理可自动回复的高频问题
- [[Test-Mode]]代理商演示模式,日志记录但实际不发送至真实渠道,不影响现有客户
- [[Business-Knowledge-Base]]AI 客服的知识库,包含服务/定价/营业时间/FAQ/升级触发条件
- [[Language-Detection]]自动检测客户语言ES/EN/UA并以对应语言回复
- [[AI-Auto-Response]]:基于知识库的自动回复引擎,处理常见问题无需人工介入
- [[Heartbeat-Monitoring]]:定时心跳检查,监控未回复消息积压并告警
## Key Entities
- [[WhatsApp-Business-API]]WhatsApp Business 官方 API通过 360dialog 或官方渠道接入
- [[Instagram-Graph-API]]Meta Business Suite 的 Instagram 消息 API
- [[Gmail]]通过 gog CLI OAuth 接入 Gmail 收件箱
- [[Google-Business-Profile-API]]Google 商家评价 API用于管理和回复 Google Reviews
- [[OpenClaw]]AI Agent 框架,支撑消息路由和 AGENTS.md 配置逻辑
## Connections
- [[multi-channel-assistant]] ← extends ← [[multi-channel-customer-service]]:前者侧重个人助理多渠道入口,后者侧重企业客服场景
- [[phone-based-personal-assistant]] ← shares_channel_concept ← [[multi-channel-customer-service]]:两者均处理多渠道消息路由,但前者针对个人助理,后者针对企业客服
- [[Self-Healing-Home-Server]] ← shares_heartbeat ← [[multi-channel-customer-service]]:两者均使用 Heartbeat 定时检查机制
## Contradictions
- 无已知冲突。本来源与现有 Wiki 来源在场景和目标受众上均可互补。
---
title: "Multi-Channel AI Customer Service Platform"
type: source
tags: []
date: 2026-04-27
---
## Source File
- [[Agent/usecases/multi-channel-customer-service.md]]
## Summary用中文描述
- 核心主题:多渠道 AI 客服平台,将 WhatsApp、Instagram、邮件、Google Reviews 等客户触点整合到统一 AI 收件箱
- 问题域:中小企业需要在多个平台全天候响应客户,但人工成本高
- 方法/机制AI 自动回复 + 意图分类 + 人工接管;通过 OpenClaw 配置渠道连接知识库训练业务上下文AGENTS.md 配置消息路由逻辑;心跳监控检测响应积压
- 结论/价值: Futurist Systems 部署案例中,餐厅响应时间从 4+ 小时至 2 分钟内80% 的咨询自动处理
## Key Claims用中文描述
- AI 客服平台整合 WhatsApp Business、Instagram DMs、Gmail、Google Reviews 到统一收件箱
- AI 自动回复处理 FAQ、预约请求和常见咨询,复杂问题升级人工处理
- 测试模式允许在不影响真实客户的情况下向客户演示系统
- AI 基于企业服务、定价和政策训练,确保回复准确
- 多语言检测并以客户语言回复,避免虚构知识库外的信息
## Key Quotes
> "Small businesses juggle WhatsApp, Instagram DMs, emails, and Google Reviews across multiple apps. Customers expect instant responses 24/7, but hiring staff for round-the-clock coverage is expensive." — 问题背景说明
> "One restaurant reduced response time from 4+ hours to under 2 minutes, handling 80% of inquiries automatically." — 实际业务效果量化数据
## Key Concepts
- [[UnifiedInbox]]统一收件箱 — 将多个渠道消息汇聚到单一 AI 驱动界面
- [[IntentClassification]]意图分类 — 识别 FAQ/预约/投诉/评价并触发对应处理流程
- [[HumanHandoff]]人工接管 — 定义升级触发条件,复杂问题转人工处理
- [[TestMode]]测试模式 — 演示系统而不影响真实客户,响应前缀 [TEST]
- [[BusinessKnowledgeBase]]业务知识库 — 训练 AI 掌握服务定价营业时间FAQ
- [[HeartbeatMonitoring]]:心跳监控 — 每 30 分钟检查未回复消息并告警
## Key Entities
- [[FuturistSystems]]:部署该方案的公司,为本地服务企业(餐厅、诊所、美容院)提供实施
- [[WhatsAppBusiness]]:渠道之一,通过 360dialog 或官方 API 连接
- [[Instagram]]:渠道之一,通过 Meta Business Suite 的 Instagram Graph API 连接
- [[Gmail]]:渠道之一,通过 gog CLI OAuth 连接
- [[GoogleBusinessProfile]]渠道之一,通过 Google Business Profile API 连接评论
## Connections
- [[WhatsAppBusiness]] ← integrates_with ← [[Multi-ChannelCustomerService]]
- [[Instagram]] ← integrates_with ← [[Multi-ChannelCustomerService]]
- [[Gmail]] ← integrates_with ← [[Multi-ChannelCustomerService]]
- [[GoogleBusinessProfile]] ← integrates_with ← [[Multi-ChannelCustomerService]]
- [[Multi-ChannelCustomerService]] ← extends ← [[MultiChannelAssistant]]
## Contradictions
- 无已知冲突内容