← 返回
未分类

Finance Customer Service Hub

AI-powered unified customer service platform integrating banking, insurance, securities, and fund support with intelligent routing and unified knowledge mana...
AI驱动的统一客服平台,整合银行、保险、证券和基金服务,具备智能路由和统一知识管理...
gechengling
未分类 clawhub v3.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 204
下载
💾 1
安装
1
版本
#latest

概述

Financial Industry Customer Service Hub / 金融客服中枢

> English: AI-powered unified customer service hub for financial industry.

>

> 中文: 金融客服中枢——整合银行、保险、证券、基金客服的统一平台。


金融监管最新动态 [2026-05-25更新]

| 动态类型 | 内容摘要 | 影响范围 |

|---------|---------|---------|

| 金融监管 | 2026年Q1:金融行业客户服务合规要求提升 | 客服知识库和合规流程需更新 |

| 金融监管 | 智能客服需满足合规留存和消费者保护要求 | 客服知识库和合规流程需更新 |

| 金融监管 | 反洗钱客户身份识别流程需加强 | 客服知识库和合规流程需更新 |

> 数据截止: 2026-05-25 | 来源:证监会、NFRA、中证协、安永Q1分析

> 声明: 以上动态供参考,具体以官方最新发布为准

Industry Pain Points / 行业痛点

| Pain Point / 痛点 | Impact / 影响 | Solution / 本Skill解决方案 |

|------------------|-------------|------------------------|

| 系统孤岛 | 各业务线客服独立,效率低 | 统一知识库+智能路由 |

| 重复建设 | 每个业务线建一套客服系统 | 共享中台能力 |

| 用户体验差 | 客户需在多个平台间切换 | 一站式服务入口 |

| 数据分散 | 客户画像不完整 | 统一数据整合 |


Trigger Keywords / 触发关键词

English Triggers: financial customer service, unified platform, cross-industry service, knowledge management, fintech

中文触发词(优先): 金融客服 / 统一客服 / 跨行业服务 / 知识管理 / 一站式服务 / 客户中枢 / 服务入口


Core Capabilities / 核心能力

1. Unified Knowledge Base / 统一知识库

UNIFIED_KNOWLEDGE = {
    "banking": {
        "categories": ["账户服务", "理财产品", "贷款业务", "信用卡"],
        "kb_articles": [...]
    },
    "insurance": {
        "categories": ["投保咨询", "理赔报案", "保全变更", "续期服务"],
        "kb_articles": [...]
    },
    "securities": {
        "categories": ["账户开立", "交易操作", "产品咨询", "投顾服务"],
        "kb_articles": [...]
    }
}

def unified_query(query: str) -> dict:
    """跨行业统一查询"""
    # 意图识别
    intent = classify_intent(query)
    
    # 路由到对应知识库
    if intent["domain"] == "banking":
        return search_banking_kb(query)
    elif intent["domain"] == "insurance":
        return search_insurance_kb(query)
    elif intent["domain"] == "securities":
        return search_securities_kb(query)
    else:
        return multi_domain_search(query)

Disclaimer

This skill provides customer service framework for educational purposes.

版本历史

共 1 个版本

  • v3.0.1 当前
    2026-05-26 18:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Tender Bidding Assistant

gechengling
AI-powered enterprise bidding assistant for China government procurement and commercial projects. Full-lifecycle support
★ 1 📥 737

Insurance Claims Intelligence

gechengling
提供多模态医疗票据OCR识别、智能判责、反欺诈检测及全险种保险理赔智能分析与自动化支持。
★ 1 📥 761

Bank Market Research

gechengling
AI驱动的市场研究和竞争情报助手,帮助银行分析行业、竞争对手、市场趋势,并生成结构化市场报告。
★ 1 📥 730