target-segment-matching

面向基金产品管理领域的客群匹配任务Skill,围绕「目标客群匹配助手」场景提供信息抽取、结构化分析与结果输出。

105 stars

Best use case

target-segment-matching is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

面向基金产品管理领域的客群匹配任务Skill,围绕「目标客群匹配助手」场景提供信息抽取、结构化分析与结果输出。

Teams using target-segment-matching 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

$curl -o ~/.claude/skills/target-segment-matching/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/fund_task_zlj/target-segment-matching/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/target-segment-matching/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How target-segment-matching Compares

Feature / Agenttarget-segment-matchingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

面向基金产品管理领域的客群匹配任务Skill,围绕「目标客群匹配助手」场景提供信息抽取、结构化分析与结果输出。

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

# 目标客群匹配助手 Skill

## 数据来源

### 1. 输入类型

- 基金公告/定期报告/招募说明书/产品说明材料
- 净值与收益时间序列、持仓与资产配置披露
- 销售/服务记录、客户反馈与问答素材(如适用)
- 合规口径与品牌内容规范(如适用)

### 2. 主要数据要素

- 产品要素(策略、费率、申赎规则、开放期)
- 规模与份额变动、资金流向与申赎结构
- 客户画像与渠道反馈要点
- 竞品与同类产品对标信息
- 合规披露要求与内控口径

### 3. 质量要求

- 输入信息尽量完整,包含时间区间、基金代码与核心指标
- 若来自 OCR/截图,请尽量校对错字与断行
- 对于未披露的数据需明确标注“缺失/待补充”

---

## 核心能力

- 提取核心指标(收益、风险、风格、持仓特征)并进行结构化汇总
- 识别优势/短板与关键驱动因子,形成可追溯的分析链条
- 对异常波动或结构变化给出原因假设与影响评估
- 输出可执行的跟进建议与观察清单
- 明确产品定位、目标客群与差异化要点
- 提出产品迭代或渠道落地建议
- 输出触达/陪伴策略与关键沟通节奏
- 沉淀客户异议与情绪标签,形成安抚与引导话术

---

## 输出结构

### 1. 基础字段

- skill
- domain
- scene
- input_summary
- key_findings
- data_quality
- limitations

### 2. 场景扩展模块(按需输出)

- analysis
- metrics
- diagnosis
- risks
- recommendations
- product
- positioning
- target_audience
- differentiators
- customer_strategy
- segments
- touchpoints
- tone

---

## 使用示例

### 1. 安装依赖

```bash
pip install -r requirements.txt
```

### 2. 运行脚本

```bash
python scripts/main.py --input sample.txt --output-json result.json --output-md report.md
```

### 3. 输出示例

```json
{
  "skill": "目标客群匹配助手",
  "domain": "产品管理",
  "scene": "客群匹配",
  "input_summary": {
    "fund_code": "000000",
    "fund_name": "示例基金",
    "period": "2024Q4",
    "data_coverage": "净值/持仓/披露/市场"
  },
  "key_findings": [
    "关键结论1",
    "关键结论2"
  ],
  "data_quality": {
    "has_text": true,
    "text_length": 1200
  },
  "limitations": [
    "仅基于输入信息形成初步判断"
  ]
}
```

---

## 注意事项与限制

- 仅对输入文本进行结构化与初步判断,不替代人工投研或合规结论
- 若缺少关键数据(持仓、基准、时间区间),结果需明确提示不完整
- 输出建议应结合实际业务口径与监管要求复核

---

## 适用场景

- 业务条线: 产品管理
- 场景/能力: 客群匹配
- 典型用户: 研究员、产品经理、渠道与客服、合规审查或内容运营人员

---

## License

- 代码部分遵循 MIT License
- 数据来源与披露口径需遵循对应数据供应商与监管要求

Related Skills

regulation-matching-assistant

105
from aifinlab/FinClaw

用于法规要求与业务条款匹配检查,基于监管规则关键词识别已覆盖义务与潜在缺口。适用于合同法务、合规审查、监管检查前自查场景。

client-segmentation

105
from aifinlab/FinClaw

客户分层经营助手,专用于客户分层策略设计和差异化经营方案。 以下情况请主动触发此技能: - 用户需要为客户设计分层经营方案 - 用户问"不同资产级别的客户怎么差异化服务" - 用户准备客户分层标准、各层级服务策略 - 用户需要客户升级路径设计、层级跃迁方案 - 用户问"这个层级的客户应该提供什么服务" 输出含分层标准、各层级服务策略、升级路径的客户分层经营方案。 不要等用户明确说"客户分层"——只要涉及客户分层、差异化服务、层级经营,就应主动启动此技能。

client-segmentation-outreach

105
from aifinlab/FinClaw

面向基金渠道与销售支持领域的分层触达任务Skill,围绕「客户分层触达助手」场景提供信息抽取、结构化分析与结果输出。

segment-credit-performance

105
from aifinlab/FinClaw

分析不同客群在授信申请、审批、提款、余额、还款和风险质量上的差异表现,输出客群授信画像和策略调整建议,支撑差异化授信经营。

risk-return-matching-calculation

105
from aifinlab/FinClaw

用于适当性匹配的风险收益匹配计算原子 skill,适用于通用行业金融计算场景。

product-matching

105
from aifinlab/FinClaw

当用户需要根据自身情况匹配保险产品时使用此 skill。适用于个性化产品推荐、需求 - 产品匹配、预算内最优选择等场景。

marketing-target-screening

105
from aifinlab/FinClaw

当用户需要进行保险营销客群筛选时使用此 skill。适用于客群画像分析、目标客户识别、精准营销策略制定等场景。

global-product-matching-reasoning

105
from aifinlab/FinClaw

用于产品匹配推理场景。适用于金融工作中的基础任务单元。

global-customer-segmentation

105
from aifinlab/FinClaw

用于客户细分场景。适用于金融工作中的基础任务单元。

customer-segmentation

105
from aifinlab/FinClaw

基于客户资产规模、贡献度、活跃度、产品持有等多维度信息,识别客户价值层级,输出分层结论与经营建议,支撑差异化客户经营策略。

coverage-liability-matching

105
from aifinlab/FinClaw

当用户需要评估保额与保险责任是否匹配时使用此 skill。适用于保额充足性分析、责任覆盖范围检查、家庭保障需求测算等场景。

trust-valuation-engine

105
from aifinlab/FinClaw

## 描述