/install contract-risk-helper
Contract Risk Helper
Overview
Contract Risk Helper identifies common risk clauses in contract text using local pattern matching. No network calls, no credential access, no exec — pure read-only text analysis.
⚠️ Disclaimer: Preliminary identification only. Not legal advice. Consult a qualified attorney for important decisions.
When to Use
- User provides contract text and asks for risk scan
- Keywords: 合同风险、合同审查、条款风险、帮我看合同、合同检查、扫描合同
Workflow
- Receive contract text — user provides full contract or specific clauses
- Identify contract type — service agreement, NDA, employment, lease, etc.
- Run local pattern scan — match against known risk patterns (reference file)
- Return findings — categorized by severity (critical/warning/advisory) with suggestions
- Flag for attorney review — for critical items
Risk Categories
| Severity | Examples |
|---|---|
| 🔴 Critical | Unlimited liability, no termination for convenience, broad indemnification |
| 🟡 Warning | Net 60+ payment, auto-renewal without notice, work-for-hire without scope limit |
| 🟢 Advisory | Missing dispute resolution clause, ambiguous definitions |
Output Format
## 风险扫描结果
共发现 N 个风险项
### 🔴 Critical (X)
- **[条款位置]** 描述
→ 建议操作
### 🟡 Warning (X)
- **[条款位置]** 描述
→ 建议操作
Notes
- All analysis is local pattern matching against reference/common-risks.md
- No data leaves the local environment
- Does not store or transmit contract content
- No external API calls
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install contract-risk-helper - 安装完成后,直接呼叫该 Skill 的名称或使用
/contract-risk-helper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Contract Risk Helper 是什么?
Contract Risk Helper — scan contracts for common risk clauses. Triggers on 合同风险、合同审查、条款风险、帮我看合同、合同检查. Read-only local analysis, no network calls, no credenti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 506 次。
如何安装 Contract Risk Helper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install contract-risk-helper」即可一键安装,无需额外配置。
Contract Risk Helper 是免费的吗?
是的,Contract Risk Helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Contract Risk Helper 支持哪些平台?
Contract Risk Helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Contract Risk Helper?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.1。