product-comparison

用于信托领域客户与产品支持中的产品对比助手场景,支持结构化处理与报告输出。

105 stars

Best use case

product-comparison is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

用于信托领域客户与产品支持中的产品对比助手场景,支持结构化处理与报告输出。

Teams using product-comparison 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/product-comparison/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/product-comparison/SKILL.md"

Manual Installation

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

How product-comparison Compares

Feature / Agentproduct-comparisonStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

# product-comparison

## 概述

本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。

## 输入要求

- 支持 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

trust-product-analyzer

105
from aifinlab/FinClaw

## 描述

insurance-sector-comparison

105
from aifinlab/FinClaw

保险行业对比分析工具。对比国内外保险市场、中外保险公司、不同险种发展。接入AkShare开源保险行业数据,支持实时数据获取和自动更新。适用于国际化研究、竞争分析。

bank-wealth-products

105
from aifinlab/FinClaw

银行理财产品分析工具。获取银行理财产品发行数据、收益率、风险等级、投资期限等信息。支持收益率对比、产品筛选。使用中国理财网、AkShare理财数据。适用于理财投资决策、产品筛选、收益对比。

wealth-product-suitability-assistant

105
from aifinlab/FinClaw

当用户需要基于客户画像、风险承受能力、投资目标、期限偏好、流动性需求、 家庭资产配置情况和适当性要求,为客户推荐更合适的理财产品、产品组合或备选方案时, 使用本技能。适用于银行财富管理场景中的产品匹配、客户经理陪访准备、方案比较、 适当性校验、信息缺口提示和推荐报告输出。

valuation-comparison

105
from aifinlab/FinClaw

|

solution-comparison

105
from aifinlab/FinClaw

用于信托领域财富与家族信托中的方案比较助手场景,支持结构化处理与报告输出。

product-training-materials

105
from aifinlab/FinClaw

用于信托领域客户与产品支持中的产品培训材料助手场景,支持结构化处理与报告输出。

product-selling-points

105
from aifinlab/FinClaw

用于信托领域客户与产品支持中的产品卖点提炼助手场景,支持结构化处理与报告输出。

product-fit-assistant

105
from aifinlab/FinClaw

用于信托领域客户与产品支持中的产品适配助手场景,支持结构化处理与报告输出。

peer-fund-comparison-assistant

105
from aifinlab/FinClaw

当用户需要在基金场景中完成同类基金对比助手相关任务时使用本技能,适用于同类分析及相关分析、生成、审阅请求。 用户提到「同类基金对比」「基金横向比较」「同类分析」或需要输出结构化中文结论、模板和配套脚本时,应优先触发。

style-peer-comparison

105
from aifinlab/FinClaw

面向基金产品管理领域的风格对比任务Skill,围绕「同风格基金对比助手」场景提供信息抽取、结构化分析与结果输出。

strategy-peer-comparison

105
from aifinlab/FinClaw

面向基金产品管理领域的策略对比任务Skill,围绕「同策略基金对比助手」场景提供信息抽取、结构化分析与结果输出。