用于信托领域合同与法务中的合同版本对比助手-送审版场景。支持结构化输入处理、规则分析与Markdown结果输出。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aifinlab/FinClaw --skill contract-version-compare-submission --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Contract Version Compare Submission?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifinlab-contract-version-compare-submission)More formats (shields.io, HTML) on the badges page.
---
name: contract-version-compare-submission
description: 用于信托领域合同与法务中的合同版本对比助手-送审版场景。支持结构化输入处理、规则分析与Markdown结果输出。
---
# 合同版本对比助手-送审版(T818)
## 概述
本技能面向“合同与法务 / 版本对比”业务单元,输出结构化分析报告与风险提示,支持尽调、法务、风控及存续管理流程中的基础判断。
## 输入要求
- 支持 JSON 数组或 JSONL
- 单条记录建议包含:`id`, `name`, `text`, `status`, `timestamp` 及相关业务字段
- 复杂版本可接入外部行业指标字段并通过规则文件扩展
## 工作流程
1. 明确分析口径与时间范围
2. 读取并清洗输入数据
3. 运行规则匹配与评分
4. 输出结构化报告并标注复核项
5. 人工复核后进入业务决策环节
## 执行方式
按顺序执行:
1. 预处理(Node.js)
```bash
node scripts/t818_preprocess.js --input input.jsonl --output processed.json
```
2. 分析与报告(Python)
```bash
python scripts/t818_analysis.py --input processed.json --rules config/rules.json --baseline reference/baseline.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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.
Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...