trust-product-analyzer

## 描述

105 stars

Best use case

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

## 描述

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

Manual Installation

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

How trust-product-analyzer Compares

Feature / Agenttrust-product-analyzerStandard 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

# trust-product-analyzer

## 描述
信托产品综合分析与筛选工具,支持产品信息抓取、风险评级、收益测算、合规检查和竞品对比。

## 功能
- 信托产品信息智能抓取与解析(支持用益信托网、中国信托登记等平台)
- 多维度风险评估(信用风险、市场风险、流动性风险)
- 预期收益与实际收益对比分析
- 合格投资者适当性匹配
- 产品竞品横向对比
- 自动生成尽调报告

## 使用场景
- 理财师为客户筛选合适信托产品
- 投资经理进行竞品分析
- 风控部门审查产品合规性
- 研究人员追踪市场产品发行情况

## 输入输出

### 输入
```json
{
  "action": "analyze|compare|screen",
  "product_code": "",
  "product_name": "",
  "filters": {
    "min_yield": 6.5,
    "max_duration": 24,
    "risk_level": ["R2", "R3"],
    "trust_type": "集合信托",
    "investment_type": "固定收益类"
  },
  "comparison_codes": [],
  "output_format": "json|markdown|pdf"
}
```

### 输出
```json
{
  "status": "success",
  "data": {
    "product": {
      "code": "XX信托-2026-001",
      "name": "XX号集合资金信托计划",
      "issuer": "XX信托有限公司",
      "type": "集合信托",
      "investment_type": "固定收益类",
      "risk_level": "R3",
      "min_investment": 1000000,
      "duration": 18,
      "expected_yield": 7.2,
      "distribution": "按季付息",
      "scale": 500000000
    },
    "risk_assessment": {
      "overall_score": 72,
      "level": "中等风险",
      "credit_risk": 65,
      "market_risk": 45,
      "liquidity_risk": 70
    },
    "underlying_analysis": {
      "assets": [],
      "concentration": 0.85,
      "credit_quality": "AA+"
    },
    "compliance_check": {
      "passed": true,
      "issues": []
    }
  },
  "metadata": {
    "source": "trust-product-analyzer",
    "version": "1.0.0",
    "timestamp": "2026-03-20T14:00:00Z"
  }
}
```

## 运行方式

```bash
# 分析单个产品
python scripts/main.py --action analyze --product-code "XX信托-2026-001"

# 产品对比
python scripts/main.py --action compare --codes "XX信托-2026-001,YY信托-2026-002"

# 条件筛选
python scripts/main.py --action screen --min-yield 7.0 --max-duration 24
```

## 依赖
- requests>=2.28.0
- beautifulsoup4>=4.11.0
- pandas>=1.5.0
- numpy>=1.23.0
- pydantic>=1.10.0
- akshare>=1.10.0  # 开源信托数据源

## 数据对接

本Skill已集成统一数据对接层,支持多数据源自动fallback:

| 优先级 | 数据源 | 类型 | 状态 |
|:---:|:---|:---|:---:|
| 1 | AkShare | 开源API | 无需注册 |
| 2 | 用益信托网 | 爬虫 | 公开数据 |
| 3 | 模拟数据 | Fallback | 保证可用 |

数据对接层自动选择可用数据源,无需手动配置。

## 数据来源
- AkShare开源金融数据
- 用益信托网(产品信息)
- 中国信托登记有限责任公司(行业统计)
- 信托公司产品说明书
- 公开募集说明书

## 免责声明
本工具提供的分析结果仅供参考,不构成投资建议。投资者应根据自身风险承受能力谨慎决策。

## 许可证
MIT License

Related Skills

trust-valuation-engine

105
from aifinlab/FinClaw

## 描述

trust-risk-manager

105
from aifinlab/FinClaw

## 描述

trust-income-calculator

105
from aifinlab/FinClaw

## 描述

trust-compliance-checker

105
from aifinlab/FinClaw

## 描述

trust-asset-allocation

105
from aifinlab/FinClaw

## 描述

family-trust-designer

105
from aifinlab/FinClaw

## 描述

charity-trust-manager

105
from aifinlab/FinClaw

## 描述

securities-valuation-analyzer

105
from aifinlab/FinClaw

券商股估值分析工具。计算券商股的PB、PE、PEG等估值指标,进行横向(同业)和纵向(历史)对比分析。使用同花顺、AkShare实时行情数据。适用于券商股投资决策、价值发现、估值修复机会识别。

securities-rating-analyzer

105
from aifinlab/FinClaw

券商研报评级分析工具。接入东方财富研报数据,实现研报获取、解析、评分功能。支持个股研报分析、机构研报搜索、头部券商对比。使用 AkShare 实时数据源。适用于投资决策辅助、券商研究能力评估、研报情绪分析。

securities-proprietary-analyzer

105
from aifinlab/FinClaw

券商自营业务分析工具。分析券商自营投资收入、收益率、持仓结构等。使用券商财报数据、AkShare数据。适用于自营业务研究、投资收益评估、风险分析。

securities-policy-analyzer

105
from aifinlab/FinClaw

证券行业政策分析工具。跟踪证监会监管政策、创新业务政策、行业改革动态。分析政策对券商各业务条线的影。使用证监会公告、交易所规则、AkShare数据。适用于政策研究、业务机会识别、合规风险管理。

securities-margin-analyzer

105
from aifinlab/FinClaw

券商两融业务分析工具。获取融资融券余额、担保比例、维保比例等数据。分析两融余额变化、行业分布、个股集中度。使用交易所、AkShare数据。适用于两融业务研究、信用风险分析、市场杠杆监测。