Best use case
service-process-guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于信托领域财富与家族信托中的服务流程说明助手场景,支持结构化处理与报告输出。
Teams using service-process-guide should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/service-process-guide/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How service-process-guide Compares
| Feature / Agent | service-process-guide | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
用于信托领域财富与家族信托中的服务流程说明助手场景,支持结构化处理与报告输出。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# service-process-guide
## 概述
本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。
## 输入要求
- 支持 JSON 数组或 JSONL
- 建议字段:`id`, `name`, `text`, `status`, `timestamp`,以及场景相关业务字段
## 工作流程
1. 明确业务口径与目标
2. 读取并清洗输入数据
3. 执行规则分析与风险识别
4. 输出结构化结果并标注复核事项
5. 人工复核后进入正式流程
## 执行方式
```bash
python scripts/analyze.py --input input.json --output report.md
```
## 输出结构
1. 样本概览(数量、等级分布)
2. 重点条目(分值、命中原因)
3. 风险提示与复核建议
4. 免责声明
## 质量要求
- 事实与判断分离
- 规则命中可追溯
- 保留自动生成需人工复核声明
- 不输出投资建议、授信决策或法律最终意见
## 使用示例
### 示例 1: 基本使用
```python
# 调用 skill
result = run_skill({
"param1": "value1",
"param2": "value2"
})
```
### 示例 2: 命令行使用
```bash
python scripts/run_skill.py --input data.json
```Related Skills
service-ticket-assistant
用于信托领域客户与产品支持中的服务工单助手场景,支持结构化处理与报告输出。
service-satisfaction-insights
用于信托领域客户与产品支持中的服务满意度洞察助手场景,支持结构化处理与报告输出。
service-followup
投顾服务回访助手,专用于客户服务后的回访和满意度跟踪。 以下情况请主动触发此技能: - 用户需要设计客户服务回访方案 - 用户问"服务后怎么回访客户""满意度怎么调查" - 用户准备服务回访话术、满意度问卷 - 用户需要回访记录模板、问题处理流程 - 用户问"客户不满意怎么处理""怎么提升满意度" 输出含回访方案、话术、问卷、问题处理的服务回访方案。 不要等用户明确说"服务回访"——只要涉及客户服务后的回访、满意度跟踪、问题处理,就应主动启动此技能。
process-retriever
用于信托领域合规与运营中的流程检索助手场景,支持结构化处理与报告输出。
investment-process-sop-qa
面向基金合规与信息披露领域的SOP问答任务Skill,围绕「投资流程SOP问答助手」场景提供信息抽取、结构化分析与结果输出。
client-service-sop
面向基金投顾与客户服务领域的流程问答任务Skill,围绕「客户服务SOP助手」场景提供信息抽取、结构化分析与结果输出。
brand-guidelines
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
beneficiary-service-explainer
用于信托领域客户与产品支持中的受益人服务解释助手场景,支持结构化处理与报告输出。
bank-t229-compliance-operations-process-audit-assistant
当需要对业务流程或审批流日志进行审计、定位违规节点并输出审计结论与整改建议时使用本技能,适用于合规运营与内控审计场景。
bank-t171-retail-finance-service-improvement-assistant
当用户需要在银行零售金融场景下,基于投诉、服务指标或体验反馈形成服务改进优先级与行动方案时使用本技能。适合输出问题排序、根因假设、改进动作和风险提示。
bank-t156-retail-finance-client-service-senior-assistant
Use when handling retail banking senior-customer service monitoring, vulnerability screening, and follow-up action planning; trigger for requests that need Chinese skill content with clear inputs/outputs, risk-aware wording, and optional scripts to summarize service signals.
service-meeting-minutes
客户服务纪要助手,专用于客户服务面谈/电话的纪要记录。 以下情况请主动触发此技能: - 用户需要记录客户服务面谈/电话内容 - 用户问"这个面谈怎么记录""纪要怎么写" - 用户准备客户面谈纪要、电话沟通记录 - 用户需要纪要模板、跟进事项整理 - 用户问"怎么规范记录客户服务" 输出含客户信息、沟通内容、跟进事项的规范服务纪要。 不要等用户明确说"服务纪要"——只要涉及客户服务面谈/电话记录、沟通纪要,就应主动启动此技能。