Best use case
sales-support-materials is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于信托领域客户与产品支持中的销售支持材料助手场景,支持结构化处理与报告输出。
Teams using sales-support-materials 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/sales-support-materials/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How sales-support-materials Compares
| Feature / Agent | sales-support-materials | 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
# sales-support-materials
## 概述
本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。
## 输入要求
- 支持 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
product-training-materials
用于信托领域客户与产品支持中的产品培训材料助手场景,支持结构化处理与报告输出。
sales-script-online-channel
面向基金渠道与销售支持领域的销售话术任务Skill,围绕「销售话术助手-互联网渠道版」场景提供信息抽取、结构化分析与结果输出。
sales-script-direct
面向基金渠道与销售支持领域的销售话术任务Skill,围绕「销售话术助手-直销版」场景提供信息抽取、结构化分析与结果输出。
sales-script-broker-channel
面向基金渠道与销售支持领域的销售话术任务Skill,围绕「销售话术助手-券商渠道版」场景提供信息抽取、结构化分析与结果输出。
sales-script-bank-channel
面向基金渠道与销售支持领域的销售话术任务Skill,围绕「销售话术助手-银行渠道版」场景提供信息抽取、结构化分析与结果输出。
sales-opportunity-detection
面向基金渠道与销售支持领域的机会识别任务Skill,围绕「销售机会识别助手」场景提供信息抽取、结构化分析与结果输出。
sales-objection-handling
面向基金渠道与销售支持领域的异议处理任务Skill,围绕「销售异议处理助手」场景提供信息抽取、结构化分析与结果输出。
fund-sales-talk-track-assistant
当用户需要在基金场景中完成销售话术助手相关任务时使用本技能,适用于销售支持及相关分析、生成、审阅请求。 用户提到「销售话术」「基金话术」「卖点表达」或需要输出结构化中文结论、模板和配套脚本时,应优先触发。
fund-sales-opportunity-identification-assistant
当用户需要在基金场景中完成销售机会识别助手相关任务时使用本技能,适用于机会识别及相关分析、生成、审阅请求。 用户提到「销售机会」「机会识别」「再沟通机会」或需要输出结构化中文结论、模板和配套脚本时,应优先触发。
fund-product-health-check-sales
面向基金投研分析领域的产品体检任务Skill,围绕「基金产品体检助手-销售版」场景提供信息抽取、结构化分析与结果输出。
bank-t247-transaction-banking-inclusive-finance-guarantee-support-assistant
当用户需要在银行交易银行与普惠场景下,围绕保函辅助形成结构化分析、判断和标准化输出时使用本技能。适合输出清晰的输入要求、处理步骤、结果结构和风险边界。
bank-t191-wealth-management-roadshow-support-assistant
当用户需要在银行财富管理场景下,围绕路演支持生成客户沟通、陪伴内容、路演材料或合规表达时使用本技能,适合输出可直接使用的话术主线、内容结构、禁用表述提醒和后续跟进建议。