skills/archive/relation-extraction/SKILL.md
用于主体关系抽取的关系抽取原子 skill,适用于通用行业信息抽取场景。
npx skillsauth add aifinlab/finclaw relation-extractionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本 Skill 支持多种金融文本数据输入格式,核心数据来源包括:
说明:本 Skill 不包含数据采集功能,需要用户提供清洗后的文本数据。建议文档包含完整的关系描述,以便进行准确的关系抽取。
本 Skill 提供全面的关系抽取能力,涵盖多种抽取功能:
{
"source_info": {
"document_id": "DOC001",
"document_type": "announcement",
"source_file": "announcement.pdf"
},
"relations": [
{
"relation_id": "REL001",
"relation_type": "shareholding",
"relation_subtype": "direct_holding",
"source_entity": {
"type": "company",
"name": "公司A",
"normalized_name": "公司A股份有限公司"
},
"target_entity": {
"type": "company",
"name": "公司B",
"normalized_name": "公司B股份有限公司"
},
"relation_properties": {
"shareholding_ratio": 30.5,
"shareholding_amount": 100000000,
"shareholding_type": "流通股",
"start_date": "2020-01-15",
"end_date": null
},
"relation_description": "公司A持有公司B 30.5%的股份",
"confidence": 0.95,
"evidence": "根据公告,公司A持有公司B 30.5%的股份",
"status": "active"
},
{
"relation_id": "REL002",
"relation_type": "guarantee",
"relation_subtype": "guarantee_obligation",
"source_entity": {
"type": "company",
"name": "公司C",
"normalized_name": "公司C股份有限公司"
},
"target_entity": {
"type": "company",
"name": "公司D",
"normalized_name": "公司D股份有限公司"
},
"relation_properties": {
"guarantee_amount": 50000000,
"guarantee_type": "连带责任保证",
"start_date": "2023-06-01",
"end_date": "2025-06-01"
},
"relation_description": "公司C为公司D提供5000万元连带责任保证",
"confidence": 0.92,
"evidence": "根据担保合同,公司C为公司D提供5000万元连带责任保证",
"status": "active"
}
],
"relation_network": {
"nodes": [
{"id": "公司A", "type": "company"},
{"id": "公司B", "type": "company"},
{"id": "公司C", "type": "company"},
{"id": "公司D", "type": "company"}
],
"edges": [
{
"source": "公司A",
"target": "公司B",
"relation_type": "shareholding",
"weight": 30.5
},
{
"source": "公司C",
"target": "公司D",
"relation_type": "guarantee",
"weight": 50000000
}
]
},
"statistics": {
"total_relations": 2,
"relation_types": ["shareholding", "guarantee"],
"entity_count": 4
}
}
development
# trust-valuation-engine ## 描述 信托资产估值引擎,支持非标债权估值、股权估值、净值计算、减值测试。 ## 功能 - 非标债权估值(现金流折现法) - 股权估值(市场法/收益法/资产基础法) - 净值计算与发布 - 减值测试与拨备 - 估值模型管理 ## 许可证 MIT License
development
# trust-risk-manager ## 描述 信托风险全流程管理工具,覆盖信用风险、市场风险、流动性风险、操作风险四大维度,提供实时监控、预警提示和风险处置建议。 ## 功能 - 信用风险评估(融资主体、担保措施、偿债能力) - 市场风险监控(利率、汇率、商品价格敏感性) - 流动性风险分析(期限错配、赎回压力、变现能力) - 操作风险检查(流程合规、系统安全) - 风险预警指标(VaR、CVaR、压力测试) - 风险限额管理(集中度、久期、杠杆) - 风险报告生成 ## 使用场景 - 风控部门日常监控 - 投后管理风险排查 - 新产品风险评审 - 监管报送数据准备 - 风险预警处置 ## 输入输出 ### 输入 ```json { "portfolio_id": "", "risk_type": "all|credit|market|liquidity|operation", "assets": [ { "asset_id": "", "asset_type": "非标债权|股票|债券|基金", "exposu
development
# 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": "集合信托", "i
development
# trust-post-investment-monitor ## 描述 信托投后监控工具,提供预警指标追踪、风险事件监测、处置建议生成、定期报告输出。 ## 功能 - 融资主体监控(经营/财务/舆情) - 担保物监控(价值/权属/流动性) - 预警阈值管理 - 风险事件响应 - 处置方案建议 - 定期监控报告 ## 许可证 MIT License