用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThomasMoreAI/legal-skills-open --skill regulation-matching-assistant命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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
基于 SOC 职业分类
正在显示 SKILL.md
| name | regulation-matching-assistant |
| title | 法规匹配助手(T109) |
| description | 用于法规要求与业务条款匹配检查,基于监管规则关键词识别已覆盖义务与潜在缺口。适用于合同法务、合规审查、监管检查前自查场景。 |
| author | aifinlab |
| author_url | https://github.com/aifinlab/FinClaw/tree/main/skills/regulation-matching-assistant |
| license | Apache-2.0 |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | regulatory |
| language | zh |
本技能用于将业务文本或合同条款与法规要求进行匹配,输出:
支持 JSON 数组或 JSONL,每条记录建议包含:
item_idscenariojurisdictionclause_textasset_type使用 scripts/regulation_matcher.py 生成报告:
python scripts/regulation_matcher.py \
--input clauses.json \
--output regulation_match_report.md
可选参数:
--rules:自定义法规规则 JSON--top:展示重点缺口数量(默认 20)