Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计通过

mova-contract-generationmova 合约生成

Agent Skill

mova-contract-generation 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,414

周安装

219

GitHub Stars

公开资料未说明

下载量

1,699
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mova-contract-generation(mova 合约生成)
来源仓库:https://github.com/mova-compact/mova-contract-generation
安装命令:
openclaw skills install mova-contract-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mova-contract-generation

简介

从模板生成法律文件草案并进行逐节人工审核。

  • 适用于NDA、SLA等服务协议快速起草。
  • 支持多类型合同结构与条款定制。mova-contract-generation 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 需上传基础信息与选择适用模板。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 注意法律效力与地域适用性差异。

SKILL.md

name
mova-contract-generation
description
Generate a legal document draft (NDA, service agreement, supply contract, SLA) from a structured template via MOVA HITL, with section-by-section human review gates before finalizing. Trigger when the user asks to create or draft a contract, NDA, agreement, or legal document from a template. Human legal review is required before the document is finalized.
license
MIT-0
metadata
{"openclaw":{"plugin":{"name":"MOVA","installCmd":"openclaw plugins install openclaw-mova"},"dataSentToExternalServices":[{"service":"MOVA API (api.mova-lab.eu)","data":"document type, party names, jurisdiction, key terms, AI-generated section drafts, reviewer edits, human approvals, audit metadata"},{"service":"Legal template repository connector (read-only)","data":"template ID used to fetch the base document structure"},{"service":"Document storage connector","data":"finalized document stored in configured repository after all sections are approved"}]}}
Contract Skill — A ready-to-use MOVA HITL workflow. Requires the openclaw-mova plugin.

MOVA Contract Generation

Generate legal document drafts from structured templates — with AI-populated sections, section-by-section human review gates, and a complete chain of custody from template selection to final signed document.

What it does

  1. Template selection — choose document type: NDA, service agreement, supply contract, or SLA
  2. Data ingestion — parties, dates, jurisdiction, pricing, special conditions
  3. Draft generation — AI populates each section from the selected template with provided parameters
  4. Section-by-section human gates — legal reviewer approves, edits, or rejects each section individually
  5. Final sign-off — complete document finalized, stored in document repository with full audit trail

Every draft version, edit, reviewer identity, and approval timestamp is recorded in the MOVA audit trail — providing a complete chain of custody for legal and compliance review.

Requirements

Plugin: MOVA OpenClaw plugin must be installed in your OpenClaw workspace.

Data flows:

  • Document parameters + party data → api.mova-lab.eu (MOVA platform, EU-hosted)
  • Template ID → legal template repository (read-only, fetches base structure)
  • Finalized document → document storage connector (written on completion)
  • Audit journal → MOVA R2 storage, signed
  • No data sent to third parties beyond the above

Demo

Step 1 — NDA generation request: Vortex Analytics ↔ NordStern Capital, German law Step 1

Step 2 — AI draft generated: 7 sections with full text, risk score 0.2 Step 2

Step 3 — Section approved, audit receipt with signed decision log Step 3

Quick start

Say "generate an NDA between Acme Corp and Beta GmbH, governed by German law":

doc_type: nda
party_a: Acme Corp
party_b: Beta GmbH
jurisdiction: DE
effective_date: 2026-04-01

The agent generates each section from the NDA template, presents it for review, and waits for your decision before moving to the next section.

Why contract execution matters

  • Section-level accountability — each reviewer decision (approve / edit / reject) is individually timestamped and signed
  • Full draft lineage — the audit trail shows exactly which AI-generated text was accepted, what was edited, and by whom
  • Immutable chain of custody — when a counterparty disputes a clause, the system shows the exact approved version and who signed off
  • EU AI Act ready — AI-generated legal documents require documented human oversight at each material clause

What the user receives

OutputDescription
Document typeNDA / service_agreement / supply_contract / SLA
PartiesParty A and Party B names
Section countTotal sections in the document
Per-section draftAI-generated text ready for review
Reviewer decisionapprove_section / edit_section / reject_section / escalate
Edit trailEvery accepted edit captured with original and revised text
Document IDFinal stored document reference
Audit receipt IDPermanent signed record of all section approvals
Compact journalFull event log: generate → per-section decisions → finalize

When to trigger

Activate when the user:

  • Asks to generate, create, or draft a contract, NDA, or legal document
  • Provides party names and asks to prepare a document from a template
  • Says "create an NDA", "draft a service agreement", "generate a supply contract", "prepare an SLA"

Before starting, confirm: "Generate [DOC_TYPE] for [PARTY_A] ↔ [PARTY_B] via MOVA?"

If document type, party names, or jurisdiction is missing — ask once.

Step 1 — Submit document parameters

Call tool mova_hitl_start_contract_gen with:

  • doc_type: nda / service_agreement / supply_contract / sla
  • party_a: full legal name of party A
  • party_b: full legal name of party B
  • jurisdiction: governing law jurisdiction (ISO country code or US state, e.g. DE, US-NY, EU)
  • effective_date: ISO date (e.g. 2026-04-01)
  • terms: optional object with key terms (pricing, duration, notice period, confidentiality scope)
  • template_id: optional — use a specific template version

Step 2 — Review sections one by one

For each section, if status = "waiting_human" — show the draft:

Document:  DOC_TYPE — CONTRACT_ID
Section:   SECTION_NAME  (N of TOTAL)
──────────────────────────────────
SECTION_CONTENT
──────────────────────────────────

Ask the legal reviewer to choose:

OptionDescription
approve_sectionApprove this section as written
edit_sectionAccept with edits (provide revised text in reason)
reject_sectionReject and request AI redraft
escalateEscalate to senior legal counsel

Call tool mova_hitl_decide with:

  • contract_id: from the response above — this is ctr-ctg-xxxxxxxx
  • option: chosen decision
  • reason: reviewer note or full edited text (for edit_section)

Repeat for each section until all are approved and status = "completed".

Step 3 — Show audit receipt and final document

Call tool mova_hitl_audit with contract_id to retrieve the final document details. Call tool mova_hitl_audit_compact with contract_id for the full signed approval chain.

Connect your real document systems

By default MOVA uses a sandbox mock. To use your real template and storage infrastructure, call mova_list_connectors with keyword: "document".

Relevant connectors:

Connector IDWhat it covers
connector.legal.template_repository_v1Legal document template library
connector.legal.document_storage_v1Final document storage and versioning

Call mova_register_connector with connector_id, endpoint, optional auth_header and auth_value.

Rules

  • NEVER make HTTP requests manually
  • NEVER fabricate legal text outside the MOVA workflow or provide legal advice
  • Use MOVA plugin tools directly — do NOT use exec or shell
  • CONTRACT_ID is ctr-ctg-xxxxxxxx from the mova_hitl_start_contract_gen response
  • Human approval is required for every section — never auto-finalize a document

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.86%
按下载量换算1,238

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install mova-contract-generation 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills