用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThomasMoreAI/legal-skills-open --skill clause-risk-review-assistant命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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
基于 SOC 职业分类
| name | clause-risk-review-assistant |
| title | 条款风险审查助手(T107) |
| description | 用于合同条款风险审查,基于关键词与规则识别高风险表述(单方决定、责任失衡、模糊期限、无限责任等)并输出修订建议。适用于法务风控预审、合同谈判前风险筛查场景。 |
| author | aifinlab |
| author_url | https://github.com/aifinlab/FinClaw/tree/main/skills/clause-risk-review-assistant |
| license | Apache-2.0 |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | contracts |
| language | zh |
本技能用于识别合同条款中的常见风险表达,输出风险等级与修订建议,辅助法务快速聚焦重点条款。
支持 JSON 数组或 JSONL,每条记录建议包含:
contract_nameclause_noclause_titleclause_text使用 scripts/clause_risk_review.py 生成报告:
python scripts/clause_risk_review.py \
--input clauses.json \
--output clause_risk_report.md
可选参数:
--rules:自定义风险规则 JSON--top:展示高风险条款数量(默认 20)