← Back to Skills Marketplace
534422530

Contract Review Skill

by 534422530 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
79
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install contract-review-skill
Description
AI-powered contract review that identifies risky clauses, missing provisions, and compliance issues in legal documents for informed decision-making.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install contract-review-skill
  3. After installation, invoke the skill by name or use /contract-review-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug contract-review-skill
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Contract Review Skill?

AI-powered contract review that identifies risky clauses, missing provisions, and compliance issues in legal documents for informed decision-making. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Contract Review Skill?

Run "/install contract-review-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Contract Review Skill free?

Yes, Contract Review Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Contract Review Skill support?

Contract Review Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Contract Review Skill?

It is built and maintained by 534422530 (@534422530); the current version is v1.0.4.

💬 Comments