Contract Reviewer Dongjie

v0.1.0

Analyzes contract text to extract key clauses, risks, party obligations, compliance notes, and negotiation recommendations for faster legal review.

0· 140·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dj-520-ai/contract-reviewer-dongjie.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Contract Reviewer Dongjie" (dj-520-ai/contract-reviewer-dongjie) from ClawHub.
Skill page: https://clawhub.ai/dj-520-ai/contract-reviewer-dongjie
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install contract-reviewer-dongjie

ClawHub CLI

Package manager switcher

npx clawhub@latest install contract-reviewer-dongjie
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97108wvvk8dh12t7fh5fxq7bx848q4a
140downloads
0stars
1versions
Updated 3w ago
v0.1.0
MIT-0

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

Comments

Loading comments...