用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThomasMoreAI/legal-skills-open --skill contract-structure-parsing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when retrieving arbitration institutional rules (ICC, LCIA, SCC, SIAC, HKIAC, VIAC, МКАС/МАК при ТПП України, UNCITRAL) — fetching current version, verifying redaction applicable to the date of arbitration agreement, constructing URLs for official rule texts
Use when choosing the Polish legal regime for letters, requests, applications, complaints, petitions, public-information requests, KPA filings, PPSA complaints, RODO access requests, registry extracts, court-file access, tax/ZUS/cudzoziemcy/USC procedures, or professional lawyer letters. Prevents mixing UDIP, KPA, PPSA, RODO, registry, special-procedure, and advocate/radca letter regimes.
Use when preparing applications for recognition and enforcement of foreign arbitral awards in Poland, applications for setting aside arbitral awards under KPC art. 1205–1211, or opposing such applications — mapping Article V of the 1958 New York Convention to art. 1214–1215 of the Polish KPC, identifying grounds for refusal, structuring public policy arguments
正在显示 SKILL.md
基于 SOC 职业分类
| name | contract-structure-parsing |
| title | 合同结构解析 Skill |
| description | 用于条款/义务/责任解析的合同结构解析原子 skill,适用于通用行业文档解析场景。 |
| author | aifinlab |
| author_url | https://github.com/aifinlab/FinClaw/tree/main/skills/atomic-zlj/contract-structure-parsing |
| license | Apache-2.0 |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | contracts |
| language | zh |
本 Skill 支持多种合同文档输入格式,核心数据来源包括:
说明:本 Skill 不包含文档采集功能,需要用户提供合同文档文件。建议文档格式规范,以便进行准确的结构解析。
本 Skill 提供全面的合同结构解析能力,涵盖多种解析功能:
{
"document_info": {
"filename": "contract.pdf",
"file_size": 1024000,
"page_count": 20,
"language": "zh-CN",
"contract_type": "贷款合同"
},
"header": {
"title": "银行贷款合同",
"contract_number": "LOAN-2024-001",
"party_a": "示例银行股份有限公司",
"party_b": "示例公司",
"sign_date": "2024-03-15",
"effective_date": "2024-03-20"
},
"structure": {
"clauses": [
{
"level": 1,
"title": "第一条 贷款金额和用途",
"content": "贷款金额和用途内容...",
"page": 1,
"obligations": ["借款人应按约定用途使用贷款"],
"responsibilities": ["贷款人应按约定发放贷款"]
},
{
"level": 1,
"title": "第二条 贷款利率和期限",
"content": "贷款利率和期限内容...",
"page": 2
}
]
},
"key_information": {
"loan_amount": 10000000,
"interest_rate": 4.35,
"loan_term": 12,
"repayment_method": "等额本息",
"guarantee": ["抵押", "保证"]
}
}
LICENSE 文件requirements.txt 为准