← Back to Skills Marketplace
pressbytesagain

Contract Analyzer

by PRESSBYTESAGAIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install contract-analyzer
Description
Analyze and review contract documents. Use when extracting key clauses, detecting high-risk terms, comparing two contracts, generating a contract summary, or...
README (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

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

What is Contract Analyzer?

Analyze and review contract documents. Use when extracting key clauses, detecting high-risk terms, comparing two contracts, generating a contract summary, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install Contract Analyzer?

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

Is Contract Analyzer free?

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

Which platforms does Contract Analyzer support?

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

Who created Contract Analyzer?

It is built and maintained by PRESSBYTESAGAIN (@pressbytesagain); the current version is v1.0.0.

💬 Comments