Contract Management for Openclaw

A template-driven contract management suite that routes legal requests to the right workflow, validates every output, and delivers traceable contract insights and documents.

ebandao777-oss
v0.1.0
Aug 16, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install contract-management

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install contract-management using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Contract Management?

Contract Management is an integrated Openclaw Skills package for handling common legal and contract operations. It supports NDA screening, contract deadline tracking, semantic contract comparison, detailed contract review, legal provision lookup, and professional contract drafting.

The suite combines intent routing, mandatory reference-template loading, structured execution, quality validation, and standardized delivery. It is designed to produce actionable results such as red-yellow-green risk levels, negotiation strategies, source-traceable legal references, reminder plans, comparison reports, and Word-ready contract drafts.

Contract Management Use Cases

  • Quickly screen an NDA or confidentiality agreement against eight key clauses and receive sign, revise, or negotiate guidance.
  • Track contract dates, calculate expiry countdowns, and create tiered renewal or deadline reminders.
  • Compare two contract versions clause by clause, classify meaningful changes, and analyze their potential impact.
  • Review sales, service, employment, lease, purchase, and other general contracts for risks, missing terms, and negotiation priorities.
  • Search for applicable legal provisions, Civil Code rules, judicial interpretations, and typical-case insights using a business question or legal keyword.
  • Draft an initial professional contract document from a transaction background and contract type.
  • Combine fast NDA screening with deeper contract review when a workflow moves from triage to negotiation preparation.
  • Coordinate complex matters with legal, tax, investment banking, or other enterprise functions.

How Contract Management Works

  1. Analyze the user request, extract the objective, scope, constraints, and missing information, then match keywords and scenarios against the six-subskill routing table.
  2. Resolve ambiguous matches by selecting the highest-confidence subskill or asking the user to confirm the intended workflow. NDA and confidentiality requests are prioritized for NDA screening when the goal is a rapid eight-clause check.
  3. Locate the selected subskill in the index and use read_text to load its complete execution template from the references/ directory before performing any task.
  4. Follow the loaded template exactly, including required inputs, evaluation logic, execution steps, output structure, and quality standards. Request any missing mandatory inputs from the user.
  5. Execute the selected workflow, such as risk classification, date calculations, semantic comparison, legal source lookup, contract drafting, or clause-by-clause review.
  6. Run the required self-checks for completeness, legal-reference traceability, risk coverage, structural consistency, logical consistency, and rule compliance.
  7. Deliver the result in the template-defined format, including outputs, validation conclusions, known limitations, risks, and recommended next steps.
  8. For compound work, align the process to the six-step loop: analyze, plan, execute, validate, deliver, and review. Reusable lessons can be fed back into contract templates, clause risk libraries, and review checklists.

Contract Management Setup

  1. Install or register the contract-management skill in the Openclaw Skills environment using the platform's normal skill deployment process.
  2. Preserve the package structure, including SKILL.md and the required references/ directory.
  3. Verify that the following reference templates are available:
    • references/nda-screening.md
    • references/contract-tracker.md
    • references/contract-comparison.md
    • references/contract-review.md
    • references/legal-lookup.md
    • references/contract-drafting.md
    • references/word-format-spec.md
  4. Configure the agent or runtime to read the matched reference template with read_text before execution. Do not execute a subskill from memory or by guessing its workflow.
  5. Provide the required task inputs, such as the contract file, two versions for comparison, key contract dates, legal question, transaction background, contract type, or desired output format.
  6. For complex tasks, define the expected deliverables, acceptance criteria, risk level, estimated iterations, and any cross-skill collaboration requirements.

No package-specific CLI installation command is defined in the source skill. Use the host Openclaw Skills installation and file-access conventions for deployment.

Contract Management Data Schema & Taxonomy

Package metadata

Field Value
Skill name contract-management
Version 1.0.1
Author 智慧半岛
Package type Integrated multi-subskill contract management suite

Subskill index

Subskill Identifier Primary input Typical output
NDA screening nda-screening NDA or confidentiality agreement Eight-clause screening with sign, revise, or negotiate recommendation
Contract tracker contract-tracker Contract dates and renewal information Expiry countdown and tiered reminder plan
Contract comparison contract-comparison Two contract files or versions Clause-level semantic differences, impact classification, and linked analysis
Contract review contract-review General contract document Red-yellow-green risks, amendment suggestions, and three-tier negotiation strategy
Legal lookup legal-lookup Business question or legal keywords Relevant provisions, precise article numbers, effective dates, judicial interpretations, and case points
Contract drafting contract-drafting Transaction background and contract type Professional initial contract draft in Word-oriented format

Output and control metadata

  • Routing evidence records the matched keyword or scenario and selected subskill.
  • Execution records capture supplied inputs, key processing steps, deliverables, and validation results.
  • Risk taxonomy uses red, yellow, and green levels for contract risks; NDA screening maps these to sign, revise, and negotiate recommendations.
  • Legal references must include precise identifiers and effective dates rather than vague references to related laws.
  • Validation states include passed, requires repair, and known limitation.
  • Complex tasks may include estimated iteration count, collaborating capabilities, acceptance criteria, and post-task retrospective notes.
  • Generated contract documents follow the internal word-format-spec.md layout guidance. The Word format specification is an internal helper reference and is not an externally callable subskill.

Contract Management Advanced Features

  • Intent-based routing across six specialized contract workflows with ambiguity resolution and NDA-first prioritization for confidentiality scenarios.
  • Mandatory reference-template loading ensures that every subskill follows its defined inputs, steps, output format, and quality baseline.
  • Graduated delivery models provide rapid triage for NDAs and deeper risk analysis plus negotiation preparation for general contracts.
  • Legal-source traceability requires precise provision identifiers and effective dates, improving auditability and review confidence.
  • Semantic, clause-level contract comparison supports impact classification and linked analysis instead of simple text diffing.
  • Standardized Word formatting guidance supports professional contract-document delivery.
  • Six-step closed-loop execution adds validation, delivery reporting, and retrospective knowledge capture for reusable templates and risk checklists.
  • Role separation supports a controller, legal analyst, contract drafter, and compliance reviewer across complex tasks.
  • Iteration controls use a default three-round cycle, a six-round safety maximum, a three-change-per-round limit, failure circuit breaking after repeated unresolved issues, and early termination when only low-value wording changes remain.
  • Cross-functional coordination can connect contract work with enterprise legal, tax, and investment-banking workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*