← 返回 Skills 市场
pressbytesagain

Contract Analyzer

作者 PRESSBYTESAGAIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install contract-analyzer
功能描述
Analyze and review contract documents. Use when extracting key clauses, detecting high-risk terms, comparing two contracts, generating a contract summary, or...
使用说明 (SKILL.md)

Contract Reviewer

Triggers on

contract review, analyze contract, risk clauses, compare contracts, contract summary, contract checklist, legal document review

What This Skill Does

Analyze and review contract documents. Use when extracting key clauses, detecting high-risk terms, comparing two contracts, generating a contract summary, or getting a contract review checklist.

Commands

analyze

bash scripts/script.sh analyze [args]

risk

bash scripts/script.sh risk [args]

compare

bash scripts/script.sh compare [args]

summary

bash scripts/script.sh summary [args]

checklist

bash scripts/script.sh checklist [args]

help

bash scripts/script.sh help

Requirements

  • bash 4+
  • python3 (standard library)

Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to be a straightforward local contract analysis toolkit: it runs the included Bash/Python scripts on files you provide and does not request credentials or call external services. Before installing or running: (1) review the bundled scripts (you already have them) and verify they will only be run on files you explicitly pass; (2) run the tool on non-sensitive sample files first, and if you will analyze confidential contracts, run it on copies in a controlled environment; (3) if you need networked/legal-review features, check for a trustworthy upstream provider instead of relying on this local-only tool.
功能分析
Type: OpenClaw Skill Name: contract-analyzer Version: 1.0.0 The contract-analyzer skill bundle is a legitimate utility for legal document review. It uses Bash and Python scripts (script.sh and scripts/script.sh) to perform regex-based extraction of contract parties, financial terms, and risk-related clauses. The logic includes document comparison using Python's difflib and risk scoring based on predefined legal keywords. No evidence of data exfiltration, unauthorized network access, or malicious intent was found; the scripts operate entirely on local files provided as arguments.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (contract analysis, clause extraction, comparison, risk scoring, summary) matches the provided scripts and SKILL.md. The scripts implement analyze, risk, compare, summary, and checklist functionality using local file parsing and pattern matching; nothing requested appears extraneous to that purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts against user-supplied files. The scripts only read the input files provided as arguments, perform local text processing with Python regex/difflib, and print results. They do not reference system config paths, other users' data, or external endpoints. The scripts do use temporary environment variables (e.g., _CR_FILE) to pass filenames into heredocs but only for the current invocation.
Install Mechanism
No install spec is present (instruction-only behavior with bundled scripts). The code shipped is simple Bash + Python using standard library; there are no downloads, package installs, or extracted archives that would write arbitrary external code to disk at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not attempt to read unrelated environment variables or external credentials. All file access is to files explicitly provided by the user as command arguments.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does not modify other skills or system-wide configuration; it only runs on demand when invoked and uses ephemeral environment variables during execution.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contract-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contract-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug contract-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Contract Analyzer 是什么?

Analyze and review contract documents. Use when extracting key clauses, detecting high-risk terms, comparing two contracts, generating a contract summary, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Contract Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install contract-analyzer」即可一键安装,无需额外配置。

Contract Analyzer 是免费的吗?

是的,Contract Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Contract Analyzer 支持哪些平台?

Contract Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Contract Analyzer?

由 PRESSBYTESAGAIN(@pressbytesagain)开发并维护,当前版本 v1.0.0。

💬 留言讨论