← 返回 Skills 市场
Eternal Contract Analyzer
作者
Eternal0404
· GitHub ↗
· v1.0.0
· MIT-0
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eternal-contract-analyzer
功能描述
Analyze contracts and legal documents to extract key terms, identify risks, flag red flags, and provide a clear summary with recommendations.
使用说明 (SKILL.md)
Contract Analyzer
Analyze legal documents for risks, key terms, and red flags.
Quick Start
Analyze a contract:
python3 scripts/contract.py analyze contract.pdf
python3 scripts/contract.py analyze agreement.docx
python3 scripts/contract.py analyze terms.txt
Compare two versions:
python3 scripts/contract.py diff v1.pdf v2.pdf
What It Extracts
- Parties — Who is bound by the agreement
- Term — Duration and renewal/auto-renewal clauses
- Payment terms — Amounts, schedules, penalties
- Termination — How to exit, notice periods, penalties for early exit
- Liability — Liability caps, indemnification, warranties
- IP ownership — Who owns what is created
- Non-compete — Restrictions on future work
- Confidentiality — NDA scope and duration
- Dispute resolution — Arbitration vs litigation, jurisdiction
- Assignment — Can the contract be transferred
Red Flags Detected
- Auto-renewal without clear opt-out
- Unlimited liability or uncapped indemnification
- One-sided termination (only one party can exit)
- Broad non-compete clauses
- Jurisdiction far from user's location
- Vague payment terms
- Missing limitation of liability
- Unilateral modification clauses
- Penalty clauses disproportionate to breach
Output
Reports include:
- Plain English Summary — 3-5 sentence overview
- Risk Score — Low/Medium/High/Critical
- Red Flags — List with severity and explanation
- Key Terms Table — Extracted terms in structured format
- Recommendations — What to negotiate or clarify
Supported Formats
- PDF (via pdfplumber)
- DOCX (via python-docx)
- TXT / plain text
- Images (via OCR)
Note
This is an analysis tool, not legal advice. Always consult a qualified attorney for binding legal decisions.
安全使用建议
This bundle appears coherent and self-contained: it runs locally on files you provide and uses regex/OCR to surface contract issues. Recommended precautions before use: (1) run the script offline or in a sandbox if you have confidentiality concerns, (2) inspect the full script yourself if you can (no provenance or homepage is provided), (3) install OCR/PDF libraries only from trusted sources (pip), and (4) treat outputs as heuristics — confirm important legal advice with a qualified attorney. If you need absolute assurance there is no network exfiltration, you can run the process in a network-restricted environment and review the remainder of the script (the visible portion shows no networking or credential handling).
功能分析
Type: OpenClaw Skill
Name: eternal-contract-analyzer
Version: 1.0.0
The skill bundle is a legitimate contract analysis tool that uses regular expressions to identify legal red flags and key terms in documents (PDF, DOCX, TXT, and images). The Python script `scripts/contract.py` implements text extraction and analysis logic without any network access, data exfiltration, or obfuscation. While it can read any file provided as an argument (a potential local file inclusion risk if misused by the agent), this behavior is necessary for its stated purpose, and there is no evidence of malicious intent or prompt injection in `SKILL.md`.
能力评估
Purpose & Capability
Name/description (contract analysis) match the provided code and SKILL.md. The script reads documents, extracts text (PDF/DOCX/TXT/images), finds clauses with regexes, and produces summaries/flags — all expected for a contract analyzer.
Instruction Scope
SKILL.md instructs running the bundled Python script against user-supplied documents. The script only reads the provided file path(s) and performs local text/OCR extraction and regex-based analysis; it does not instruct the agent to read unrelated system files or environment variables, nor to transmit data elsewhere.
Install Mechanism
No install spec is present (instruction-only skill with a local script). The script depends on common Python libraries (pdfplumber, python-docx, pytesseract, Pillow) but doesn't download or execute code from arbitrary URLs or install third-party binaries automatically.
Credentials
The skill declares and requires no environment variables or credentials. The script prints messages asking the user to install optional Python packages if missing and exits; it does not request secrets or unrelated credentials.
Persistence & Privilege
always is false and there is no code that modifies other skills, agent configuration, or system-wide settings. The script runs on-demand and does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eternal-contract-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/eternal-contract-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Analyze contracts for red flags, key terms, and risk assessment. Plain English summaries.
元数据
常见问题
Eternal Contract Analyzer 是什么?
Analyze contracts and legal documents to extract key terms, identify risks, flag red flags, and provide a clear summary with recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Eternal Contract Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eternal-contract-analyzer」即可一键安装,无需额外配置。
Eternal Contract Analyzer 是免费的吗?
是的,Eternal Contract Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eternal Contract Analyzer 支持哪些平台?
Eternal Contract Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eternal Contract Analyzer?
由 Eternal0404(@eternal0404)开发并维护,当前版本 v1.0.0。
推荐 Skills