← 返回 Skills 市场
gechengling

Finance Customer Service Hub

作者 lingfeng-19 · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ 安全检测通过
52
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install finance-customer-service-hub
功能描述
AI-powered unified customer service platform integrating banking, insurance, securities, and fund support with intelligent routing and unified knowledge mana...
使用说明 (SKILL.md)

\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
安全使用建议
Install only for banking or securities customer-service drafting and support workflows. Configure narrower activation triggers, confirm the user's language, and route real account-specific, authenticated, or sensitive customer matters through approved secure channels.
能力评估
Purpose & Capability
The stated purpose, banking/securities customer-service assistance, matches the documented FAQ, complaint-handling, account-guidance, and compliance-support content.
Instruction Scope
The skill uses broad finance and customer-service triggers and a Chinese-language preference, which fit the target domain but may activate too readily or in the wrong language if not configured carefully.
Install Mechanism
The reviewed evidence points to a markdown skill artifact, with no executable installer, package script, or hidden setup mechanism identified.
Credentials
No artifact evidence shows credential access, local session/profile use, network exfiltration, or mutation of financial systems.
Persistence & Privilege
No persistence mechanism, background worker, privilege escalation, or automatic long-running process was identified.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finance-customer-service-hub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finance-customer-service-hub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.1
- Added Chinese-language content and regulatory updates for increased localization. - Updated industry pain points, solutions, and core capabilities to reflect latest financial regulations and compliance requirements as of 2026-05-25. - Enhanced keyword triggers in both English and Chinese for better cross-industry and multilingual support. - Improved documentation of unified knowledge base structure and intelligent routing features. - Included a new disclaimer emphasizing educational use.
元数据
Slug finance-customer-service-hub
版本 3.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Finance Customer Service Hub 是什么?

AI-powered unified customer service platform integrating banking, insurance, securities, and fund support with intelligent routing and unified knowledge mana... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。

如何安装 Finance Customer Service Hub?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install finance-customer-service-hub」即可一键安装,无需额外配置。

Finance Customer Service Hub 是免费的吗?

是的,Finance Customer Service Hub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Finance Customer Service Hub 支持哪些平台?

Finance Customer Service Hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Finance Customer Service Hub?

由 lingfeng-19(@gechengling)开发并维护,当前版本 v3.0.1。

💬 留言讨论