← 返回 Skills 市场
534422530

Contract Review Skill

作者 534422530 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install contract-review-skill
功能描述
AI-powered contract review that identifies risky clauses, missing provisions, and compliance issues in legal documents for informed decision-making.
使用说明 (SKILL.md)

name: laosi-contract-review-skill version: 1.0.0 description: AI-powered contract review skill for OpenClaw agents - identifies risky clauses, missing provisions, and compliance issues in legal documents author: laosi homepage: https://github.com/laosi/contract-review-skill tags: [legal, contract, review, compliance, risk-assessment, document-analysis]

安全使用建议
This package contains plausible local contract-review code, but exercise caution before installing or running it: - Do not run fix_json.py as-is. It writes to a hardcoded path (C:/Users/pc/.laosi/skills/contract-review-skill/...), which could overwrite files or create unexpected config in your home directory. If you need the functionality, inspect and modify the path to a safe location (or remove the script). - The batch_reviewer imports a SubAgentManager from a parent path; this dependency is not declared. Confirm you understand what your SubAgent system is and whether you want this skill to create/manage agents. - There are several incoherences/bugs (e.g., the score-to-level mapping appears inverted in batch_reviewer/contract_reviewer). Expect to review the code before trusting its outputs. - Source/homepage metadata is inconsistent (registry shows unknown source; SKILL.md references a GitHub URL). Prefer skills with a clear upstream repository and author identity. - Run the skill in an isolated environment (container or VM) and back up any .laosi or related config directories before first run. Review/grep the code for any other hardcoded paths or writes. If you want, I can point to the exact lines that write the hardcoded path and suggest a safer replacement, or produce a checklist for code review before installation.
功能分析
Type: OpenClaw Skill Name: contract-review-skill Version: 1.0.4 The skill bundle provides a functional regex-based engine for analyzing legal contracts and identifying risk factors. While the bundle contains development artifacts like 'fix_json.py' and 'test_simple.py' which include hardcoded absolute Windows paths (e.g., 'C:/Users/pc/...'), these appear to be unintentional remnants of the author's local development environment rather than malicious indicators. The core logic in 'review_engine.py' and 'batch_reviewer.py' is strictly limited to file I/O and text processing aligned with the stated purpose, with no evidence of data exfiltration, unauthorized network activity, or command injection vulnerabilities.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Most code (review_engine.py, contract_reviewer.py, legal_patterns/*.json) is coherent with an on‑device contract review skill. However, batch_reviewer imports an external SubAgentManager (an undeclared dependency) and fix_json.py performs an unconditional write to an absolute user path (C:/Users/pc/.laosi/...), which is not mentioned in the SKILL.md or README and is disproportionate to the stated purpose.
Instruction Scope
SKILL.md is minimal and claims local processing only. The codebase does not contact external endpoints, but fix_json.py will write a JSON file into a hardcoded user configuration path. That file-write behavior is not documented in SKILL.md/README and represents scope creep (modifying user home folders). batch_reviewer also expects a SubAgent system and will create/modify SubAgent state (not documented).
Install Mechanism
There is no install spec (instruction-only), which lowers risk, but the package contains executable Python scripts. There are no network downloads in install, but the code expects a separate SubAgent subsystem (imported from parent directories) which is not listed as a dependency — this will cause runtime failures or hidden coupling if SubAgent is present on host.
Credentials
The skill requests no credentials or environment variables (good). There are no network endpoints or secrets required. However, the code writes into a hardcoded user directory (C:/Users/pc/.laosi/...) which may overwrite or create files in user configuration locations — this is filesystem access but does not request credentials.
Persistence & Privilege
The skill is not set to always:true and does not request elevated privileges. Still, fix_json.py (and batch results) write to a .laosi config-like directory in the user's home; that means the package will modify user files on execution. The skill also references a SubAgent system which, if present, could give it broader agent-level effects — but autonomous invocation is default and not itself flagged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contract-review-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contract-review-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
No changes detected in this version. - No updates or modifications were made to the skill files or metadata. - Functionality and documentation remain unchanged.
v1.0.3
- Added initial batch review report output: batch_results/batch_review_report_20260427_123317.json - No changes to skill functionality or documentation
v1.0.2
Version 1.0.2 changelog: - No changes detected in the files or SKILL.md. - Version increment only; functionality remains the same.
v1.0.1
- Updated skill name from "contract-review-skill" to "laosi-contract-review-skill" in SKILL.md. - No functional or logic changes to the skill itself.
v1.0.0
- Initial release of AI-powered contract review skill for OpenClaw agents - Detects risky clauses, missing provisions, and compliance issues in legal documents - Provides automated risk assessment and document analysis - Tagged for legal, compliance, and contract review use cases
元数据
Slug contract-review-skill
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Contract Review Skill 是什么?

AI-powered contract review that identifies risky clauses, missing provisions, and compliance issues in legal documents for informed decision-making. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Contract Review Skill?

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

Contract Review Skill 是免费的吗?

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

Contract Review Skill 支持哪些平台?

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

谁开发了 Contract Review Skill?

由 534422530(@534422530)开发并维护,当前版本 v1.0.4。

💬 留言讨论