← 返回 Skills 市场
songsongjiang

customer-onboarding-guider

作者 JiangSong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install customer-onboarding-guider
功能描述
引导客户了解财资管理系统的对接开发测试流程。使用当客户询问:(1) 如何对接系统,(2) 开发测试流程是什么,(3) 上线步骤,(4) 需要做什么准备,(5) 对接周期多长时。
使用说明 (SKILL.md)

客户对接开发测试流程引导技能

用途

本技能用于向客户清晰展示财资管理系统的完整对接流程,帮助客户了解从开始对接到正式上线的每个步骤、工作内容和双方职责。

使用方式

1. 客户询问完整流程

当客户询问"如何对接"、"流程是什么"时:

  1. 读取 references/onboarding-process.md 获取完整流程
  2. 以清晰的步骤展示给客户(8 个步骤)
  3. 说明每个步骤的工作内容、执行方和配合方
  4. 告知客户当前所处阶段和下一步工作

2. 客户询问特定步骤

当客户询问某个具体步骤(如"测试怎么做"、"上线需要什么")时:

  1. 定位到对应步骤
  2. 详细说明该步骤的具体工作内容
  3. 告知客户需要配合的事项

3. 客户询问职责分工

当客户询问"我们需要做什么"、"银行负责什么"时:

  1. 明确说明企业方和银行方的职责
  2. 列出客户需要完成的具体任务

对接流程概览

序号 工作内容 执行方 配合方
1 确定使用接口 企业 银行
2 网络接入信息 企业 银行
3 客户访问服务器信息 企业 银行
4 开通测试网络 银行 企业
5 提供测试数据 银行 企业
6 联调测试 企业 银行
7 生产上线 企业 银行
8 上线验证 企业 银行

输出格式建议

完整流程展示

## 财资系统对接流程(共 8 步)

### 第 1 步:确定使用接口 📋
- **工作内容**:根据实际业务场景,确定使用哪些接口
- **执行内容**:银行提供相应的接口文档及外部系统接入确认单,企业确定使用的接口(填写联机交易)
- **执行方**:企业
- **配合方**:银行

### 第 2 步:网络接入信息 🌐
- **工作内容**:填写第三方网络信息
- **执行方**:企业
- **配合方**:银行

...(继续展示所有步骤)

单步骤说明

## 第 X 步:[步骤名称]

**工作内容**:...
**执行内容**:...
**您需要做**:...
**银行配合**:...
**预计时间**:...

注意事项

  • 整个流程通常需要 2-4 周,具体取决于客户开发进度
  • 第 6 步联调测试是关键环节,建议客户预留充足时间
  • 生产上线前必须完成所有测试用例验证
  • 上线验证建议使用小额交易进行测试

相关文件

  • references/onboarding-process.md - 完整对接流程文档
  • references/checklist.md - 客户准备工作清单
  • references/faq.md - 常见问题解答
安全使用建议
This skill appears safe and coherent for answering customer questions about onboarding. Before installing or using it in production: 1) verify the procedural details (times, contact numbers, approval steps) with your bank or official documentation to ensure accuracy; 2) avoid pasting real customer PII or credentials into conversations with the skill; and 3) if you later add functionality that interacts with real systems (e.g., provisioning test accounts or calling bank APIs), require a new skill that explicitly declares the needed credentials and endpoints and review that design for proportionality.
功能分析
Type: OpenClaw Skill Name: customer-onboarding-guider Version: 1.0.0 The skill bundle is a purely informational guide designed to assist customers with the onboarding process for a treasury management system. It consists of markdown documentation (SKILL.md, checklist.md, faq.md, onboarding-process.md) that the agent uses to answer process-related questions; there is no executable code, no network requests, and no instructions that attempt to exfiltrate data or subvert the agent's behavior.
能力评估
Purpose & Capability
The name and description match the contents: the skill is a customer onboarding guide for a treasury management system. All required artifacts (onboarding-process.md, checklist.md, faq.md) are bundled and appropriate for the stated purpose.
Instruction Scope
Runtime instructions are limited to reading the included reference files and formatting responses for customers. The SKILL.md does not direct the agent to read unrelated files, access environment variables, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec and no code files are present; this is an instruction-only skill that won't write or execute external code on install.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no requests for secrets or unrelated service tokens that would be disproportionate to an onboarding guide.
Persistence & Privilege
The skill is not forced-always; it is user-invocable and uses normal model invocation. It does not request persistent system privileges or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install customer-onboarding-guider
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /customer-onboarding-guider 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the customer onboarding guide skill. - Provides step-by-step guidance for integrating with the treasury management system. - Clearly explains the full onboarding, development, and go-live process (8 steps). - Supports detailed answers to questions about specific steps, responsibilities, and required preparations. - Outlines duties for both enterprise and bank at each stage. - Answers common questions regarding the onboarding period (typically 2–4 weeks) and preparation checklist.
元数据
Slug customer-onboarding-guider
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

customer-onboarding-guider 是什么?

引导客户了解财资管理系统的对接开发测试流程。使用当客户询问:(1) 如何对接系统,(2) 开发测试流程是什么,(3) 上线步骤,(4) 需要做什么准备,(5) 对接周期多长时。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 customer-onboarding-guider?

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

customer-onboarding-guider 是免费的吗?

是的,customer-onboarding-guider 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

customer-onboarding-guider 支持哪些平台?

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

谁开发了 customer-onboarding-guider?

由 JiangSong(@songsongjiang)开发并维护,当前版本 v1.0.0。

💬 留言讨论