← Back to Skills Marketplace
dj-520-ai

Contract Reviewer Dongjie

by DJ-520-ai · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install contract-reviewer-dongjie
Description
Analyzes contract text to extract key clauses, risks, party obligations, compliance notes, and negotiation recommendations for faster legal review.
README (SKILL.md)

Contract Reviewer Dongjie

This skill analyzes legal contract text and extracts structured insights including:

  • Key clauses (termination, liability, confidentiality, payment)
  • Risk indicators
  • Obligations for each party
  • Compliance-related notes
  • Negotiation recommendations

How it works

The skill reads contract text, detects clause patterns, and returns structured findings.

Example

Input: "The service provider may terminate this agreement at any time without notice."

Output:

  • Clause: Termination
  • Risk: High
  • Note: Unilateral termination without notice.

Intended users

Consultants, freelancers, small business owners, and analysts who need fast contract review.

Version

0.1.0

Usage Guidance
This skill appears to do what it says: simple, local regex-based extraction of common contract clauses. Before installing: 1) Confirm you are comfortable sending contract text to the platform (this skill itself does not transmit data, but check agent policies and runtime environment). 2) Consider removing or regenerating the package-lock.json (or ask the author) because it contains many dependencies that are not declared in package.json — this mismatch is probably benign but should be cleaned to avoid confusion. 3) Treat results as a starting point only — the detection is simple regex logic and is not a substitute for legal review. If you need stronger guarantees (privacy, auditability), request a version with an explicit install spec and a minimal dependency set or inspect any runtime environment the agent will use.
Capability Analysis
Type: OpenClaw Skill Name: contract-reviewer-dongjie Version: 0.1.0 The skill is a straightforward text analysis tool for legal contracts. The logic in main.js uses basic regular expressions to identify keywords related to termination and liability without any external network calls, file system access, or sensitive data exfiltration. The SKILL.md instructions are consistent with the stated purpose and contain no prompt-injection or malicious directives.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The name/description (contract analysis) align with the code and SKILL.md: main.js performs lightweight clause detection on input.text and returns structured findings. The only oddity is that package-lock.json contains many dependencies (e.g., clawhub and others) while package.json declares no dependencies — this is inconsistent but not directly harmful in itself.
Instruction Scope
SKILL.md instructs the skill to read contract text and return structured findings. main.js only reads input.text and performs local regex checks; it does not access files, environment variables, or network endpoints.
Install Mechanism
There is no install spec (instruction-only runtime). That is low risk. However, the presence of a large package-lock.json (with many external packages) despite an empty dependencies section in package.json is inconsistent — it could be leftover or copied from another project. Because there is no declared install step, nothing will automatically download or run those dependencies, but the mismatched lockfile is worth cleaning or verifying.
Credentials
The skill requests no environment variables, no credentials, and references no config paths. This is proportionate for a local text-analysis skill.
Persistence & Privilege
Flags: always is false and the skill does not attempt to modify system or agent-wide settings. It does not request persistent presence or extra privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install contract-reviewer-dongjie
  3. After installation, invoke the skill by name or use /contract-reviewer-dongjie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Contract Reviewer Dongjie. - Analyzes legal contract text to extract key clauses, risks, obligations, compliance notes, and negotiation recommendations. - Returns structured summaries of contract provisions. - Designed for consultants, freelancers, small business owners, and analysts seeking quick insights into contracts.
Metadata
Slug contract-reviewer-dongjie
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Contract Reviewer Dongjie?

Analyzes contract text to extract key clauses, risks, party obligations, compliance notes, and negotiation recommendations for faster legal review. It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install Contract Reviewer Dongjie?

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

Is Contract Reviewer Dongjie free?

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

Which platforms does Contract Reviewer Dongjie support?

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

Who created Contract Reviewer Dongjie?

It is built and maintained by DJ-520-ai (@dj-520-ai); the current version is v0.1.0.

💬 Comments