← 返回 Skills 市场
dj-520-ai

Contract Reviewer Dongjie

作者 DJ-520-ai · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install contract-reviewer-dongjie
功能描述
Analyzes contract text to extract key clauses, risks, party obligations, compliance notes, and negotiation recommendations for faster legal review.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contract-reviewer-dongjie
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contract-reviewer-dongjie 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug contract-reviewer-dongjie
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Contract Reviewer Dongjie 是什么?

Analyzes contract text to extract key clauses, risks, party obligations, compliance notes, and negotiation recommendations for faster legal review. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Contract Reviewer Dongjie?

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

Contract Reviewer Dongjie 是免费的吗?

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

Contract Reviewer Dongjie 支持哪些平台?

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

谁开发了 Contract Reviewer Dongjie?

由 DJ-520-ai(@dj-520-ai)开发并维护,当前版本 v0.1.0。

💬 留言讨论