Best use case
litigation-penalty-scan is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于信托领域项目尽调中的诉讼处罚扫描助手场景。支持结构化输入处理、规则分析与Markdown结果输出。
Teams using litigation-penalty-scan 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/litigation-penalty-scan/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How litigation-penalty-scan Compares
| Feature / Agent | litigation-penalty-scan | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
用于信托领域项目尽调中的诉讼处罚扫描助手场景。支持结构化输入处理、规则分析与Markdown结果输出。
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
# 诉讼处罚扫描助手(T781)
## 概述
本技能面向“项目尽调 / 风险扫描”业务单元,输出结构化分析报告与风险提示,支持尽调、法务、风控及存续管理流程中的基础判断。
## 输入要求
- 支持 JSON 数组或 JSONL
- 单条记录建议包含:`id`, `name`, `text`, `status`, `timestamp` 及相关业务字段
- 复杂版本可接入外部行业指标字段并通过规则文件扩展
## 工作流程
1. 明确分析口径与时间范围
2. 读取并清洗输入数据
3. 运行规则匹配与评分
4. 输出结构化报告并标注复核项
5. 人工复核后进入业务决策环节
## 执行方式
```bash
python scripts/t781_analysis.py --input input.json --output report.md --title "诉讼处罚扫描助手(T781)"
```
## 输出结构
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
sentiment-scan
用于信托领域项目尽调中的舆情扫描助手场景。支持结构化输入处理、规则分析与Markdown结果输出。
pre-loan-risk-scanning-assistant
当用户需要在银行风控场景下,对授信申请、贷款申请、客户准入或贷前审查进行快速风险扫描、红旗识别、待核验事项梳理、补充调查建议和初步风险结论输出时,使用本技能。 适用于公司金融、零售金融、小微信贷、经营贷、消费贷等场景,尤其适合“先快速扫一遍风险,再决定是否进入深度尽调/审批”的任务。
bank-t196-risk-management-pre-loan-scan-assistant
当用户需要在银行风险管理场景下,围绕贷前扫描做初筛、尽调准备或审批前风险梳理时使用本技能,输出可直接用于风控与预警团队的结构化判断、待补资料清单和下一步处置建议。
ocr-scan-recognition
用于影像文字识别的OCR扫描件识别原子 skill,适用于通用行业文档解析场景。
announcement-interpretation-penalty
公告解读助手 - 处罚版。专注于监管处罚/立案调查公告解读,分析处罚原因、处罚类型、罚款金额、整改要求及对公司的影响。 **触发场景**: - 用户粘贴监管处罚/立案调查公告,需要解读 - 用户问"这个处罚严重吗"、"影响大吗" - 需要分析处罚原因、处罚类型、罚款金额 - 需要判断处罚对公司的影响 **关键词**:"处罚"、"监管"、"立案"、"调查"、"警示函"、"公开谴责"、"罚款"、"违规"、"信披违规"
trust-valuation-engine
## 描述
trust-risk-manager
## 描述
trust-product-analyzer
## 描述
trust-income-calculator
## 描述
trust-compliance-checker
## 描述
trust-asset-allocation
## 描述
family-trust-designer
## 描述