Finance Customer Service Hub
/install finance-customer-service-hub
\r \r
Financial Industry Customer Service Hub / 金融客服中枢\r
\r
English: AI-powered unified customer service hub for financial industry.\r \r 中文: 金融客服中枢——整合银行、保险、证券、基金客服的统一平台。\r \r ---\r \r \r
金融监管最新动态 [2026-05-25更新]\r
\r | 动态类型 | 内容摘要 | 影响范围 |\r |---------|---------|---------|\r | 金融监管 | 2026年Q1:金融行业客户服务合规要求提升 | 客服知识库和合规流程需更新 |\r | 金融监管 | 智能客服需满足合规留存和消费者保护要求 | 客服知识库和合规流程需更新 |\r | 金融监管 | 反洗钱客户身份识别流程需加强 | 客服知识库和合规流程需更新 |\r \r
数据截止: 2026-05-25 | 来源:证监会、NFRA、中证协、安永Q1分析\r 声明: 以上动态供参考,具体以官方最新发布为准\r \r
Industry Pain Points / 行业痛点\r
\r | Pain Point / 痛点 | Impact / 影响 | Solution / 本Skill解决方案 |\r |------------------|-------------|------------------------|\r | 系统孤岛 | 各业务线客服独立,效率低 | 统一知识库+智能路由 |\r | 重复建设 | 每个业务线建一套客服系统 | 共享中台能力 |\r | 用户体验差 | 客户需在多个平台间切换 | 一站式服务入口 |\r | 数据分散 | 客户画像不完整 | 统一数据整合 |\r \r ---\r \r
Trigger Keywords / 触发关键词\r
\r English Triggers: financial customer service, unified platform, cross-industry service, knowledge management, fintech\r \r 中文触发词(优先): 金融客服 / 统一客服 / 跨行业服务 / 知识管理 / 一站式服务 / 客户中枢 / 服务入口\r \r ---\r \r
Core Capabilities / 核心能力\r
\r
1. Unified Knowledge Base / 统一知识库\r
\r
UNIFIED_KNOWLEDGE = {\r
"banking": {\r
"categories": ["账户服务", "理财产品", "贷款业务", "信用卡"],\r
"kb_articles": [...]\r
},\r
"insurance": {\r
"categories": ["投保咨询", "理赔报案", "保全变更", "续期服务"],\r
"kb_articles": [...]\r
},\r
"securities": {\r
"categories": ["账户开立", "交易操作", "产品咨询", "投顾服务"],\r
"kb_articles": [...]\r
}\r
}\r
\r
def unified_query(query: str) -> dict:\r
"""跨行业统一查询"""\r
# 意图识别\r
intent = classify_intent(query)\r
\r
# 路由到对应知识库\r
if intent["domain"] == "banking":\r
return search_banking_kb(query)\r
elif intent["domain"] == "insurance":\r
return search_insurance_kb(query)\r
elif intent["domain"] == "securities":\r
return search_securities_kb(query)\r
else:\r
return multi_domain_search(query)\r
```\r
\r
---\r
\r
## Disclaimer\r
\r
This skill provides customer service framework for educational purposes.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install finance-customer-service-hub - After installation, invoke the skill by name or use
/finance-customer-service-hub - Provide required inputs per the skill's parameter spec and get structured output
What is Finance Customer Service Hub?
AI-powered unified customer service platform integrating banking, insurance, securities, and fund support with intelligent routing and unified knowledge mana... It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Finance Customer Service Hub?
Run "/install finance-customer-service-hub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Finance Customer Service Hub free?
Yes, Finance Customer Service Hub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Finance Customer Service Hub support?
Finance Customer Service Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Finance Customer Service Hub?
It is built and maintained by lingfeng-19 (@gechengling); the current version is v3.0.1.