Best use case
settlor-communication is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于信托领域财富与家族信托中的委托人沟通助手场景,支持结构化处理与报告输出。
Teams using settlor-communication 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/settlor-communication/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How settlor-communication Compares
| Feature / Agent | settlor-communication | 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
# settlor-communication
## 概述
本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。
## 输入要求
- 支持 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
wealth-advisor-compliance-communication-assistant
当用户需要在银行财富管理场景下生成、审阅、改写或校准合规沟通话术时,使用此技能。 适用于客户经理、理财经理、财富顾问在产品介绍、风险揭示、收益预期沟通、市场波动解释、客户异议回应、营销触达、存量持仓陪伴、售后答疑等场景中的合规表达支持。 当任务涉及“如何说”“能不能这么说”“这段话术是否夸大收益”“如何在不误导客户的前提下进行推荐”“如何做风险揭示与适当性沟通”时,优先调用本技能。
post-investment-communication-minutes
用于信托领域客户与产品支持中的投后沟通纪要助手场景,支持结构化处理与报告输出。
client-communication
用于信托领域客户与产品支持中的客户沟通助手场景,支持结构化处理与报告输出。
client-communication-minutes
面向基金渠道与销售支持领域的纪要生成任务Skill,围绕「客户沟通纪要助手」场景提供信息抽取、结构化分析与结果输出。
claims-communication
当用户需要协助理赔沟通时使用此 skill。适用于理赔申请指导、与保险公司沟通话术、理赔异议处理等场景。
trust-valuation-engine
## 描述
trust-risk-manager
## 描述
trust-product-analyzer
## 描述
trust-income-calculator
## 描述
trust-compliance-checker
## 描述
trust-asset-allocation
## 描述
family-trust-designer
## 描述